Skip to content

Commit

Permalink
Updating LaTeX style files based on ACL 2023 (#18)
Browse files Browse the repository at this point in the history
* Updating LaTeX style files based on ACL 2023
  • Loading branch information
jkkummerfeld authored Sep 12, 2023
1 parent 3a7a4d1 commit 1c2d085
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions latex/acl.sty
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
\renewcommand\cite{\citep} % to get "(Author Year)" with natbib
\newcommand\shortcite{\citeyearpar}% to get "(Year)" with natbib
\newcommand\newcite{\citet} % to get "Author (Year)" with natbib
\newcommand{\citeposs}[1]{\citeauthor{#1}'s (\citeyear{#1})} % to get "Author's (Year)"

\bibliographystyle{acl_natbib}

Expand Down
5 changes: 5 additions & 0 deletions latex/acl_latex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
% and will typically save some space.
\usepackage{microtype}

% This is also not strictly necessary, and may be commented out.
% However, it will improve the aesthetics of text in
% the typewriter font.
\usepackage{inconsolata}

% If the title and author information does not fit in the area allocated, uncomment the following
%
%\setlength\titlebox{<dim>}
Expand Down

0 comments on commit 1c2d085

Please sign in to comment.