Nummertjes
This commit is contained in:
parent
364e464d20
commit
47bc39813f
5 changed files with 48 additions and 30 deletions
|
@ -12,13 +12,13 @@
|
|||
|
||||
\component content/introduction
|
||||
|
||||
\startpart[title={Testing}]
|
||||
\startpart[title={Testing Techniques}]
|
||||
\component content/test-methods
|
||||
\component content/applying-automata-learning
|
||||
\component content/minimal-separating-sequences
|
||||
\stoppart
|
||||
|
||||
\startpart[title={Nominal Automata}]
|
||||
\startpart[title={Nominal Techniques}]
|
||||
\component content/learning-nominal-automata
|
||||
\component content/ordered-nominal-sets
|
||||
\chapter{Succinct Nominal Automata?}
|
||||
|
|
|
@ -2,14 +2,12 @@
|
|||
\startcomponent introduction
|
||||
|
||||
\startchapter
|
||||
[title={Pakkende titel},
|
||||
[title={Nominal Techniques and Testing Techniques for Automata Learning},
|
||||
reference=chap:introduction]
|
||||
|
||||
\startsection
|
||||
[title={Learning and Testing}]
|
||||
|
||||
???
|
||||
|
||||
First off, let me sketch the problem.
|
||||
There is some fixed, but unkown to us, language $\lang \subseteq \Sigma^{*}$.
|
||||
This can be a language of natural speech, a property in model checking, a set of traces from a protocol, etc.
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
\environment bib
|
||||
\environment font
|
||||
\environment headers
|
||||
\environment notation
|
||||
\environment paper
|
||||
\environment pdf
|
||||
|
@ -19,24 +20,8 @@
|
|||
\setupindenting[yes, medium]
|
||||
\setupwhitespace[medium]
|
||||
|
||||
\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=.]
|
||||
|
||||
\define\QED{\hfill$\square$}
|
||||
\definestartstop[proof][before={{\it Proof. }}, after={\QED}]
|
||||
\definestartstop[proofnoqed][before={{\it Proof. }}, after={}]
|
||||
|
||||
|
||||
\definefloat[algorithm][algorithms]
|
||||
|
||||
\setupcombinedlist[content][list={chapter,section}]
|
||||
|
||||
\definestartstop[abstract]
|
||||
[before={\midaligned{\bf Abstract}\startnarrower[2*middle]},
|
||||
after={\stopnarrower\blank[big]}]
|
||||
|
|
35
environment/headers.tex
Normal file
35
environment/headers.tex
Normal file
|
@ -0,0 +1,35 @@
|
|||
\startenvironment headers
|
||||
|
||||
% TOC related
|
||||
\setupcombinedlist[content][list={part,chapter,section}]
|
||||
|
||||
% How numbers are shown
|
||||
\setuphead[part][placehead=yes, align=middle, sectionstarter=Part , sectionstopper=:]
|
||||
\setuphead[chapter][sectionsegments=chapter]
|
||||
\setuphead[section][sectionsegments=chapter:section]
|
||||
\setuphead[subsection][sectionsegments=section:subsection]
|
||||
|
||||
|
||||
% 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]
|
||||
|
||||
% 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
|
|
@ -9,27 +9,27 @@
|
|||
\setuplayout[location={middle,middle}]
|
||||
\setuplayout
|
||||
[width=130mm,
|
||||
height=195mm,
|
||||
height=215mm,
|
||||
backspace=20mm,
|
||||
topspace=25mm,
|
||||
header=0mm, % nodig?
|
||||
footer=0mm]
|
||||
topspace=15mm,
|
||||
header=10mm, % nodig?
|
||||
footer=10mm]
|
||||
|
||||
% Snijranden
|
||||
\setuplayout[marking=on]
|
||||
|
||||
% Assymetrisch
|
||||
\setuppagenumbering[alternative=doublesided]
|
||||
\setuppagenumbering[state=start, style=normal, location={header, right}, alternative=doublesided]
|
||||
|
||||
\startmode[draft]
|
||||
\setuppapersize[A5]
|
||||
\setuplayout
|
||||
[width=130mm,
|
||||
height=195mm,
|
||||
height=205mm,
|
||||
backspace=12mm,
|
||||
topspace=8mm,
|
||||
header=0mm, % nodig?
|
||||
footer=0mm]
|
||||
topspace=3mm,
|
||||
header=5mm, % nodig?
|
||||
footer=5mm]
|
||||
\stopmode
|
||||
|
||||
\stopenvironment
|
||||
|
|
Reference in a new issue