diff options
author | Karl Berry <karl@freefriends.org> | 2016-12-31 01:19:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-12-31 01:19:29 +0000 |
commit | 7eec1413dd03a92a9e313458e2c06148c2449687 (patch) | |
tree | 4552e1a1f98bcaa7cdc814e94efde18279af6b7f /Master/texmf-dist/source/latex/acmart/acmart.dtx | |
parent | 3d794a6563f1d32c5eb8cc7f668dc856857a0e81 (diff) |
acmart (30dec16)
git-svn-id: svn://tug.org/texlive/trunk@42817 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/acmart/acmart.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/acmart/acmart.dtx | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/acmart/acmart.dtx b/Master/texmf-dist/source/latex/acmart/acmart.dtx index 4e2b6c32261..73fb5630922 100644 --- a/Master/texmf-dist/source/latex/acmart/acmart.dtx +++ b/Master/texmf-dist/source/latex/acmart/acmart.dtx @@ -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 @@ Computing Machinery] % % \end{macro} % -% We use Times throughout. +% We use Libertine throughout. % \begin{macrocode} \if@ACM@newfonts \RequirePackage[tt=false]{libertine} @@ -3052,14 +3052,15 @@ Computing Machinery] % \end{macro} % % \begin{macro}{\if@ACM@printccs} +% \changes{v1.27}{2016/12/29}{Typo corrected} % Whether to print CCS % \begin{macrocode} -\define@boolkey+{@ACM@topmatter@}[@ACM@]{printcss}[true]{% - \if@ACM@printcss - \ClassInfo{\@classname}{Printing CSS}% +\define@boolkey+{@ACM@topmatter@}[@ACM@]{printccs}[true]{% + \if@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 @@ Computing Machinery] % default for the proceedings} % Now the settings % \begin{macrocode} -\settopmatter{printcss=true, printacmref=true} +\settopmatter{printccs=true, printacmref=true} \if@ACM@manuscript \settopmatter{printfolios=true} \else @@ -3587,7 +3588,7 @@ Computing Machinery] \endgroup \setcounter{footnote}{0}% \@mkabstract - \if@ACM@printcss + \if@ACM@printccs \ifx\@concepts\@empty\else\bgroup {\@specialsection{CCS Concepts}% \@concepts\par}\egroup |