diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-04-24 14:24:18 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-04-24 14:24:18 -0600 |
| commit | bb450e5566d16b642236f8c337e74a7f94124599 (patch) | |
| tree | ad84202e61aa18a6e02f771cc0b3218753c38402 /book/computingME.tex | |
| parent | bdace8e2e92c49fc3fdb2ff7ed67a9c28a1f972c (diff) | |
Added module directory to /book
Diffstat (limited to 'book/computingME.tex')
| -rw-r--r-- | book/computingME.tex | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/book/computingME.tex b/book/computingME.tex index f34e6e7..b793dec 100644 --- a/book/computingME.tex +++ b/book/computingME.tex @@ -1,28 +1,31 @@ % arara: pdflatex: { synctex: on } % arara: pdflatex: { synctex: on } -\documentclass[oneside]{scrbook} -\title{A Sample Thesis} -\author{A.N. Other} + + +\input{preamble.inc} +\title{MECH 305 - Computing for Mechanical: Tutorials} +\author{Christian Kolset} \date{July 2013} -\titlehead{A Thesis submitted for the degree of Doctor of Philosophy} -\publishers{School of Something\\University of Somewhere} +\titlehead{Tutorials for MECH 305 - Computing for Mechanical Engineers} +\publishers{Walter Scott Jr. College of Engineering\\Colorado State University} + \begin{document} \maketitle \frontmatter \tableofcontents -\listoffigures -\listoftables +%\listoffigures +%\listoftables \chapter{Acknowledgements} I would like to thank my supervisor, Professor Someone. This research was funded by the Imaginary Research Council. \chapter{Using this book} A brief summary of the project goes here. \mainmatter -\include{module0} -\include{module1} -\include{module2} -\include{module3} -\include{module4} -\include{module5} +\include{module0/module0} +\include{module1/module1} +\include{module2/module2} +\include{module3/module3} +\include{module4/module4} +\include{module5/module5} \backmatter -\end{document}
\ No newline at end of file +\end{document} |
