Merge branch 'master' of github.com:foleyj2/ru-thesis

This commit is contained in:
2024-05-27 10:13:12 +00:00
5 changed files with 20 additions and 65 deletions

View File

@@ -30,7 +30,6 @@
\usepackage{siunitx} \usepackage{siunitx}
%% \SI{9.82}{\meter\per\second\square} %% \SI{9.82}{\meter\per\second\square}
%% FIXME system for making notes to each other for what needs to %% FIXME system for making notes to each other for what needs to
%% be completed in a group document. %% be completed in a group document.
\usepackage[layout=inline]{fixme} \usepackage[layout=inline]{fixme}

View File

@@ -27,14 +27,13 @@ These instructions detail how to prepare a final project report, master's thesis
These instructions (unless otherwise stated) assume you are in the School of Science and Engineering or the School of Computer Science. These instructions (unless otherwise stated) assume you are in the School of Science and Engineering or the School of Computer Science.
If you are in another department, you should make sure that the template meets your specific requirements. If you are in another department, you should make sure that the template meets your specific requirements.
Critical information: The current version of the template uses lua\LaTeX{} for enhanced font, code, and language support. Critical information: The current version of the template uses Lua\LaTeX{} for enhanced font, code, and language support.
It is not guaranteed to work on PDF\LaTeX{} nor classic \LaTeX. {\em It will not work on PDF\LaTeX{} nor classic \LaTeX.}
On debian based systems, you will need to install the \verb|texlive-luatex| package. On debian based systems, you will need to install the \verb|texlive-luatex| package.
\begin{itemize} \begin{itemize}
\item Current maintainers: Joseph Timothy Foley and Marcel Kyas. \item Current maintainers: Joseph Timothy Foley and Marcel Kyas.
Questions, comments, complaints: \formatemail{foley AT ru.is} Questions, comments, complaints should be submitted at \url{https://github.com/foleyj2/ru-thesis/issues}
% or cs-grad AT ru.is %% not sure why we had this address
%\item To receive updates regarding the templates, subscribe at %\item To receive updates regarding the templates, subscribe at
% \url{https://list.ru.is/mailman/listinfo/latex-announcements} % \url{https://list.ru.is/mailman/listinfo/latex-announcements}

View File

@@ -5,15 +5,16 @@
%% a4paper or b5paper: paper stock size. %% a4paper or b5paper: paper stock size.
%% If A4, show cut lines. If b5, no cut lines. %% If A4, show cut lines. If b5, no cut lines.
%% RU Thesis format setup
\usepackage[]{ruthesis}
%% What language is the document in? %% What language is the document in?
%% English must always be available for biblatex/biber to work properly %% English must always be available for biblatex/biber to work properly
\usepackage{polyglossia} \usepackage{polyglossia}
\setdefaultlanguage{english} \setdefaultlanguage{english}
\setotherlanguage{icelandic} \setotherlanguage{icelandic}
%% RU Thesis format setup
\usepackage[]{ruthesis}
%%% Setup citations %%% Setup citations
\usepackage[backend=biber,style=ieee]{biblatex} \usepackage[backend=biber,style=ieee]{biblatex}
\addbibresource{references.bib} \addbibresource{references.bib}
@@ -32,6 +33,8 @@
%% for the graphicx package (already loaded). This may be case-sensitive. %% for the graphicx package (already loaded). This may be case-sensitive.
%% LaTeX will search from left to right in the list, so you can put "cropped" versions %% LaTeX will search from left to right in the list, so you can put "cropped" versions
\PassOptionsToPackage{hidelinks}{hyperref}%disable boxes around links
\usepackage{hyperref}%This must be the last package loaded
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

View File

@@ -76,7 +76,7 @@
% Standardized STIX2 fonts that print well, display on % Standardized STIX2 fonts that print well, display on
% e-readers/screens clearly, and have compatible licensing % e-readers/screens clearly, and have compatible licensing
% requirements % requirements
%\RequirePackage{stix2} \RequirePackage{stix2}
% allows UTF encoding, needed for Icelandic and other accented characters % allows UTF encoding, needed for Icelandic and other accented characters
\RequirePackage{fontspec} \RequirePackage{fontspec}
\RequirePackage{unicode-math} \RequirePackage{unicode-math}

View File

@@ -1,72 +1,25 @@
\documentclass{memoir} \documentclass{memoir}
\usepackage[online,IS]{ruthesis} %\usepackage[useregional]{datetime2}
\usepackage[useregional]{datetime2} \usepackage{polyglossia}
\usepackage{xparse}%Latex3 argument parsing \setdefaultlanguage{icelandic}
\usepackage{stix2}
%\usepackage{graphicx} %\usepackage{graphicx}
\title{Minimal Document for Testing} \title{Minimal Document for Testing}
\author{Joseph T. Foley \and Someone Else} \author{Joseph T. Foley \and Someone Else}
% \author: Use \and as a separator and \thanks{details} for additional info % \author: Use \and as a separator and \thanks{details} for additional info
\date{2020}{2}{2} %\date{2020}{2}{2}
%% TODO: use datetime2 to be smarter about dates %% TODO: use datetime2 to be smarter about dates
% \usepackage[icelandic,english]{babel}
% \usepackage[english,icelandic]{babel}
%\usepackage[icelandic]{babel}
\begin{document} \begin{document}
% \frontrequiredpages{}
%\ects{30}
%% Titlepage the Memoir way %% Titlepage the Memoir way
\maketitle \maketitle
% \babelensure{icelandic}
\selectlanguage{icelandic}
\begin{abstract}
This is a test abstract in Icelandic.
% \icelandicmonthiiname to manually create names
\today
\end{abstract}
\selectlanguage{english}
\begin{abstract}
This is a test abstract in English.
\today
\end{abstract}
\newpage
\chapter{Test Chapter}
\newcommand{\varEN}{***English***}
\newcommand{\varIS}{***Icelandic***}
\NewDocumentCommand{\setVar}{O{#2} m}
% ARGS: [optional use #2], {mandatory}
{
\renewcommand{\varIS}{#1}
\renewcommand{\varEN}{#2}
}
\setVar{Universal Title}
\begin{itemize}
\item English: \varEN{}
\item Icelandic: \varIS{}
\end{itemize}
blah blah blah blah blah blah
%\copyrightpage{}%%RUM: Not mentioned \begin{figure}
%\signaturepage{}%%RUM: "Signature page (standard format) \centering
%\archivesigpage{}%%RUM: Not mentioned, optional, but should be required \caption{A caption}
%\abstractpage{}%%RUM: "Abstract (in English and Icelandic) \end{figure}
%\mainmatter{}%%Front matter done, get down to business
%\pagestyle{headings}%default
%Test
%\backcover{}
\end{document} \end{document}
%%%%%%%%%%%%%%%%%%%% TeXStudio Magic Comments %%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%% TeXStudio Magic Comments %%%%%%%%%%%%%%%%%%%%%
@@ -84,4 +37,5 @@ blah blah blah
%%% Local Variables: %%% Local Variables:
%%% mode: latex %%% mode: latex
%%% TeX-master: t %%% TeX-master: t
%%% TeX-engine: luatex
%%% End: %%% End: