2020-11-24 08:33:07 +01:00
|
|
|
{% raw %}
|
|
|
|
\pdfoutput=1
|
2021-02-22 21:56:26 +01:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% [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.
|
|
|
|
%
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
2020-11-24 08:33:07 +01:00
|
|
|
%
|
2021-10-13 15:12:26 +02:00
|
|
|
%
|
|
|
|
% Based on https://github.com/acl-org/ACLPUB/blob/master/templates/latex/acl_latex.tex
|
2020-11-24 08:33:07 +01:00
|
|
|
%
|
|
|
|
%% Based on the style files for ACL 2020, which were
|
|
|
|
%% Based on the style files for ACL 2018, NAACL 2018/19, which were
|
|
|
|
%% Based on the style files for ACL-2015, with some improvements
|
|
|
|
%% taken from the NAACL-2016 style
|
|
|
|
%% Based on the style files for ACL-2014, which were, in turn,
|
|
|
|
%% based on ACL-2013, ACL-2012, ACL-2011, ACL-2010, ACL-IJCNLP-2009,
|
|
|
|
%% EACL-2009, IJCNLP-2008...
|
|
|
|
%% Based on the style files for EACL 2006 by
|
|
|
|
%%e.agirre@ehu.es or Sergi.Balari@uab.es
|
|
|
|
%% and that of ACL 08 by Joakim Nivre and Noah Smith
|
|
|
|
|
2021-10-13 13:49:52 +02:00
|
|
|
\documentclass[11pt]{article}
|
|
|
|
\usepackage[review]{acl}
|
|
|
|
|
2020-11-24 08:33:07 +01:00
|
|
|
\usepackage{times}
|
|
|
|
\usepackage{latexsym}
|
2021-10-13 13:49:52 +02:00
|
|
|
|
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
\usepackage[utf8]{inputenc}
|
2020-11-24 08:33:07 +01:00
|
|
|
|
|
|
|
% This is not strictly necessary, and may be commented out,
|
|
|
|
% but it will improve the layout of the manuscript,
|
|
|
|
% and will typically save some space.
|
|
|
|
\usepackage{microtype}
|
|
|
|
|
2021-10-13 15:06:53 +02:00
|
|
|
% If the title and author information does not fit in the area allocated, uncomment the following
|
|
|
|
%
|
|
|
|
%\setlength\titlebox{<dim>}
|
|
|
|
%
|
|
|
|
% and set <dim> to something 5cm or larger.
|
2020-11-24 08:33:07 +01:00
|
|
|
|
|
|
|
\newcommand\BibTeX{B\textsc{ib}\TeX}
|
2021-02-22 22:01:31 +01:00
|
|
|
\newcommand\bycite[1]{by~\citet{#1}}
|
2020-11-24 08:33:07 +01:00
|
|
|
|
|
|
|
\input{config}
|
|
|
|
\input{extras}
|
|
|
|
\input{preamble}
|
|
|
|
\input{metadata}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\begin{abstract}
|
|
|
|
\input{abstract}
|
|
|
|
\end{abstract}
|
|
|
|
|
|
|
|
\input{main}
|
|
|
|
|
|
|
|
\bibliography{bibliography}
|
|
|
|
|
|
|
|
\end{document}
|
|
|
|
|
|
|
|
%%% Local Variables:
|
|
|
|
%%% mode: latex
|
|
|
|
%%% TeX-master: t
|
|
|
|
%%% End:
|
|
|
|
{% endraw %}
|