Blame view

DOCUMENTATION/USER_GUIDE/SACAMOS_UserGuide.tex 964 Bytes
886c558b   Steve Greedy   SACAMOS Public Re...
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
\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/creating_a_cable_model.tex       }
\input{./Tex/creating_a_cable_bundle_model.tex       }
\input{./Tex/creating_a_spice_cable_bundle_model.tex       }
\input{./Tex/structure_of_MOD.tex   }
\input{./Tex/running_test_cases.tex}
\input{./Tex/running_without_GUI.tex}
\input{./Tex/using_models_in_spice.tex}
%\input{./Tex/file_formats.tex       }

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


\end{document}