paper-cutter/{{cookiecutter.paper_repo_name}}/_latex-templates/poleval-template.tex

34 lines
578 B
TeX
Raw Permalink Normal View History

{% raw %}
\documentclass{poleval}
\input{config}
\input{extras}
\input{preamble}
\input{metadata}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{abstract}
\input{abstract}
\end{abstract}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{keywords}
\input{keywords}
\end{keywords}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction}
\input{main}
\bibliography{bibliography}
\bibliographystyle{poleval}
\end{document}
{% endraw %}