Archived
1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
phd-thesis/environment.tex
2018-07-31 10:22:13 +02:00

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