Archived
1
Fork 0

Nummertjes

This commit is contained in:
Joshua Moerman 2018-10-23 13:13:48 +02:00
parent 364e464d20
commit 47bc39813f
5 changed files with 48 additions and 30 deletions

View file

@ -12,13 +12,13 @@
\component content/introduction \component content/introduction
\startpart[title={Testing}] \startpart[title={Testing Techniques}]
\component content/test-methods \component content/test-methods
\component content/applying-automata-learning \component content/applying-automata-learning
\component content/minimal-separating-sequences \component content/minimal-separating-sequences
\stoppart \stoppart
\startpart[title={Nominal Automata}] \startpart[title={Nominal Techniques}]
\component content/learning-nominal-automata \component content/learning-nominal-automata
\component content/ordered-nominal-sets \component content/ordered-nominal-sets
\chapter{Succinct Nominal Automata?} \chapter{Succinct Nominal Automata?}

View file

@ -2,14 +2,12 @@
\startcomponent introduction \startcomponent introduction
\startchapter \startchapter
[title={Pakkende titel}, [title={Nominal Techniques and Testing Techniques for Automata Learning},
reference=chap:introduction] reference=chap:introduction]
\startsection \startsection
[title={Learning and Testing}] [title={Learning and Testing}]
???
First off, let me sketch the problem. First off, let me sketch the problem.
There is some fixed, but unkown to us, language $\lang \subseteq \Sigma^{*}$. 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. This can be a language of natural speech, a property in model checking, a set of traces from a protocol, etc.

View file

@ -9,6 +9,7 @@
\environment bib \environment bib
\environment font \environment font
\environment headers
\environment notation \environment notation
\environment paper \environment paper
\environment pdf \environment pdf
@ -19,24 +20,8 @@
\setupindenting[yes, medium] \setupindenting[yes, medium]
\setupwhitespace[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] \definefloat[algorithm][algorithms]
\setupcombinedlist[content][list={chapter,section}]
\definestartstop[abstract] \definestartstop[abstract]
[before={\midaligned{\bf Abstract}\startnarrower[2*middle]}, [before={\midaligned{\bf Abstract}\startnarrower[2*middle]},
after={\stopnarrower\blank[big]}] after={\stopnarrower\blank[big]}]

35
environment/headers.tex Normal file
View 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

View file

@ -9,27 +9,27 @@
\setuplayout[location={middle,middle}] \setuplayout[location={middle,middle}]
\setuplayout \setuplayout
[width=130mm, [width=130mm,
height=195mm, height=215mm,
backspace=20mm, backspace=20mm,
topspace=25mm, topspace=15mm,
header=0mm, % nodig? header=10mm, % nodig?
footer=0mm] footer=10mm]
% Snijranden % Snijranden
\setuplayout[marking=on] \setuplayout[marking=on]
% Assymetrisch % Assymetrisch
\setuppagenumbering[alternative=doublesided] \setuppagenumbering[state=start, style=normal, location={header, right}, alternative=doublesided]
\startmode[draft] \startmode[draft]
\setuppapersize[A5] \setuppapersize[A5]
\setuplayout \setuplayout
[width=130mm, [width=130mm,
height=195mm, height=205mm,
backspace=12mm, backspace=12mm,
topspace=8mm, topspace=3mm,
header=0mm, % nodig? header=5mm, % nodig?
footer=0mm] footer=5mm]
\stopmode \stopmode
\stopenvironment \stopenvironment