Compare commits
No commits in common. "b8f0eab401bb5e8d6fd933fad9e80a90e507e043" and "634ced89113e1506db4f7d0862c6e6ea6d778d8f" have entirely different histories.
b8f0eab401
...
634ced8911
2 changed files with 8 additions and 12 deletions
1
main.tex
1
main.tex
|
@ -1,5 +1,6 @@
|
|||
\input{preamble.tex}
|
||||
|
||||
\usepackage{subfiles}
|
||||
\begin{document}
|
||||
% Correct numeral usage in footnotes, figures and listings
|
||||
|
||||
|
|
19
preamble.tex
19
preamble.tex
|
@ -166,6 +166,13 @@
|
|||
\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}
|
||||
|
@ -440,16 +447,4 @@ 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