Abstract seems to be working properly and deals with Icelandic.

This commit is contained in:
2020-02-05 22:14:16 +00:00
parent 88fbdffd3c
commit f0155f47c2
2 changed files with 38 additions and 34 deletions

View File

@@ -1,8 +1,10 @@
\documentclass[12pt,a4paper]{memoir}
\documentclass[12pt,a4paper,titlepage]{memoir}
\usepackage{ruthesis}
\title{Ph.D. Dissertation Template for \theInstitution{}}
\titleIS{Ph.D. Dissertation Template for \theInstitution{} in Icelandic}
\author{Joseph T. Foley}%Use \and as an author separator
\date{\today}% Change this to the date that it is signed
\dateIS{**Date in Icelandic**}
%\DocumentInfo{TYPE}{ABBREVIATION}{DEGREE}{PROGRAM}
%\DocumentInfo{Dissertation}{Ph.D.}{Doctor of Philosophy}{Computer Science}
@@ -28,10 +30,24 @@
\maketitle
\copyrightpage{}
\signaturepage{}
\newpage
\archivesigpage{}
\begin{abstract}{Abstract}{\thetitle}{\thedate}
The abstract goes here.
It should be a fairly short summary of the entire document.
\end{abstract}
\begin{abstract}{Útdráttur}{\thetitleIS}{Dagsetning}
The abstract goes here translated into Icelandic.
It should be a fairly short summary of the entire document.
\end{abstract}
\tableofcontents{}%TODO: remove toc from toc
\mainmatter{}
\chapter{Introduction}
\chapter{The First Chapter}
\section{Introduction}
\lipsum[0-20]
\end{document}
%%% Local Variables: