12345678910111213141516171819202122232425262728293031 |
- % copyright (c) 2013-2014 Synrc Research Center
- \documentclass[8pt,twoside]{article}
- \input{synrc.tex}
- \begin{document}
- \titleWF
- \include{copy}
- \tableofcontents
- \thispagestyle{empty}
- \begin{dedication}
- To Mary and all sentient beings.
- \end{dedication}
- \blankpage
- \include{index}
- \include{setup}
- \include{processes}
- \include{endpoints}
- \include{handlers}
- \include{protocols}
- \include{api}
- \include{elements}
- \include{actions}
- \include{macros}
- \include{utf8}
- \include{packages}
- \include{persistence}
- \include{last}
- \end{document}
|