texlive[70830] Master/texmf-dist: acmart (1apr24)
commits+karl at tug.org
commits+karl at tug.org
Mon Apr 1 22:15:11 CEST 2024
Revision: 70830
https://tug.org/svn/texlive?view=revision&revision=70830
Author: karl
Date: 2024-04-01 22:15:11 +0200 (Mon, 01 Apr 2024)
Log Message:
-----------
acmart (1apr24)
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/acmguide.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmcp.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmengage.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-biblatex.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog-conf.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-authordraft.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-biblatex.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-i13n.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf
trunk/Master/texmf-dist/source/latex/acmart/Makefile
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 2024-04-01 04:04:04 UTC (rev 70829)
+++ trunk/Master/texmf-dist/doc/latex/acmart/README 2024-04-01 20:15:11 UTC (rev 70830)
@@ -12,6 +12,10 @@
Changes
+Version 2.04. Compatibility with the new latex-dev format
+ eSSN is always printed, even if pSSN is present
+ Wording change in copyright statement
+
Version 2.03. Cleaned generation of samples.
New options for printing conference proceedings
in ACM journals
Modified: trunk/Master/texmf-dist/doc/latex/acmart/acmart.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/acmguide.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmcp.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmengage.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-biblatex.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog-conf.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-authordraft.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-biblatex.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-i13n.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/acmart/Makefile
===================================================================
--- trunk/Master/texmf-dist/source/latex/acmart/Makefile 2024-04-01 04:04:04 UTC (rev 70829)
+++ trunk/Master/texmf-dist/source/latex/acmart/Makefile 2024-04-01 20:15:11 UTC (rev 70830)
@@ -8,6 +8,8 @@
PACKAGE=acmart
+DEV=-dev # To switch dev on
+#DEV=
PDF = $(PACKAGE).pdf acmguide.pdf
@@ -70,45 +72,47 @@
samples/%.dbx: %.dbx
samples/%.lbx: %.lbx
+
+
samples/%.pdf: samples/%.tex samples/$(PACKAGE).cls samples/ACM-Reference-Format.bst
- cd $(dir $@) && pdflatex-dev $(notdir $<)
+ cd $(dir $@) && pdflatex${DEV} $(notdir $<)
- cd $(dir $@) && bibtex $(notdir $(basename $<))
- cd $(dir $@) && pdflatex-dev $(notdir $<)
- cd $(dir $@) && pdflatex-dev $(notdir $<)
+ cd $(dir $@) && pdflatex${DEV} $(notdir $<)
+ cd $(dir $@) && pdflatex${DEV} $(notdir $<)
while ( grep -q '^LaTeX Warning: Label(s) may have changed' $(basename $<).log) \
- do cd $(dir $@) && pdflatex-dev $(notdir $<); done
+ do cd $(dir $@) && pdflatex${DEV} $(notdir $<); done
samples/sample-sigconf-biblatex.pdf: samples/sample-sigconf-biblatex.tex $(SAMPLEBIBLATEXFILES)
- cd $(dir $@) && pdflatex-dev $(notdir $<)
+ cd $(dir $@) && pdflatex${DEV} $(notdir $<)
- cd $(dir $@) && biber $(notdir $(basename $<))
- cd $(dir $@) && pdflatex-dev $(notdir $<)
- cd $(dir $@) && pdflatex-dev $(notdir $<)
+ cd $(dir $@) && pdflatex${DEV} $(notdir $<)
+ cd $(dir $@) && pdflatex${DEV} $(notdir $<)
while ( grep -q '^LaTeX Warning: Label(s) may have changed' $(basename $<).log) \
- do cd $(dir $@) && pdflatex-dev $(notdir $<); done
+ do cd $(dir $@) && pdflatex${DEV} $(notdir $<); done
samples/sample-acmsmall-biblatex.pdf: samples/sample-acmsmall-biblatex.tex $(SAMPLEBIBLATEXFILES)
- cd $(dir $@) && pdflatex-dev $(notdir $<)
+ cd $(dir $@) && pdflatex${DEV} $(notdir $<)
- cd $(dir $@) && biber $(notdir $(basename $<))
- cd $(dir $@) && pdflatex-dev $(notdir $<)
- cd $(dir $@) && pdflatex-dev $(notdir $<)
+ cd $(dir $@) && pdflatex${DEV} $(notdir $<)
+ cd $(dir $@) && pdflatex${DEV} $(notdir $<)
while ( grep -q '^LaTeX Warning: Label(s) may have changed' $(basename $<).log) \
- do cd $(dir $@) && pdflatex-dev $(notdir $<); done
+ do cd $(dir $@) && pdflatex${DEV} $(notdir $<); done
samples/sample-sigconf-xelatex.pdf: samples/sample-xelatex.tex samples/$(PACKAGE).cls samples/ACM-Reference-Format.bst
- cd $(dir $@) && xelatex-dev $(notdir $<)
+ cd $(dir $@) && xelatex${DEV} $(notdir $<)
- cd $(dir $@) && bibtex $(notdir $(basename $<))
- cd $(dir $@) && xelatex-dev $(notdir $<)
- cd $(dir $@) && xelatex-dev $(notdir $<)
+ cd $(dir $@) && xelatex${DEV} $(notdir $<)
+ cd $(dir $@) && xelatex${DEV} $(notdir $<)
while ( grep -q '^LaTeX Warning: Label(s) may have changed' $(basename $<).log) \
- do cd $(dir $@) && xelatex-dev $(notdir $<); done
+ do cd $(dir $@) && xelatex${DEV} $(notdir $<); done
samples/sample-sigconf-lualatex.pdf: samples/sample-lualatex.tex samples/$(PACKAGE).cls samples/ACM-Reference-Format.bst
- cd $(dir $@) && lualatex-dev $(notdir $<)
+ cd $(dir $@) && lualatex${DEV} $(notdir $<)
- cd $(dir $@) && bibtex $(notdir $(basename $<))
- cd $(dir $@) && lualatex-dev $(notdir $<)
- cd $(dir $@) && lualatex-dev $(notdir $<)
+ cd $(dir $@) && lualatex${DEV} $(notdir $<)
+ cd $(dir $@) && lualatex${DEV} $(notdir $<)
while ( grep -q '^LaTeX Warning: Label(s) may have changed' $(basename $<).log) \
- do cd $(dir $@) && lualatex-dev $(notdir $<); done
+ do cd $(dir $@) && lualatex${DEV} $(notdir $<); done
samples/sample-acmcp.pdf: samples/acm-jdslogo.png
Modified: trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx 2024-04-01 04:04:04 UTC (rev 70829)
+++ trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx 2024-04-01 20:15:11 UTC (rev 70830)
@@ -2309,7 +2309,7 @@
\ProvidesFile{acmart.dtx}
%</gobble>
%<class>\ProvidesClass{acmart}
-[2024/02/04 v2.03 Typesetting articles for the Association for Computing Machinery]
+[2024/03/31 v2.04 Typesetting articles for the Association for Computing Machinery]
% \end{macrocode}
%
% \changes{v1.00}{2016/04/14}{First released version}
@@ -3526,6 +3526,10 @@
% \changes{v1.76}{2021/02/21}{Moved hyperxmp before hyperref, see
% \url{https://github.com/borisveytsman/acmart/issues/425}}
% \changes{1.92}{2023/10/14}{Moved hyperxmp again due to kernel update}
+% \changes{2.04}{2024/03/17}{Explicitly load ifdraft since hyperxmp
+% tries to load it inside a group}
+% \changes{2.04}{2024/03/31}{Deleted loading ifdraft due to the new
+% release of hyperxmp}
% \begin{macrocode}
\let\@footnotemark at nolink\@footnotemark
\let\@footnotetext at nolink\@footnotetext
@@ -4797,12 +4801,13 @@
% \end{macro}
%
% The defaults:
+% \changes{v2.04}{2024/03/17}{eISSN is printed, rather than pSSN}
% \begin{macrocode}
\def\@journalCode at nr{0}
\def\@journalName{}%
\def\@journalNameShort{\@journalName}%
\def\@permissionCodeOne{XXXX-XXXX}%
-\def\@permissionCodeTwo{}%
+\def\@permissionCodeTwo{\@permissionCodeOne}%
% \end{macrocode}
%
%
@@ -5895,6 +5900,7 @@
% \changes{v1.52}{2018/04/09}{Rewording of licenses}
% \changes{v1.85}{2022/05/08}{Added CC licenses}
% \changes{v2.00}{2023/10/22}{Changed wording}
+% \changes{v2.04}{2024/03/28}{Changed wording}
% Here is the owner of the copyright
% \begin{macrocode}
\def\@copyrightowner{%
@@ -5985,6 +5991,7 @@
% \changes{v1.87}{2022/07/30}{CC licenses now are allowed only for
% non-acm or ACM engage publications}
% \changes{v2.00}{2023/10/24}{Rewrote wording}
+% \changes{v2.00}{2023/10/24}{Rewrote wording}
% The canned permission block.
% \begin{macrocode}
\def\@copyrightpermission{%
@@ -6012,7 +6019,7 @@
and\hspace*{.5pt}/or a fee. Request permissions from
permissions at acm.org.
\or % rightsretained
- Permission to make digital or hard copies of part or all of this
+ Permission to make digital or hard copies of all or part of this
work for personal or classroom use is granted without fee provided
that copies are not made or distributed for profit or commercial
advantage and that copies bear this notice and the full citation on
@@ -6406,7 +6413,7 @@
\else
\if at ACM@nonacm\else
\if at ACM@journal at bibstrip
- ACM~\@permissionCodeOne/\@acmYear/\@acmMonth-ART\@acmArticle\\
+ ACM~\@permissionCodeTwo/\@acmYear/\@acmMonth-ART\@acmArticle\\
\@formatdoi{\@acmDOI}%
\else % Conference
\ifx\@acmISBN\@empty\else ACM~ISBN~\@acmISBN\\\fi
Modified: trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls 2024-04-01 04:04:04 UTC (rev 70829)
+++ trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls 2024-04-01 20:15:11 UTC (rev 70830)
@@ -38,7 +38,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{acmart}
-[2024/02/04 v2.03 Typesetting articles for the Association for Computing Machinery]
+[2024/03/31 v2.04 Typesetting articles for the Association for Computing Machinery]
\def\@classname{acmart}
\InputIfFileExists{acmart-preload-hook.tex}{%
\ClassWarning{\@classname}{%
@@ -1471,7 +1471,7 @@
\def\@journalName{}%
\def\@journalNameShort{\@journalName}%
\def\@permissionCodeOne{XXXX-XXXX}%
-\def\@permissionCodeTwo{}%
+\def\@permissionCodeTwo{\@permissionCodeOne}%
\newcommand\acmConference[4][]{%
\gdef\acmConference at shortname{#1}%
\gdef\acmConference at name{#2}%
@@ -1983,7 +1983,7 @@
and\hspace*{.5pt}/or a fee. Request permissions from
permissions at acm.org.
\or % rightsretained
- Permission to make digital or hard copies of part or all of this
+ Permission to make digital or hard copies of all or part of this
work for personal or classroom use is granted without fee provided
that copies are not made or distributed for profit or commercial
advantage and that copies bear this notice and the full citation on
@@ -2221,7 +2221,7 @@
\else
\if at ACM@nonacm\else
\if at ACM@journal at bibstrip
- ACM~\@permissionCodeOne/\@acmYear/\@acmMonth-ART\@acmArticle\\
+ ACM~\@permissionCodeTwo/\@acmYear/\@acmMonth-ART\@acmArticle\\
\@formatdoi{\@acmDOI}%
\else % Conference
\ifx\@acmISBN\@empty\else ACM~ISBN~\@acmISBN\\\fi
More information about the tex-live-commits
mailing list.