SACAMOS_Spacecraft_cable_MOD_development.tex 771 Bytes
\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}