reminder to use the right file

This commit is contained in:
2022-02-02 16:09:34 +00:00
parent e0af823789
commit b4d4937c27
2 changed files with 12 additions and 6 deletions

View File

@@ -161,5 +161,5 @@ $c$ &Speed of Light &\SI{2.99E8}{\meter\per\second\square}\\
\end{document} \end{document}
%%% Local Variables: %%% Local Variables:
%%% mode: latex %%% mode: latex
%%% TeX-master: "PHD-NAME-YEAR" %%% TeX-master: t
%%% End: %%% End:

View File

@@ -1,15 +1,18 @@
%%%% WARNING: This is the general template for most users
%%%% if you are writing a PhD or SciD dissertation
%%%% please use the dissertation.tex file instead
\documentclass[12pt,a4paper,titlepage]{memoir} \documentclass[12pt,a4paper,titlepage]{memoir}
\usepackage[]{ruthesis} \usepackage[]{ruthesis}
%% Options in []: %% Options in []:
%% IS Icelandic is main language %% IS Icelandic is main language
\title{B.Sc.\ and M.Sc.\ Thesis Template for \theInstitution{}} \title{Thesis and Project Report Template for \theInstitution{}.}
\titleIS{B.Sc.\ and M.Sc.\ Thesis Template for \theInstitution{} in Icelandic} \titleIS{Thesis and Project Report Template for \theInstitution{} in Icelandic}
\author{Joseph T. Foley}%Use \and as an author separator \author{Joseph T. Foley}%Use \and as an author separator
\date{2020}{2}{2}%{Year}{Month}{Day}%use numbers \date{2022}{2}{2}%{Year}{Month}{Day}%use numbers
%\DocumentInfo{TYPE}{ABBREVIATION}{DEGREE}{PROGRAM} %\DocumentInfo{TYPE}{ABBREVIATION}{DEGREE}{PROGRAM}
%\DocumentInfo{Dissertation}{Ph.D.}{Doctor of Philosophy}{Computer Science} \DocumentInfo{Thesis}{M.Sc.}{Master of Science}{Mechatronics}
\DocumentInfo{Dissertation}{Ph.D.}{Doctor of Philosophy}{Computer Science} % TODO: department?
\School{School of Technology} \School{School of Technology}
%% PhD only have Thesis Committee with roles. Examiner is part of committee. %% PhD only have Thesis Committee with roles. Examiner is part of committee.
@@ -102,6 +105,9 @@ $c$ &Speed of Light &\SI{2.99E8}{\meter\per\second\square}\\
%% WARNING: Make sure that all of these files (and any new ones) %% WARNING: Make sure that all of these files (and any new ones)
%% are UTF-8 otherwise you will get weird encoding errors. %% are UTF-8 otherwise you will get weird encoding errors.
\part{The First Part} % Parts optional but useful in longer documents \part{The First Part} % Parts optional but useful in longer documents
\chapter*{Is this the right template}
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}.
\chapter{The First Chapter} \chapter{The First Chapter}
\include{introduction}%Chapter in introduction.tex \include{introduction}%Chapter in introduction.tex
\section{Another Section} \section{Another Section}