whitespace and polyglossia testing
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
66
test.tex
66
test.tex
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user