texlive[42790] Master/texmf-dist: acmart (25dec16)
commits+karl at tug.org
commits+karl at tug.org
Sun Dec 25 23:22:20 CET 2016
Revision: 42790
http://tug.org/svn/texlive?view=revision&revision=42790
Author: karl
Date: 2016-12-25 23:22:20 +0100 (Sun, 25 Dec 2016)
Log Message:
-----------
acmart (25dec16)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/acmart/README
trunk/Master/texmf-dist/doc/latex/acmart/acmart.pdf
trunk/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf
trunk/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf
trunk/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf
trunk/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf
trunk/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf
trunk/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf
trunk/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf
trunk/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf
trunk/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex
trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx
trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls
Modified: trunk/Master/texmf-dist/doc/latex/acmart/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/README 2016-12-25 01:05:29 UTC (rev 42789)
+++ trunk/Master/texmf-dist/doc/latex/acmart/README 2016-12-25 22:22:20 UTC (rev 42790)
@@ -50,3 +50,6 @@
version 1.24 Added IMWUT journal option.
version 1.25 Updated PACMPL journal option.
+
+version 1.26 Bug fixes
+
Modified: trunk/Master/texmf-dist/doc/latex/acmart/acmart.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex 2016-12-25 01:05:29 UTC (rev 42789)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex 2016-12-25 22:22:20 UTC (rev 42790)
@@ -117,8 +117,9 @@
are beyond the scope of this sample document, but more
information can be found in the \textit{Author's Guide},
and exhaustive details in the \textit{\LaTeX\ User's
-Guide}~\cite{Lamport:LaTeX}.
+Guide} by Lamport~\shortcite{Lamport:LaTeX}.
+
This article shows only the plainest form
of the citation command, using \texttt{{\char'134}cite}.
Modified: trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx 2016-12-25 01:05:29 UTC (rev 42789)
+++ trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx 2016-12-25 22:22:20 UTC (rev 42790)
@@ -232,7 +232,7 @@
% |=true| can be omitted when setting the Boolean option, so instead of
% |screen=true| one can write just |screen|, for example,
% \begin{verbatim}
-% \documentcalss[acmsmall, screen, review]{acmart}
+% \documentclass[acmsmall, screen, review]{acmart}
% \end{verbatim}
% The option
% |review| is useful when combined with the |manuscript| format
@@ -439,7 +439,7 @@
% his or her own \cs{author} command.
%
% Note that some formats do not typset e-mails of ORCID identifiers.
-% Do now worry: metadata tools will get them.
+% Do not worry: metadata tools will get them.
%
% Sometimes an author has several affiliations. In this case the
% \cs{affiliation} command should be repeated:
@@ -606,7 +606,7 @@
% \cs{acmArticleSeq}\marg{n} can be used to change it:
% \begin{verbatim}
% \acmArticle{39} % The sequence number will be 39 by default
-% \acmArticleSeq{5} % We rededine it to 5
+% \acmArticleSeq{5} % We redefine it to 5
% \end{verbatim}
%
%
@@ -1120,7 +1120,9 @@
% \end{verbatim}
%
% If you use |natbib|, then commands like \cs{citep} and
-% \cs{citeauthor} are automatically supported.
+% \cs{citeauthor} are automatically supported. The command
+% \cs{shortcite} is the same as \cs{cite} in numerical mode, and cites
+% the year in the author-date mode.
%
% There are several customized \BibTeX\ entries and fields in ACM
% style \path{ACM-Reference-Format.bst} you may want to be aware of.
@@ -1273,7 +1275,7 @@
\ProvidesFile{acmart.dtx}
%</gobble>
%<class>\ProvidesClass{acmart}
-[2016/12/03 v1.25 Typesetting articles for Association of
+[2016/12/24 v1.26 Typesetting articles for Association of
Computing Machinery]
% \end{macrocode}
%
@@ -1311,6 +1313,9 @@
% \changes{v1.20}{2016/08/06}{Bug fixes for bst}
% \changes{v1.22}{2016/09/25}{More bibliography changes for Aptara}
% \changes{v1.23}{2016/11/04}{Add PACMPL journal option}
+% \changes{v1.26}{2016/12/24}{Corrected \cs{shortcite} bug}
+% \changes{v1.26}{2016/12/24}{Documentation typos fixed (thanks to
+% Stephen Spencer)}
%
%
% And the driver code:
@@ -1865,7 +1870,7 @@
\let\citeyearNP\citeyear
\let\citeyear\citeyearpar
\let\citeNP\citealt
- \def\shortcite#1{\citeyear{#1}}
+ \def\shortcite#1{\ifNAT at numbers\cite{#1}\else\citeyear{#1}\fi}
\DeclareRobustCommand\citeA
{\begingroup\NAT at swafalse
\let\NAT at ctype\@ne\NAT at partrue\NAT at fullfalse\NAT at open\NAT at citetp}%
Modified: trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls 2016-12-25 01:05:29 UTC (rev 42789)
+++ trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls 2016-12-25 22:22:20 UTC (rev 42790)
@@ -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 @@
\let\citeyearNP\citeyear
\let\citeyear\citeyearpar
\let\citeNP\citealt
- \def\shortcite#1{\citeyear{#1}}
+ \def\shortcite#1{\ifNAT at numbers\cite{#1}\else\citeyear{#1}\fi}
\DeclareRobustCommand\citeA
{\begingroup\NAT at swafalse
\let\NAT at ctype\@ne\NAT at partrue\NAT at fullfalse\NAT at open\NAT at citetp}%
More information about the tex-live-commits
mailing list