forked from hoelzer/dfg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Header.tex
48 lines (39 loc) · 1.49 KB
/
Header.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
\ifthenelse{\boolean{finalcompile}}{
\usepackage[disable]{todonotes}
\usepackage[final]{showlabels}
}{
\usepackage{todonotes}
%\setlength{\marginparwidth}{2cm}
\paperwidth=\dimexpr \paperwidth + 6cm\relax
\oddsidemargin=\dimexpr\oddsidemargin + 3cm\relax
\evensidemargin=\dimexpr\evensidemargin + 3cm\relax
\marginparwidth=\dimexpr \marginparwidth + 3cm\relax
\usepackage{showlabels}
}
\usepackage{lipsum}
\usepackage[pdftex, colorlinks=true, linkcolor=MidnightBlue, citecolor=MidnightBlue, urlcolor=MidnightBlue, pdfauthor={Dr.\ Martin Hoelzer}, pdfpagelayout=SinglePage, bookmarks, bookmarksopen]{hyperref}
\usepackage{gensymb}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{textcomp}
\usepackage{mathtools}
\usepackage{relsize}
%\usepackage{titlesec}
%\usepackage{placeins}
\usepackage[font=small,labelfont={bf,it},textfont=it]{caption}
\captionsetup{format=plain}
\graphicspath{{figures/}}
\addbibresource{literature.bib}
% use \addbibresource again to add multiple bib files
\AtBeginBibliography{\small}
% command \todo now deprecated by using todonotes
%\newcommand{\todo}[1]{\xspace{\textcolor{red}{\bfseries[TODO: #1]}}\xspace}
\newcommand{\cp}[1]{\xspace{\textcolor{blue}{\bfseries[COPIED: #1]}}\xspace}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Declare your Bibliography
\DeclareBibliographyCategory{reviewed}
\DeclareBibliographyCategory{nonreviewed}
\DeclareBibliographyCategory{patents_pending}
\DeclareBibliographyCategory{patents}
%
\input{highlight_box.tex}