Add "placeholder" text from proposal
This commit is contained in:
+13
-11
@@ -10,7 +10,7 @@
|
||||
|
||||
% Bibliography
|
||||
\usepackage[backend=biber,urldate=iso,date=iso,seconds=true]{biblatex}
|
||||
\bibliography{references}
|
||||
\bibliography{references,zotero}
|
||||
\usepackage[nottoc,notlof,notlot]{tocbibind} % Include bibliography in ToC, nottoc disables the "Contents" entry for the ToC itself
|
||||
|
||||
% Figures
|
||||
@@ -58,8 +58,8 @@
|
||||
appendixprefix,
|
||||
headsepline,
|
||||
% footsepline,
|
||||
% cleardoublepage=current,
|
||||
cleardoublepage=plain, % linenumbers on interleaf pages
|
||||
% cleardoublepage=current, % linenumbers and headers on interleaf pages
|
||||
% cleardoublepage=plain, % linenumbers on interleaf pages
|
||||
footnotes=multiple, % TODO: Doesn't work, maybe because of hyperref?
|
||||
}
|
||||
|
||||
@@ -77,8 +77,9 @@
|
||||
\usepackage[autostyle]{csquotes} % Correct quotation marks with \textquote{}
|
||||
\usepackage{silence} % Silence warnings
|
||||
% \usepackage[intoc]{nomencl} % Nomenclature
|
||||
\usepackage[luatex,hidelinks]{hyperref} % Load late
|
||||
\usepackage[acronym,automake,nonumberlist,nogroupskip,toc]{glossaries} % Load after hyperref, toc
|
||||
\usepackage[luatex,colorlinks]{hyperref} % Load late, hidelinks
|
||||
\usepackage{bookmark} % Needed for hyperref with scrbook
|
||||
\usepackage[acronym,automake=immediate,nonumberlist,nogroupskip,toc]{glossaries} % Load after hyperref, toc
|
||||
\usepackage{xurl} % xurl does url-line-breaks in contrast to url
|
||||
|
||||
% Multi-file
|
||||
@@ -176,26 +177,27 @@
|
||||
|
||||
\frontmatter%
|
||||
\pagestyle{plain}
|
||||
% \pagenumbering{Roman}
|
||||
% \tableofcontents{\thispagestyle{plain}}
|
||||
\pagenumbering{Roman}
|
||||
\tableofcontents%
|
||||
\cleardoublepage%
|
||||
|
||||
\todototoc\listoftodos%
|
||||
\cleardoublepage%
|
||||
|
||||
\setacronymstyle{short-long}
|
||||
\printglossary[type=\acronymtype]
|
||||
\setacronymstyle{long-short}
|
||||
\printacronyms%
|
||||
\cleardoublepage%
|
||||
\printglossary%
|
||||
\cleardoublepage%
|
||||
|
||||
\mainmatter%
|
||||
\pagestyle{headings}
|
||||
% \pagenumbering{arabic}
|
||||
\pagenumbering{arabic}
|
||||
}
|
||||
\AtEndDocument{
|
||||
\backmatter%
|
||||
\pagestyle{plain}
|
||||
\pagenumbering{Roman}
|
||||
|
||||
\let\url\undefined%
|
||||
\let\url\oldurl%
|
||||
@@ -227,7 +229,7 @@
|
||||
|
||||
\phantomsection%
|
||||
\addcontentsline{toc}{chapter}{Statutory Declaration}
|
||||
\includepdf[pages=-]{declaration.pdf}
|
||||
\includepdf[pages=-]{declaration_signed.pdf}
|
||||
}
|
||||
|
||||
% Colors
|
||||
|
||||
Reference in New Issue
Block a user