From 635efd4bf49d23bb891976fa9a68a20b95c689e9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 30 Aug 2021 20:29:16 +0000 Subject: acmart (30aug21) git-svn-id: svn://tug.org/texlive/trunk@60372 c570f23f-e606-0410-a88d-b1316a301751 --- .../bibtex/bst/acmart/ACM-Reference-Format.bst | 13 +++++---- Master/texmf-dist/doc/latex/acmart/README | 5 +++- Master/texmf-dist/doc/latex/acmart/acmart.pdf | Bin 842246 -> 876423 bytes Master/texmf-dist/doc/latex/acmart/acmguide.pdf | Bin 414201 -> 417944 bytes .../doc/latex/acmart/samples/sample-acmlarge.pdf | Bin 586372 -> 586403 bytes .../latex/acmart/samples/sample-acmsmall-conf.pdf | Bin 1030499 -> 1030520 bytes .../acmart/samples/sample-acmsmall-submission.pdf | Bin 598702 -> 598737 bytes .../doc/latex/acmart/samples/sample-acmsmall.pdf | Bin 596225 -> 596255 bytes .../doc/latex/acmart/samples/sample-acmtog.pdf | Bin 543905 -> 543940 bytes .../latex/acmart/samples/sample-authordraft.pdf | Bin 1022861 -> 1022898 bytes .../doc/latex/acmart/samples/sample-lualatex.pdf | Bin 768566 -> 768577 bytes .../doc/latex/acmart/samples/sample-manuscript.pdf | Bin 598279 -> 598308 bytes .../doc/latex/acmart/samples/sample-sigconf.pdf | Bin 1019048 -> 1019091 bytes .../doc/latex/acmart/samples/sample-sigplan.pdf | Bin 1028143 -> 1028168 bytes .../doc/latex/acmart/samples/sample-xelatex.pdf | Bin 653971 -> 653979 bytes Master/texmf-dist/source/latex/acmart/acmart.dtx | 31 +++++++++++++++++++-- Master/texmf-dist/tex/latex/acmart/acmart.cls | 16 ++++++++++- 17 files changed, 55 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst index 807c0332d09..bdc7bc2147d 100644 --- a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst +++ b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst @@ -3,6 +3,7 @@ %%% @BibTeX-style-file{ %%% author = "Nelson H. F. Beebe, Boris Veytsman and Gerald Murray", %%% version = "2.1", +%%% acmart-version = "1.79", %%% date = "14 June 2017", %%% filename = "ACM-Reference-Format.bst", %%% email = "borisv@lk.net, boris@varphi.com", @@ -692,7 +693,7 @@ FUNCTION { output.note } % UTAH { % return with stack empty note empty.or.unknown { } - { "\shownote{" note add.period$ * "}" * writeln } + { "\shownote{" note * "}" add.period$ * writeln } if$ } @@ -700,7 +701,7 @@ FUNCTION { output.note.check } % UTAH { % return with stack empty note empty.or.unknown { "empty note in " cite$ * warning$ } - { "\shownote{" note add.period$ * "}" * writeln } + { "\shownote{" note * "}" add.period$ * writeln } if$ } @@ -770,7 +771,7 @@ FUNCTION { output.year.check } year empty.or.unknown { "empty year in " cite$ * warning$ write$ - " \bibinfo{year}{[n.d.]}" + " \bibinfo{year}{[n.\,d.]}" "\natexlab{" extra.label * "}" * * mid.sentence 'output.state := } @@ -1989,7 +1990,7 @@ FUNCTION { calc.basic.label } if$ duplicate$ year empty.or.unknown - { "[n.d.]" } + { "[n.\,d.]" } { year field.or.null purify$ #-1 #4 substring$} if$ * @@ -2037,7 +2038,7 @@ FUNCTION { calc.label } % save the year for sort processing afterwards (adding a, b, c, etc.) % year empty.or.unknown - { "[n.d.]" } + { "[n.\,d.]" } { year field.or.null purify$ #-1 #4 substring$} if$ 'label.year := @@ -2429,7 +2430,7 @@ FUNCTION { phdthesis } new.block format.title emphasize "title" output.check % NB: ACM style requires emphasized thesis title new.block - "\bibinfo{thesistype}{Ph.D. Dissertation}" format.thesis.type output + "\bibinfo{thesistype}{Ph.\,D. Dissertation}" format.thesis.type output new.sentence school "school" bibinfo.output.check address empty.or.unknown diff --git a/Master/texmf-dist/doc/latex/acmart/README b/Master/texmf-dist/doc/latex/acmart/README index 40cbff3a83b..ff28295ae81 100644 --- a/Master/texmf-dist/doc/latex/acmart/README +++ b/Master/texmf-dist/doc/latex/acmart/README @@ -292,4 +292,7 @@ Version 1.78. Documentation update. Magic texcount comments for samples. Title page now is split if there are too many authors Bug fixes. - \ No newline at end of file + +Version 1.79. Fixed pages with index + (https://github.com/borisveytsman/acmart/issues/440) + Updated information for TAP, TCPS, TEAC \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/acmart/acmart.pdf b/Master/texmf-dist/doc/latex/acmart/acmart.pdf index 263327bbc50..b81704a3ad1 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/acmart.pdf and b/Master/texmf-dist/doc/latex/acmart/acmart.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/acmguide.pdf b/Master/texmf-dist/doc/latex/acmart/acmguide.pdf index 88691decd5b..d0afafbe36f 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/acmguide.pdf and b/Master/texmf-dist/doc/latex/acmart/acmguide.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf index 97525d134ea..b5920bbdb48 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf and b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.pdf index d92aacd2977..4bfce99a810 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.pdf and b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.pdf index 76848b87b39..ce88d538ccc 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.pdf and b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf index a7310de5282..e793982d88e 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf and b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf index c192a9190fe..1c3cec9d502 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf and b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf index f53ec3d5206..227fb843118 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf and b/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.pdf index 2f5d4eb0e8e..7e17b4a4330 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.pdf and b/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf index d2dc2faf4e3..72f24cb110b 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf and b/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf index 43c162e86c7..1924c6fbcb7 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf and b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf index 81112ed95de..abf7956e18e 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf and b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf index 928edaf2868..f6a32abff2b 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf and b/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf differ diff --git a/Master/texmf-dist/source/latex/acmart/acmart.dtx b/Master/texmf-dist/source/latex/acmart/acmart.dtx index d113dd50434..28255b7ea10 100644 --- a/Master/texmf-dist/source/latex/acmart/acmart.dtx +++ b/Master/texmf-dist/source/latex/acmart/acmart.dtx @@ -643,7 +643,7 @@ % % The fields \cs{institution}, \cs{city} and \cs{country} are % mandatory. If they are not provided, an error or a warning is -% issued. Currently the absence of \cs{country} produces and error; +% issued. Currently the absence of \cs{country} produces an error; % ACM may change this in the future. % % @@ -1937,7 +1937,7 @@ \ProvidesFile{acmart.dtx} % %\ProvidesClass{acmart} -[2021/05/01 v1.78 Typesetting articles for the Association for Computing Machinery] +[2021/08/29 v1.79 Typesetting articles for the Association for Computing Machinery] % \end{macrocode} % % \changes{v1.00}{2016/04/14}{First released version} @@ -3705,6 +3705,7 @@ % \changes{v1.53}{2018/04/14}{Added PACMCGIT, TIOT, TDSCI} % \changes{v1.58}{2019/03/29}{Added HEALTH. TDSCI is renamed to TDS} % \changes{1.70}{2020/02/22}{Name change for TDS} +% \changes{1.79}{2021/08/29}{Updated indormation for TAP, TCPS, TEAC} % % We use the |xkeyval| interface to define journal titles and the relevant % information @@ -3868,14 +3869,20 @@ \def\@permissionCodeOne{2375-4699}% \or % TAP \def\@journalName{ACM Transactions on Applied Perception}% + \def\@journalNameShort{ACM Trans. Appl. Percept.}% + \def\@permissionCodeOne{1544-3558}% \or % TCPS \def\@journalName{ACM Transactions on Cyber-Physical Systems}% + \def\@journalNameShort{ACM Trans. Cyber-Phys. Syst.}% + \def\@permissionCodeOne{2378-962X}% \or % TDS \def\@journalName{ACM/IMS Transactions on Data Science}% \def\@journalNameShort{ACM/IMS Trans. Data Sci.}% \def\@permissionCodeOne{2577-3224}% \or % TEAC \def\@journalName{ACM Transactions on Economics and Computation}% + \def\@journalNameShort{ACM Trans. Econ. Comput.}% + \def\@permissionCodeOne{2167-8375}% \or % TECS \def\@journalName{ACM Transactions on Embedded Computing Systems}% \def\@journalNameShort{ACM Trans. Embedd. Comput. Syst.}% @@ -7484,6 +7491,26 @@ % % \end{macro} % +% +%\subsection{Index} +%\label{sec:index} +% +% \begin{macro}{\theindex} +% Standard |amsart| uses plain page style in index pages. This +% clashes with line numbering for |review| option, so we redefine it. +% \begin{macrocode} +\def\theindex{\@restonecoltrue\if@twocolumn\@restonecolfalse\fi + \columnseprule\z@ \columnsep 35\p@ + \@indextitlestyle + \let\item\@idxitem + \parindent\z@ \parskip\z@\@plus.3\p@\relax + \raggedright + \hyphenpenalty\@M + \footnotesize} +% \end{macrocode} +% +% \end{macro} +% %\subsection{End of Class} %\label{end} % diff --git a/Master/texmf-dist/tex/latex/acmart/acmart.cls b/Master/texmf-dist/tex/latex/acmart/acmart.cls index f5b3f3a2769..50b6d78a365 100644 --- a/Master/texmf-dist/tex/latex/acmart/acmart.cls +++ b/Master/texmf-dist/tex/latex/acmart/acmart.cls @@ -37,7 +37,7 @@ %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} \ProvidesClass{acmart} -[2021/05/01 v1.78 Typesetting articles for the Association for Computing Machinery] +[2021/08/29 v1.79 Typesetting articles for the Association for Computing Machinery] \def\@classname{acmart} \InputIfFileExists{acmart-preload-hook.tex}{% \ClassWarning{\@classname}{% @@ -1094,14 +1094,20 @@ \def\@permissionCodeOne{2375-4699}% \or % TAP \def\@journalName{ACM Transactions on Applied Perception}% + \def\@journalNameShort{ACM Trans. Appl. Percept.}% + \def\@permissionCodeOne{1544-3558}% \or % TCPS \def\@journalName{ACM Transactions on Cyber-Physical Systems}% + \def\@journalNameShort{ACM Trans. Cyber-Phys. Syst.}% + \def\@permissionCodeOne{2378-962X}% \or % TDS \def\@journalName{ACM/IMS Transactions on Data Science}% \def\@journalNameShort{ACM/IMS Trans. Data Sci.}% \def\@permissionCodeOne{2577-3224}% \or % TEAC \def\@journalName{ACM Transactions on Economics and Computation}% + \def\@journalNameShort{ACM Trans. Econ. Comput.}% + \def\@permissionCodeOne{2167-8375}% \or % TECS \def\@journalName{ACM Transactions on Embedded Computing Systems}% \def\@journalNameShort{ACM Trans. Embedd. Comput. Syst.}% @@ -3061,6 +3067,14 @@ arXiv:#2% \fi \fi} +\def\theindex{\@restonecoltrue\if@twocolumn\@restonecolfalse\fi + \columnseprule\z@ \columnsep 35\p@ + \@indextitlestyle + \let\item\@idxitem + \parindent\z@ \parskip\z@\@plus.3\p@\relax + \raggedright + \hyphenpenalty\@M + \footnotesize} \let\@vspace@orig=\@vspace \let\@vspacer@orig=\@vspacer \apptocmd{\@vspace}{\ClassWarning{\@classname}{\string\vspace\space should -- cgit v1.2.3