Fix footnote hyperref links targetting last page
This commit is contained in:
parent
634ced8911
commit
2b4b735d40
1 changed files with 10 additions and 7 deletions
17
preamble.tex
17
preamble.tex
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue