43 lines
968 B
TeX
43 lines
968 B
TeX
{% raw %}
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% [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{poleval}
|
|
|
|
\newcommand\bycite[1]{by~\citet{#1}}
|
|
|
|
\input{config}
|
|
\input{extras}
|
|
\input{preamble}
|
|
|
|
\begin{document}
|
|
|
|
\input{metadata}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\begin{abstract}
|
|
\input{abstract}
|
|
\end{abstract}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\begin{keywords}
|
|
\input{keywords}
|
|
\end{keywords}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\input{main}
|
|
|
|
\bibliography{bibliography}
|
|
\bibliographystyle{poleval}
|
|
|
|
\end{document}
|
|
{% endraw %}
|