Compare commits
2 commits
634ced8911
...
b8f0eab401
Author | SHA1 | Date | |
---|---|---|---|
b8f0eab401 | |||
2b4b735d40 |
2 changed files with 12 additions and 8 deletions
1
main.tex
1
main.tex
|
@ -1,6 +1,5 @@
|
|||
\input{preamble.tex}
|
||||
|
||||
\usepackage{subfiles}
|
||||
\begin{document}
|
||||
% Correct numeral usage in footnotes, figures and listings
|
||||
|
||||
|
|
19
preamble.tex
19
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,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
|
||||
|
|
Loading…
Reference in a new issue