forked from hoelzer/dfg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHeader.tex
35 lines (27 loc) · 1.12 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
\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}