Compare commits

...

2 commits

Author SHA1 Message Date
Tyrolyean b8f0eab401
Moved subpages
Signed-off-by: Tyrolyean <tyrolyean@tyrolyean.net>
2020-03-31 21:01:35 +02:00
Xiretza 2b4b735d40
Fix footnote hyperref links targetting last page 2020-03-31 16:23:55 +02:00
2 changed files with 12 additions and 8 deletions

View file

@ -1,6 +1,5 @@
\input{preamble.tex}
\usepackage{subfiles}
\begin{document}
% Correct numeral usage in footnotes, figures and listings

View file

@ -166,13 +166,6 @@
\usepackage{tabularx} % Allows the H floating option
\usepackage[headheight=0mm, margin=2.5cm]{geometry}
%%% MR-packages:
\usepackage[
pdfauthor={Daniel Plank, Armin Brauns},
pdftitle=YARM,
pdfproducer=5ABHEL,
bookmarks=true,
pdfcreator=xelatex,
]{hyperref}
\usepackage{tikz,pgfplots}
\usetikzlibrary{plotmarks}
@ -447,4 +440,16 @@ minimum height=1cm, align=center, text width=3cm, draw=black, fill=blue!30]
}
\newcommand{\icode}[1]{\codeBox{\texttt{#1}}}
% Make sure it comes *last* of your loaded packages, to give it a fighting
% chance of not being over-written, since its job is to redefine many LATEX
% commands. http://mirrors.ctan.org/macros/latex/contrib/hyperref/doc/manual.pdf
\usepackage[
pdfauthor={Daniel Plank, Armin Brauns},
pdftitle=YARM,
pdfproducer=5ABHEL,
bookmarks=true,
pdfcreator=xelatex,
]{hyperref}
\usepackage{subfiles}
\sloppy