34 lines
578 B
TeX
34 lines
578 B
TeX
{% 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 %}
|