Tweaks
This commit is contained in:
parent
fbdc271e66
commit
09fb019921
3 changed files with 22 additions and 7 deletions
|
@ -11,15 +11,15 @@
|
||||||
\midaligned{\framed[width=12cm,align=center,offset=2cm,frame=off]{Nominal Techniques \& Black Box Testing for Automata Learning}}
|
\midaligned{\framed[width=12cm,align=center,offset=2cm,frame=off]{Nominal Techniques \& Black Box Testing for Automata Learning}}
|
||||||
\switchtobodyfont[12pt]
|
\switchtobodyfont[12pt]
|
||||||
\midaligned{Joshua Moerman}
|
\midaligned{Joshua Moerman}
|
||||||
\midaligned{draft 16 November 2018}
|
\midaligned{draft Christmas 2018}
|
||||||
\stop
|
\stop
|
||||||
\page[yes]
|
\page[yes]
|
||||||
|
|
||||||
\setupwhitespace[none]
|
\setupwhitespace[none]
|
||||||
\completecontent
|
\completecontent
|
||||||
\completelistoffigures
|
%\completelistoffigures
|
||||||
\completelistoftables
|
%\completelistoftables
|
||||||
\completelistofalgorithms
|
%\completelistofalgorithms
|
||||||
\stopfrontmatter
|
\stopfrontmatter
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
\setupexternalfigures[directory={images,../images}]
|
\setupexternalfigures[directory={images,../images}]
|
||||||
|
|
||||||
% \definemode[afloop][yes]
|
\definemode[afloop][yes]
|
||||||
% \definemode[draft][yes]
|
% \definemode[draft][yes]
|
||||||
|
|
||||||
\environment bib
|
\environment bib
|
||||||
|
@ -62,6 +62,17 @@ This chapter is based on the following publication:
|
||||||
\def\href#1{\useURL[#1][{#1}]{\tt\goto{\url[#1]}[url(#1)]}}
|
\def\href#1{\useURL[#1][{#1}]{\tt\goto{\url[#1]}[url(#1)]}}
|
||||||
|
|
||||||
|
|
||||||
|
\definelayer[Logo]
|
||||||
|
[x=\paperwidth, y=0mm, location={left, bottom}, hoffset=1mm, state=repeat]
|
||||||
|
|
||||||
|
\startsetups LogoSetup
|
||||||
|
\setlayer[Logo]{
|
||||||
|
\framed[frame=off, width=1cm, height=1cm, background=color, backgroundcolor=gray, foregroundcolor=white]{\getmarking[chapternumber]}
|
||||||
|
}
|
||||||
|
\stopsetups
|
||||||
|
|
||||||
|
\setupbackgrounds[page][setups=LogoSetup, background=Logo]
|
||||||
|
|
||||||
|
|
||||||
% Debugging
|
% Debugging
|
||||||
%\enabletrackers[references.references, visualizers.justification]
|
%\enabletrackers[references.references, visualizers.justification]
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
\setupcombinedlist[content][list={part,chapter,section}, alternative=c]
|
\setupcombinedlist[content][list={part,chapter,section}, alternative=c]
|
||||||
\setuplist[section][margin=1cm, headnumber=no]
|
\setuplist[section][margin=1cm, headnumber=no]
|
||||||
\setuplist[chapter][style=bold]
|
\setuplist[chapter][style=bold]
|
||||||
\setuplist[part][style=bold]
|
\setuplist[part][style=bold, height=broad, starter={Part }, stopper={:}]
|
||||||
|
|
||||||
% How numbers are shown
|
% How numbers are shown
|
||||||
\setuphead[part][placehead=yes, align=middle, sectionstarter=Part , sectionstopper=:]
|
\setuphead[part][placehead=yes, command=\MyPart]
|
||||||
\setuphead[chapter][sectionsegments=chapter, command=\MyChapter]
|
\setuphead[chapter][sectionsegments=chapter, command=\MyChapter]
|
||||||
\setuphead[section][sectionsegments=section]
|
\setuphead[section][sectionsegments=section]
|
||||||
\setuphead[subsection][sectionsegments=section:subsection]
|
\setuphead[subsection][sectionsegments=section:subsection]
|
||||||
|
@ -15,7 +15,11 @@
|
||||||
\define[2]\MyChapter
|
\define[2]\MyChapter
|
||||||
{\framed[frame=off, width=max, align={flushleft,nothyphenated,verytolerant}, offset=0cm, toffset=1cm]{#1\\#2}}
|
{\framed[frame=off, width=max, align={flushleft,nothyphenated,verytolerant}, offset=0cm, toffset=1cm]{#1\\#2}}
|
||||||
|
|
||||||
|
\define[2]\MyPart
|
||||||
|
{\framed[frame=off, width=max, align={middle}, offset=0cm, toffset=5cm]{Part #1:\\#2}}
|
||||||
|
|
||||||
\setuplabeltext [en] [chapter=Chapter~]
|
\setuplabeltext [en] [chapter=Chapter~]
|
||||||
|
\setuplabeltext [en] [part=Part~]
|
||||||
|
|
||||||
|
|
||||||
% een teller voor alles, prefix is chapter
|
% een teller voor alles, prefix is chapter
|
||||||
|
|
Reference in a new issue