61 lines
1.1 KiB
TeX
61 lines
1.1 KiB
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[a4paper,twoside]{article}
|
|
|
|
\usepackage{epsfig}
|
|
\usepackage{subcaption}
|
|
\usepackage{calc}
|
|
\usepackage{amssymb}
|
|
\usepackage{amstext}
|
|
\usepackage{amsmath}
|
|
\usepackage{amsthm}
|
|
\usepackage{multicol}
|
|
\usepackage{pslatex}
|
|
\usepackage{apalike}
|
|
\usepackage[bottom]{footmisc}
|
|
|
|
\newcommand{\citep}{\cite}
|
|
\newcommand{\citet}{\cite}
|
|
\newcommand\bycite[1]{in~\citet{#1}}
|
|
|
|
\input{config}
|
|
\input{preamble}
|
|
|
|
\usepackage{SCITEPRESS}
|
|
\input{extras}
|
|
|
|
\begin{document}
|
|
|
|
\input{metadata.tex}
|
|
|
|
\keywords{%
|
|
\input{keywords}
|
|
}
|
|
|
|
\abstract{%
|
|
\input{abstract}
|
|
}
|
|
|
|
\onecolumn \maketitle \normalsize \setcounter{footnote}{0} \vfill
|
|
|
|
\input{main}
|
|
|
|
\bibliographystyle{apalike}
|
|
{\small
|
|
\bibliography{bibliography}}
|
|
|
|
\ifwithappendix
|
|
\input{appendix}
|
|
\fi
|
|
|
|
\end{document}
|
|
{% endraw %}
|