diff options
author | Karl Berry <karl@freefriends.org> | 2016-12-25 22:22:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-12-25 22:22:20 +0000 |
commit | 6959c55b1060f5c323f5c5429657597a398de7a1 (patch) | |
tree | 434b6b5d4aac2a2b3eb14e156723d4d0e9c08ffd /Master/texmf-dist/tex/latex/acmart | |
parent | e39415b94d37021296a561c19ae2500ca764fc2d (diff) |
acmart (25dec16)
git-svn-id: svn://tug.org/texlive/trunk@42790 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/acmart')
-rw-r--r-- | Master/texmf-dist/tex/latex/acmart/acmart.cls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/acmart/acmart.cls b/Master/texmf-dist/tex/latex/acmart/acmart.cls index b97409fa232..26c27b56b49 100644 --- a/Master/texmf-dist/tex/latex/acmart/acmart.cls +++ b/Master/texmf-dist/tex/latex/acmart/acmart.cls @@ -38,7 +38,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesClass{acmart} -[2016/12/03 v1.25 Typesetting articles for Association of +[2016/12/24 v1.26 Typesetting articles for Association of Computing Machinery] \def\@classname{acmart} \RequirePackage{xkeyval} @@ -385,7 +385,7 @@ Computing Machinery] \let\citeyearNP\citeyear \let\citeyear\citeyearpar \let\citeNP\citealt - \def\shortcite#1{\citeyear{#1}} + \def\shortcite#1{\ifNAT@numbers\cite{#1}\else\citeyear{#1}\fi} \DeclareRobustCommand\citeA {\begingroup\NAT@swafalse \let\NAT@ctype\@ne\NAT@partrue\NAT@fullfalse\NAT@open\NAT@citetp}% |