Skip to content

Instantly share code, notes, and snippets.

@dmhowcroft
Created April 21, 2020 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmhowcroft/95f2786aad8f1fa579fe60e55ece7920 to your computer and use it in GitHub Desktop.
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
% 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}
@dmhowcroft
Copy link
Author

Make sure you've got the sty and bst files for both projects in place!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment