Skip to content

Commit

Permalink
A patch to enable biblatex processing, see #114
Browse files Browse the repository at this point in the history
  • Loading branch information
borisveytsman committed Mar 24, 2017
1 parent 964611a commit e5ff428
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions acmart.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@
\ProvidesFile{acmart.dtx}
%</gobble>
%<class>\ProvidesClass{acmart}
[2017/03/18 v1.33 Typesetting articles for Association of
[2017/03/23 v1.33 Typesetting articles for Association of
Computing Machinery]
% \end{macrocode}
%
Expand Down Expand Up @@ -2069,6 +2069,8 @@ Computing Machinery]
% \end{macrocode}
%
% Bibliography mangling.
% \changes{v1.33}{2017/03/23}{Moved \cs{citename} definition for
% non-natbib bibliography, so a package may redefine it}
% \begin{macrocode}
\if@ACM@natbib
\let\citeN\cite
Expand All @@ -2083,7 +2085,9 @@ Computing Machinery]
\let\NAT@ctype\@ne\NAT@partrue\NAT@fullfalse\NAT@open\NAT@citetp}%
\providecommand\newblock{}%
\else
\providecommand\citename[1]{#1}
\AtBeginDocument{%
\def\shortcite#1{\cite{#1}}%
\providecommand\citename[1]{#1}}
\fi
\def\shortcite#1{\ifNAT@numbers\cite{#1}\else\citeyear{#1}\fi}
% \end{macrocode}
Expand Down

0 comments on commit e5ff428

Please sign in to comment.