\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}