Blame view

DOCUMENTATION/MOD_DOCUMENT/SACAMOS_Spacecraft_cable_MOD_development.tex 771 Bytes
7b23d358   Steve Greedy   Public Repository...
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
\documentclass{cablemod}

% The preamble file sets up the details of the document, title, authors, license etc.
\input{./Tex/preamble.tex}

% Begin document
\begin{document}

% Make title page
\maketitle

% Include table of contents
\tableofcontents

% Define headers and footers for the remainder of the document
\pagestyle{fancy}
\fancyfoot[L]{\textit{\Reference}}
\fancyfoot[R]{\textit{\DocumentTitle, V\DocumentVersion}}
\fancyhead[L]{\textit{\DocumentSubTitle}}
\fancyhead[R]{}

% Main text follows:

\input{./Tex/introduction.tex       }
\input{./Tex/Twisted_pairs.tex       }
\input{./Tex/Shielded_twisted_pairs.tex       }
\input{./Tex/spacewire.tex       }

% Bibliography
\input{./Tex/bibliography.tex}

\appendix
\input{./Tex/kley.tex       }


\end{document}