Created
April 21, 2020 10:26
-
-
Save dmhowcroft/95f2786aad8f1fa579fe60e55ece7920 to your computer and use it in GitHub Desktop.
header to use if you're working on any papers which you might submit to EMNLP or COLING depending on timing or how the paper evolves
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% COLING specific | |
% \documentclass[11pt]{article} | |
% \usepackage{coling2020} | |
% \usepackage{url} | |
% \colingfinalcopy % Uncomment this line for the final submission | |
% EMNLP specific | |
\documentclass[11pt,a4paper]{article} | |
\usepackage[hyperref]{emnlp2020} | |
\renewcommand{\UrlFont}{\ttfamily\small} | |
% 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} | |
% \aclfinalcopy % Uncomment this line for the final submission | |
%\def\aclpaperid{***} % Enter the acl Paper ID here | |
% General | |
\usepackage{times} | |
\usepackage{latexsym} | |
\setlength\titlebox{5cm} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure you've got the sty and bst files for both projects in place!