diff options
author | Karl Berry <karl@freefriends.org> | 2021-08-30 20:29:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-08-30 20:29:16 +0000 |
commit | 635efd4bf49d23bb891976fa9a68a20b95c689e9 (patch) | |
tree | 4d9162d195f278c9a14d8f28a6c89661fd8925f4 /Master/texmf-dist | |
parent | 6a46c1944da50ee903ea6376db4239bced818648 (diff) |
acmart (30aug21)
git-svn-id: svn://tug.org/texlive/trunk@60372 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
17 files changed, 55 insertions, 10 deletions
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 Binary files differindex 263327bbc50..b81704a3ad1 100644 --- a/Master/texmf-dist/doc/latex/acmart/acmart.pdf +++ b/Master/texmf-dist/doc/latex/acmart/acmart.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/acmguide.pdf b/Master/texmf-dist/doc/latex/acmart/acmguide.pdf Binary files differindex 88691decd5b..d0afafbe36f 100644 --- a/Master/texmf-dist/doc/latex/acmart/acmguide.pdf +++ b/Master/texmf-dist/doc/latex/acmart/acmguide.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf Binary files differindex 97525d134ea..b5920bbdb48 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf 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 Binary files differindex d92aacd2977..4bfce99a810 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.pdf +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.pdf 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 Binary files differindex 76848b87b39..ce88d538ccc 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.pdf +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf Binary files differindex a7310de5282..e793982d88e 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf Binary files differindex c192a9190fe..1c3cec9d502 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf Binary files differindex f53ec3d5206..227fb843118 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.pdf Binary files differindex 2f5d4eb0e8e..7e17b4a4330 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.pdf +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf Binary files differindex d2dc2faf4e3..72f24cb110b 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf Binary files differindex 43c162e86c7..1924c6fbcb7 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf Binary files differindex 81112ed95de..abf7956e18e 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf Binary files differindex 928edaf2868..f6a32abff2b 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf 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} %</gobble> %<class>\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 |