SACAMOS_UserGuide.tex
1013 Bytes
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
\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/running_with_GUI.tex}
\input{./Tex/using_models_in_spice.tex}
% Bibliography
\input{./Tex/bibliography.tex}
\appendix
\input{./Tex/appendix_kley.tex}
\appendix
\end{document}