summaryrefslogtreecommitdiff
path: root/main.tex
blob: b1913d65e964d3cbef0028c677246c2bd8001a17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
% section numbers 5 levels deep
\setcounter{secnumdepth}{5}

\begin{document}
\pagestyle{fancy}

% start text
\setcounter{page}{1}

%%% define header and footer
\virtioheaderfooter

%%% define header an footer for chapter title pages
\fancypagestyle{plain}{\fancyhf{}\virtioheaderfooter}

% title page
\input{title.tex} 

% ToC
\setcounter{page}{4}
\setcounter{tocdepth}{4}
\renewcommand{\contentsname}{Table of Contents}
\addtocontents{toc}{\protect\virtioheaderfooter}
\tableofcontents
\newpage

%%% line numbers?
%\linenumbers

% introduction
\input{introduction.tex} 

\input{content.tex}
% Conformance
\input{conformance.tex}

% appendix
\appendix
\def\@chapapp{\appendixname}

\input{headerfile.tex}

\input{newdevice.tex}

% acknowledgements
\input{acknowledgements.tex} 

% draft change log
\input{changelog.tex} 

\end{document}