103 lines
4.0 KiB
TeX
103 lines
4.0 KiB
TeX
\usepackage[english]{babel}
|
||
\usepackage{xcolor}
|
||
\usepackage{graphicx}
|
||
\usepackage[right]{eurosym}
|
||
\usepackage{pgfgantt}
|
||
\usepackage{SIunits}
|
||
\usepackage{enumitem}
|
||
|
||
%%%%% hyperref %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
\usepackage[breaklinks=true,colorlinks=true,citecolor=blue!30!black,urlcolor=blue!30!black,linkcolor=blue!30!black]{hyperref}
|
||
\newcommand{\email}[1]{\href{mailto:#1}{#1}}
|
||
|
||
\definecolor{dfgblau}{cmyk}{1,0.7,0,0}
|
||
%%%%% page layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
\usepackage[left=25mm, right=25mm, top=25mm, bottom=25mm]{geometry}
|
||
\usepackage{lastpage}
|
||
\usepackage{fancyhdr}
|
||
\pagestyle{fancy}
|
||
\fancyhf{}
|
||
\renewcommand{\headrulewidth}{0pt}
|
||
\fancyhead[RO, LE]{\footnotesize{page \thepage\ of \pageref{LastPage}}}
|
||
\fancyhead[LO, RE]{\footnotesize{DFG form 53.01 – 09/22}}
|
||
|
||
\fancypagestyle{plain}{%
|
||
\fancyhf{}
|
||
\fancyhead[RO, LE]{\footnotesize{page \thepage\ of \pageref{LastPage}}}
|
||
\fancyhead[LO, RE]{\footnotesize{DFG form 53.01 – 09/22}}
|
||
\fancyfoot[LO, RE]{\begin{minipage}[c]{0.74\columnwidth}
|
||
\footnotesize{\textcolor{dfgblau}{Deutsche Forschungsgemeinschaft}\\
|
||
Kennedyallee 40 $\cdot$ 53175 Bonn $\cdot$ postal address: 53170 Bonn\\
|
||
phone: + 49 228 885-1 $\cdot$ fax: + 49 228 885-2777 $\cdot$ \email{postmaster@dfg.de} $\cdot$ \url{www.dfg.de}}
|
||
\end{minipage}
|
||
\begin{minipage}[c]{0.24\columnwidth}
|
||
\includegraphics[width=\textwidth]{DFG_logo.png}
|
||
\end{minipage}
|
||
}
|
||
\renewcommand{\headrulewidth}{0pt}
|
||
}
|
||
|
||
%%%%% "Arial" font %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
\renewcommand{\familydefault}{\sfdefault}
|
||
\usepackage{helvet}
|
||
|
||
%%%%% sectioning %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
\usepackage{titlesec}
|
||
\setcounter{secnumdepth}{2}
|
||
\titleformat{\paragraph}
|
||
{\normalfont\normalsize\bfseries\itshape}{\theparagraph}{1em}{}
|
||
\titlespacing*{\paragraph}
|
||
{0pt}{1ex plus 3ex minus .2ex}{0.5ex plus .2ex}
|
||
|
||
%%%%% bibliography %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
\usepackage[natbib=true, backend=bibtex, sorting=nyt, style=authoryear, dashed=false, firstinits=true, maxcitenames=2, maxbibnames=20, url=false, doi=false]{biblatex}
|
||
\DeclareNameAlias{sortname}{last-first}
|
||
\DeclareFieldFormat[article,inbook]{title}{#1}
|
||
\renewbibmacro{in:}{\ifentrytype{article}{}{\printtext{\bibstring{in}\intitlepunct}}}
|
||
\newcommand{\bibemph}[1]{#1}
|
||
|
||
\DeclareBibliographyCategory{ownpubs}
|
||
\DeclareBibliographyCategory{otherpubs}
|
||
|
||
\AtEveryBibitem{\ifcategory{ownpubs}{}{\clearfield{title}}}
|
||
|
||
\newcommand{\addownpubs}[1]{\addtocategory{ownpubs}{#1}\nocite{#1}}
|
||
\newcommand{\addotherpubs}[1]{\addtocategory{otherpubs}{#1}\nocite{#1}}
|
||
|
||
\bibliography{publications,references}
|
||
|
||
%%%%% figures %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
||
% captions:
|
||
\usepackage{sidecap}
|
||
\usepackage[format=plain,singlelinecheck=off,labelfont=bf,font={footnotesize,sf}]{caption}
|
||
|
||
% references to panels of a figure within the caption:
|
||
\newcommand{\figitem}[1]{\textsf{\bfseries\lowercase{(#1)}}}
|
||
% references to panels of a figure within the text:
|
||
\newcommand{\panel}[1]{(\textsf{#1})}
|
||
% references to figures:
|
||
\newcommand{\fref}[1]{\textup{\ref{#1}}}
|
||
\newcommand{\subfref}[2]{\textup{\ref{#1}}\,\panel{#2}}
|
||
% references to figures in normal text:
|
||
\newcommand{\fig}{fig.}
|
||
\newcommand{\Fig}{figure}
|
||
\newcommand{\figs}{figs.}
|
||
\newcommand{\Figs}{figures}
|
||
\newcommand{\figref}[1]{\fig~\fref{#1}}
|
||
\newcommand{\Figref}[1]{\Fig~\fref{#1}}
|
||
\newcommand{\figsref}[1]{\figs~\fref{#1}}
|
||
\newcommand{\Figsref}[1]{\Figs~\fref{#1}}
|
||
\newcommand{\subfigref}[2]{\fig~\subfref{#1}{#2}}
|
||
\newcommand{\Subfigref}[2]{\Fig~\subfref{#1}{#2}}
|
||
\newcommand{\subfigsref}[2]{\figs~\subfref{#1}{#2}}
|
||
\newcommand{\Subfigsref}[2]{\Figs~\subfref{#1}{#2}}
|
||
% references to figures within brackets:
|
||
\newcommand{\panelb}[1]{\textsf{#1}}
|
||
\newcommand{\subfrefb}[2]{\textup{\ref{#1}}\,\panelb{#2}}
|
||
\newcommand{\figb}{fig.}
|
||
\newcommand{\figsb}{figs.}
|
||
\newcommand{\figrefb}[1]{\figb~\fref{#1}}
|
||
\newcommand{\figsrefb}[1]{\figsb~\fref{#1}}
|
||
\newcommand{\subfigrefb}[2]{\figb~\subfrefb{#1}{#2}}
|
||
\newcommand{\subfigsrefb}[2]{\figsb~\subfrefb{#1}{#2}} |