Date now follows the language setting

This commit is contained in:
2020-02-07 23:37:39 +00:00
parent 4c69833048
commit 473cd9d6b9
4 changed files with 30 additions and 26 deletions

View File

@@ -1,12 +1,10 @@
\documentclass[12pt,a4paper,titlepage]{memoir}
\usepackage[IS]{rubook}
\usepackage{ruthesis}
\title{M.Sc. (and BSc.) Thesis Template for \theInstitution{}}
\titleIS{M.Sc. (and B.Sc.) Thesis Template for \theInstitution{} in Icelandic}
\usepackage[]{ruthesis}
%% Options in []:
%% IS Icelandic is main language
\title{B.Sc.\ and M.Sc.\ Thesis Template for \theInstitution{}}{B.Sc.\ and M.Sc.\ Thesis Template for \theInstitution{} in Icelandic}
\author{Joseph T. Foley}%Use \and as an author separator
\date{February 2020}% Change this to the date that it is signed
\dateIS{**Dagsetning í íslensk**}% Put the date in Icelandic
\date{2020}{2}{2}%{Year}{Month}{Day}%use numbers
%\DocumentInfo{TYPE}{ABBREVIATION}{DEGREE}{PROGRAM}
%\DocumentInfo{Dissertation}{Ph.D.}{Doctor of Philosophy}{Computer Science}
@@ -29,11 +27,13 @@
%%% Formatting code inclusion and snippets
%% "final" option to force it to display code
\usepackage{siunitx}
%% \SI{9.82}{\meter\per\second\square}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\maketitle
\maketitle{}
\copyrightpage{}
\signaturepage{}
\archivesigpage{}
@@ -125,5 +125,5 @@ $c$ &Speed of Light &\SI{2.99E8}{\meter\per\second\square}\\
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "PHD-NAME-YEAR"
%%% TeX-master: "BSC_MSC-NAME-YEAR"
%%% End: