texlive[42817] Master/texmf-dist: acmart (30dec16)
commits+karl at tug.org
commits+karl at tug.org
Sat Dec 31 02:19:29 CET 2016
Revision: 42817
http://tug.org/svn/texlive?view=revision&revision=42817
Author: karl
Date: 2016-12-31 02:19:29 +0100 (Sat, 31 Dec 2016)
Log Message:
-----------
acmart (30dec16)
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/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-31 01:19:03 UTC (rev 42816)
+++ trunk/Master/texmf-dist/doc/latex/acmart/README 2016-12-31 01:19:29 UTC (rev 42817)
@@ -53,3 +53,5 @@
version 1.26 Bug fixes
+version 1.27 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/source/latex/acmart/acmart.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx 2016-12-31 01:19:03 UTC (rev 42816)
+++ trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx 2016-12-31 01:19:29 UTC (rev 42817)
@@ -1106,7 +1106,7 @@
% \DescribeMacro{\citestyle}%
% If you use |natbib|, you can select one of two predefined sitation
% styles: the author-year format |acmauthoryear| or the numeric
-% format |acmnumeric| using the command \cs{sitestyle}, for example,
+% format |acmnumeric| using the command \cs{citestyle}, for example,
% \begin{verbatim}
% \citestyle{acmauthoryear}
% \end{verbatim}
@@ -1275,7 +1275,7 @@
\ProvidesFile{acmart.dtx}
%</gobble>
%<class>\ProvidesClass{acmart}
-[2016/12/24 v1.26 Typesetting articles for Association of
+[2016/12/29 v1.27 Typesetting articles for Association of
Computing Machinery]
% \end{macrocode}
%
@@ -2139,7 +2139,7 @@
%
% \end{macro}
%
-% We use Times throughout.
+% We use Libertine throughout.
% \begin{macrocode}
\if at ACM@newfonts
\RequirePackage[tt=false]{libertine}
@@ -3052,14 +3052,15 @@
% \end{macro}
%
% \begin{macro}{\if at ACM@printccs}
+% \changes{v1.27}{2016/12/29}{Typo corrected}
% Whether to print CCS
% \begin{macrocode}
-\define at boolkey+{@ACM at topmatter@}[@ACM@]{printcss}[true]{%
- \if at ACM@printcss
- \ClassInfo{\@classname}{Printing CSS}%
+\define at boolkey+{@ACM at topmatter@}[@ACM@]{printccs}[true]{%
+ \if at ACM@printccs
+ \ClassInfo{\@classname}{Printing CCS}%
\else
- \ClassInfo{\@classname}{Suppressing CSS}%
- \fi}{\ClassError{\@classname}{printcss must be true or false}}
+ \ClassInfo{\@classname}{Suppressing CCS}%
+ \fi}{\ClassError{\@classname}{printccs must be true or false}}
% \end{macrocode}
%
% \end{macro}
@@ -3103,7 +3104,7 @@
% default for the proceedings}
% Now the settings
% \begin{macrocode}
-\settopmatter{printcss=true, printacmref=true}
+\settopmatter{printccs=true, printacmref=true}
\if at ACM@manuscript
\settopmatter{printfolios=true}
\else
@@ -3587,7 +3588,7 @@
\endgroup
\setcounter{footnote}{0}%
\@mkabstract
- \if at ACM@printcss
+ \if at ACM@printccs
\ifx\@concepts\@empty\else\bgroup
{\@specialsection{CCS Concepts}%
\@concepts\par}\egroup
Modified: trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls 2016-12-31 01:19:03 UTC (rev 42816)
+++ trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls 2016-12-31 01:19:29 UTC (rev 42817)
@@ -38,7 +38,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{acmart}
-[2016/12/24 v1.26 Typesetting articles for Association of
+[2016/12/29 v1.27 Typesetting articles for Association of
Computing Machinery]
\def\@classname{acmart}
\RequirePackage{xkeyval}
@@ -1020,12 +1020,12 @@
\long\def\@saveabstract#1{\long\gdef\@abstract{#1}}
\@saveabstract{}
\long\def\@lempty{}
-\define at boolkey+{@ACM at topmatter@}[@ACM@]{printcss}[true]{%
- \if at ACM@printcss
- \ClassInfo{\@classname}{Printing CSS}%
+\define at boolkey+{@ACM at topmatter@}[@ACM@]{printccs}[true]{%
+ \if at ACM@printccs
+ \ClassInfo{\@classname}{Printing CCS}%
\else
- \ClassInfo{\@classname}{Suppressing CSS}%
- \fi}{\ClassError{\@classname}{printcss must be true or false}}
+ \ClassInfo{\@classname}{Suppressing CCS}%
+ \fi}{\ClassError{\@classname}{printccs must be true or false}}
\define at boolkey+{@ACM at topmatter@}[@ACM@]{printacmref}[true]{%
\if at ACM@printacmref
\ClassInfo{\@classname}{Printing bibformat}%
@@ -1039,7 +1039,7 @@
\ClassInfo{\@classname}{Suppressing folios}%
\fi}{\ClassError{\@classname}{printfolios must be true or false}}
\def\settopmatter#1{\setkeys{@ACM at topmatter@}{#1}}
-\settopmatter{printcss=true, printacmref=true}
+\settopmatter{printccs=true, printacmref=true}
\if at ACM@manuscript
\settopmatter{printfolios=true}
\else
@@ -1346,7 +1346,7 @@
\endgroup
\setcounter{footnote}{0}%
\@mkabstract
- \if at ACM@printcss
+ \if at ACM@printccs
\ifx\@concepts\@empty\else\bgroup
{\@specialsection{CCS Concepts}%
\@concepts\par}\egroup
More information about the tex-live-commits
mailing list