60 lines
1.2 KiB
TeX
60 lines
1.2 KiB
TeX
{% raw %}
|
|
\pdfoutput=1
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% [paper-cutter clarifications]
|
|
%
|
|
% DO NOT EDIT THIS FILE (unless you know what you are doing).
|
|
% THIS IS A FILE SUPPLIED BY THE TEMPLATE.
|
|
% PLEASE EDIT main.tex INSTEAD.
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\documentclass[11pt,a4paper]{article}
|
|
\usepackage{natbib}
|
|
\usepackage[margin=25mm]{geometry}
|
|
|
|
\usepackage{xcolor} % make links dark blue
|
|
\definecolor{darkblue}{rgb}{0, 0, 0.66}
|
|
\definecolor{darkred}{rgb}{0.875, 0, 0}
|
|
\definecolor{darkgreen}{rgb}{0, 0.5, 0}
|
|
|
|
\usepackage{placeins}
|
|
|
|
\newcommand\bycite[1]{by~\citet{#1}}
|
|
|
|
\input{config}
|
|
\input{extras}
|
|
\input{preamble}
|
|
\hypersetup{colorlinks=true,citecolor=darkgreen, linkcolor=darkred, urlcolor=darkblue}
|
|
\input{metadata}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\begin{abstract}
|
|
\input{abstract}
|
|
\end{abstract}
|
|
|
|
\input{main}
|
|
|
|
\ifwithappendix
|
|
\FloatBarrier
|
|
|
|
\clearpage
|
|
|
|
\appendix
|
|
|
|
\input{appendix}
|
|
\fi
|
|
|
|
\bibliography{bibliography}
|
|
\bibliographystyle{abbrvnat}
|
|
|
|
\end{document}
|
|
|
|
%%% Local Variables:
|
|
%%% mode: latex
|
|
%%% TeX-master: t
|
|
%%% End:
|
|
{% endraw %}
|