46 lines
1.1 KiB
TeX
46 lines
1.1 KiB
TeX
\startenvironment environment
|
|
|
|
% Bug in context? Zonder de ../ kunnen componenten de files niet vinden
|
|
\usepath[{environment,../environment}]
|
|
|
|
\environment font
|
|
\environment pdf
|
|
\environment paper
|
|
|
|
\mainlanguage[en]
|
|
|
|
\setuppagenumbering[alternative=doublesided]
|
|
|
|
\defineenumeration[definition][text=Definition]
|
|
\defineenumeration[example][text=Example]
|
|
\defineenumeration[lemma][text=Lemma]
|
|
\defineenumeration[fact][text=Fact?] % niet nodig?
|
|
\setupenumeration[definition,example,lemma,fact][alternative=serried,width=fit,right=.]
|
|
|
|
\definefloat[algorithm][algorithms][figure]
|
|
\setuplabeltext[en][algorithm=Algorithm ]
|
|
|
|
\setupcombinedlist[content][list={chapter,section}]
|
|
|
|
% The black dot is missing from Euler?
|
|
\setupitemize[2,joinedup,nowhite,after]
|
|
|
|
% Standaard \colon had niet veel ruimte
|
|
\define\colon{{\,{:}\,\,}}
|
|
\define[1]\defn{\emph{#1}}
|
|
|
|
\define[1]\todo{\color[red]{\ss \bf #1}}
|
|
|
|
\usemodule[tikz]
|
|
\usetikzlibrary[automata, arrows, positioning]
|
|
|
|
\usemodule[algorithmic]
|
|
|
|
% Debugging
|
|
%\enabletrackers[references.references, visualizers.justification]
|
|
%\showmakeup
|
|
%\showlayout
|
|
%\showboxes
|
|
%\showframe
|
|
|
|
\stopenvironment
|