51 lines
1,023 B
TeX
51 lines
1,023 B
TeX
\startproduct content
|
|
\enablemode[everything]
|
|
\project thesis
|
|
|
|
\starttext
|
|
|
|
|
|
\startfrontmatter
|
|
\start
|
|
\switchtobodyfont[20pt]
|
|
\midaligned{\framed[width=12cm,align=center,offset=2cm,frame=off]{Nominal Techniques \& Testing Techniques for Automata}}
|
|
\switchtobodyfont[12pt]
|
|
\midaligned{Joshua Moerman}
|
|
\midaligned{draft 16 November 2018}
|
|
\stop
|
|
\page[yes]
|
|
|
|
\setupwhitespace[none]
|
|
\completecontent
|
|
\completelistoffigures
|
|
\completelistoftables
|
|
\completelistofalgorithms
|
|
\stopfrontmatter
|
|
|
|
|
|
\startbodymatter
|
|
\component content/introduction
|
|
|
|
\startpart[title={Testing Techniques}]
|
|
\component content/test-methods
|
|
\component content/applying-automata-learning
|
|
\component content/minimal-separating-sequences
|
|
\stoppart
|
|
|
|
\startpart[title={Nominal Techniques}]
|
|
\component content/learning-nominal-automata
|
|
\component content/ordered-nominal-sets
|
|
\chapter{Succinct Nominal Automata?}
|
|
\stoppart
|
|
\stopbodymatter
|
|
|
|
|
|
\startbackmatter
|
|
\switchtobodyfont[8pt]
|
|
\title{References}
|
|
\placelistofpublications
|
|
\stopbackmatter
|
|
|
|
|
|
\stoptext
|
|
\stopproduct
|