40 lines
1.5 KiB
TeX
40 lines
1.5 KiB
TeX
\startenvironment headers
|
|
|
|
% TOC related
|
|
\setupcombinedlist[content][list={part,chapter,section}]
|
|
\setuplist[section][margin=1cm, headnumber=no]
|
|
|
|
% How numbers are shown
|
|
\setuphead[part][placehead=yes, align=middle, sectionstarter=Part , sectionstopper=:]
|
|
\setuphead[chapter][sectionsegments=chapter, command=\MyChapter]
|
|
\setuphead[section][sectionsegments=section]
|
|
\setuphead[subsection][sectionsegments=section:subsection]
|
|
|
|
\define[2]\MyChapter
|
|
{\framed[frame=off, width=max, align={flushleft,nothyphenated,verytolerant}, offset=0cm, toffset=1cm]{#1\\#2}}
|
|
|
|
\setuplabeltext [en] [chapter=Chapter~]
|
|
|
|
% een teller voor alles, prefix is chapter
|
|
\definecounter[lemmata][way=bychapter,prefixsegments=chapter]
|
|
|
|
\defineenumeration[definition][text=Definition]
|
|
\defineenumeration[remark][text=Remark]
|
|
\defineenumeration[example][text=Example]
|
|
\defineenumeration[lemma][text=Lemma]
|
|
\defineenumeration[proposition][text=Proposition]
|
|
\defineenumeration[theorem][text=Theorem]
|
|
\defineenumeration[corollary][text=Corollary]
|
|
\setupenumeration[definition,remark,example,lemma,proposition,theorem,corollary]
|
|
[alternative=serried, width=fit, right=., counter=lemmata, indenting=yes]
|
|
|
|
% Don't reset sections in new part
|
|
\definestructureresetset[default][1,0,1][1] % reset part, not chapter, section
|
|
\setuphead[sectionresetset=default]
|
|
|
|
\define\QED{\hfill$\square$}
|
|
\definestartstop[proof][before={{\it Proof. }}, after={\QED}]
|
|
\definestartstop[proofnoqed][before={{\it Proof. }}, after={}]
|
|
|
|
|
|
\stopenvironment
|