Fix footnote hyperref links targetting last page

This commit is contained in:
Xiretza 2020-03-31 16:23:55 +02:00
parent 634ced8911
commit 2b4b735d40
Signed by: xiretza
GPG key ID: E51A6C6A1EB378ED

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,14 @@ 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}
\sloppy