From bdace8e2e92c49fc3fdb2ff7ed67a9c28a1f972c Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Wed, 23 Apr 2025 11:50:21 -0600 Subject: Added latex /book --- book/computingME.tex | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 book/computingME.tex (limited to 'book/computingME.tex') diff --git a/book/computingME.tex b/book/computingME.tex new file mode 100644 index 0000000..f34e6e7 --- /dev/null +++ b/book/computingME.tex @@ -0,0 +1,28 @@ +% arara: pdflatex: { synctex: on } +% arara: pdflatex: { synctex: on } +\documentclass[oneside]{scrbook} +\title{A Sample Thesis} +\author{A.N. Other} +\date{July 2013} +\titlehead{A Thesis submitted for the degree of Doctor of Philosophy} +\publishers{School of Something\\University of Somewhere} +\begin{document} +\maketitle +\frontmatter +\tableofcontents +\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} +\backmatter +\end{document} \ No newline at end of file -- cgit v1.2.3