60 lines
1.0 KiB
TeX
60 lines
1.0 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.
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% 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
|
|
|
|
\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 %}
|