%%%% This is the general thesis/project report template for most users \documentclass[12pt,a4paper]{memoir} \usepackage[online]{ruthesis} %% Options for ruthesis in []: %% online : for electronic submission rather than printing on paper (less blank pages) %% IS Icelandic is main language %% %%%%%% Packages and Macros %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{custom} %% Commonly-used packages and macros are in custom.sty %% Put any additional packages after this line %% !!WARNING: The geometry package is incompatible with this template! \usepackage{lipsum}%provides us with text for testing %% usage: \lipsum[STARTNUM-ENDNUM] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \title{Thesis and Project Report Template for \theInstitution{} (English Title)} \author{Joseph T. Foley}%Use \and as an author separator \date{2022}{2}{2}%{Year}{Month}{Day}%use numbers %\DocumentInfo{TYPE}{ABBREVIATION}{DEGREE}{PROGRAM}{ECTS}{School/Department} \DocumentInfo{Thesis}{M.Sc.}{Master of Science}{Mechatronics}{30}{Department of Engineering} \DocumentDescription{\theDocumentType{} of \theECTS{} ECTS credits submitted to the \theSchool{} at \theInstitution{} in partial fulfillment of the requirements for the degree of \theDegreeLong} % Change this if you need a custom title or if it needs to be in Icelandic %% PhD only have Thesis Committee with roles. Examiner is part of committee. \SupervisorHeading{Thesis Committee} \Supervisors{ \personinfo{Superior A. Teacher}{Supervisor}{Professor}{Reykjavik University}{Iceland} \personinfo{Helpful A. Teacher}{Co-advisor}{Assistant Professor}{University of Iceland}{Iceland} \personinfo{Tough E. Questions}{Examiner}{Associate Professor}{Massachusetts Institute of Technology}{USA} } \begin{document} % \printedcover{TITLE IN CAPS}{13-0000000}% {TITLE}{ISBN} Primarily for PhD %% TODO: There may be an official cover graphic, need to investigate --foley \maketitle{} \copyrightpage{} %\signaturepage{} %Generally only for Print copies %\archivesigpage{} %Generally only for Print copies %\begin{dedications}% Optional % I dedicate this to my spouse/child/pet/power animal. %\end{dedications} \enableindents{}% turn on/off paragraph indents % RUM: "Acknowledgements (optional)"%start numbering \clearpage{} \tableofcontents{}\clearpage \listoffigures{}\clearpage \listoftables{}\clearpage %% A list of abbreviations is an example of a special list %% Other lists may be added, such as lists of algorithms, symbols, theorems, etc. %% IN CS PhD, this is sometimes centered. \chapter*{List of Symbols}%%RUM: Not mentioned %% This list demonstrates the "siunitx" package capabilities \begin{tabular}{lll} Symbol &Description &Value/Units\\ $E$ &Energy &\si{\joule}\\ %New function: \unit{} in Livetex 2021 $m$ &Mass &\si{\gram}\\ %New function: \unit{} in Livetex 2021 $c$ &Speed of Light &\SI{2.99E9}{\meter\per\square\second}\\ %New function: \qty{} in Livetex 2021 \end{tabular} \begin{abstract} The abstract goes here in English or Icelandic. It should be a fairly short summary of the entire document. If you switch to Icelandic mode (IS option to ruthesis) then abstract will become \'{U}tdr\'{a}ttur Keywords / Efnisord: Keywords, separated, by, commas \end{abstract} % RUM: "Acknowledgements (optional)" \chapter*{Acknowledgments} \begin{quotation} So long, and thanks for all the fish. \end{quotation}\sourceatright{Douglas Adams\cite{adams84fish}} \vspace{\baselineskip} This work was funded by \the\year~RANNIS grant ``Survey of man-eating Minke whales'' 1415550. Additional equipment was generously donated by the Icelandic Tourism Board. {\em Acknowledgements are optional; comment this chapter out if they are absent Note that it is important to acknowledge any funding that helped in the work\/} %\/ is italic correction at the end of \em and italics \clearpage{} \mainmatter{} \aliaspagestyle{chapter}{empty} % Don't put page numbers on the chapter changes %% If you would like to separate chapters into different files, use %% \include{chapterfile} %% WARNING: Make sure that all of these files (and any new ones) %% are UTF-8 otherwise you will get weird encoding errors. \part{Getting Started} % Parts optional but useful in longer documents \chapter{Instructions} \textbf{Is this the right template for you?} If you are not a Reykjavik University student, this is probably not for you. If you are writing a Ph.D. or Sci.D. dissertation, then you want the file \path{dissertation.tex}. For everyone else, continue to the instructions. \include{instructions} \part{Demonstration} \chapter{The First Chapter} \include{introduction}%Chapter in introduction.tex \section{Another Section} \part{The Second Part} % Parts optional but useful in longer documents \bibliographystyle{IEEEtran/bibtex/ieeetran} \bibliography{references} %% If appendices are needed, uncomment the following line %% and include the appendices in separate files \appendix{}%%RUM: "Appendicies (as appropriate) \input{code} % as an example, perhaps some of your code %\backmatter{} % Sections after this don't get numbers %% We prefer that all elements be numbered %%%%%%%%%%%%% SHOW INDEX %%%%%%%%%%%%%%%%%% %% Index, optional. A good idea on longer documents \clearforchapter{} \printindex{}%%RUM: Not mentioned \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: