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

60 lines
1.0 KiB
TeX
Raw Normal View History

{% 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.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% nleguide.tex
% v1.0, released 31 Jan 2019
% Copyright 2019 Cambridge University Press
\documentclass{nle}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{natbib}
\ifpdf%
\usepackage{epstopdf}%
\else%
\fi
2021-02-22 22:13:28 +01:00
\newcommand\bycite[1]{by~\citet{#1}}
\input{config}
\input{preamble}
\input{extras}
\begin{document}
\label{firstpage}
\input{metadata}
\begin{abstract}
\input{abstract}
\end{abstract}
\maketitle
\input{main}
\bibliographystyle{nlelike}
\bibliography{bibliography}
\ifwithappendix
\input{appendix}
\fi
\label{lastpage}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
{% endraw %}