texlive[69242] Master/texmf-dist: acmart (30dec23)

commits+karl at tug.org commits+karl at tug.org
Sat Dec 30 22:26:08 CET 2023


Revision: 69242
          https://tug.org/svn/texlive?view=revision&revision=69242
Author:   karl
Date:     2023-12-30 22:26:08 +0100 (Sat, 30 Dec 2023)
Log Message:
-----------
acmart (30dec23)

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-acmlarge.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-biblatex.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-biblatex.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-biblatex.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-biblatex.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-i13n.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-i13n.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx
    trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx
    trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/acmart/acmart-changes.tex
    trunk/Master/texmf-dist/doc/latex/acmart/acmart-data.md
    trunk/Master/texmf-dist/doc/latex/acmart/acmart-ori.tex

Modified: trunk/Master/texmf-dist/doc/latex/acmart/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/README	2023-12-30 21:25:52 UTC (rev 69241)
+++ trunk/Master/texmf-dist/doc/latex/acmart/README	2023-12-30 21:26:08 UTC (rev 69242)
@@ -12,10 +12,12 @@
 
 Changes
 
+Version 2.01   \acmPrice now produces a warning.
+
 Version 2.00   ACM switches to electronic only version.
 	       We do not print article tabs anymore.
 	       New copyright wording.
-	       Deleted acmPrice.
+	       Deleted \acmPrice.
 
 Version 1.93   Added PACMSE
 

Added: trunk/Master/texmf-dist/doc/latex/acmart/acmart-changes.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/acmart-changes.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/acmart/acmart-changes.tex	2023-12-30 21:26:08 UTC (rev 69242)
@@ -0,0 +1,117 @@
+% !Mode:: "TeX:UTF-8:Main"
+% !Mode:: "TeX:UTF-8:Main"
+\DocumentMetadata{testphase={phase-III,firstaid}} 
+
+% # store and restore section command:
+\makeatletter
+\let\ori at startsection\@startsection 
+\let\ori at xsect\@xsect 
+\let\ori at sect\@sect 
+\let\ori at ssect\@ssect 
+\documentclass[]{acmart}
+\let\@startsection\ori at startsection %acmart definition is like kernel, so tagging version should be ok
+\let\@xsect\ori at xsect %acmart definition is like kernel, so tagging version should be ok
+% everyone patches \@sect and @ssect, here we should change the internal nameref version ;-(
+\let\NR at ssect\ori at ssect %acmart definition is like kernel, so tagging version should be ok
+\let\NR at sect\ori at sect %TODO: must be checked! acmart definition is slightly different.
+
+
+% part is level 9??? It must be checked if this confuse the new tagging code.
+\renewcommand\part{\@startsection{part}{9}{\z@}%
+  {-10\p@ \@plus -4\p@ \@minus -2\p@}%
+  {4\p@}%
+  {\ACM at NRadjust\@parfont}}
+\def\toclevel at part{9} %???
+
+% # tableofcontents. Insert hooks into \tocline (I hope arguments + placement are correct)
+\def\@tocline#1#2#3#4#5#6#7{\relax
+  \ifnum #1>\c at tocdepth % then omit
+  \else
+    \par \addpenalty\@secpenalty\addvspace{#2}%
+    \begingroup \hyphenpenalty\@M
+    \@ifempty{#4}{%
+      \@tempdima\csname r at tocindent\number#1\endcsname\relax
+    }{%
+      \@tempdima#4\relax
+    }%
+    \parindent\z@ \leftskip#3\relax \advance\leftskip\@tempdima\relax
+    \rightskip\@pnumwidth plus4em \parfillskip-\@pnumwidth
+    #5\leavevmode\hskip-\@tempdima
+    \UseHookWithArguments{contentsline/text/before}{4}{#1}{#6}{#7}{\@contentsline at destination}%NEW 
+    #6%
+    \UseHookWithArguments{contentsline/text/after}{4}{#1}{#6}{#7}{\@contentsline at destination}%NEW    
+    \nobreak\relax
+    \hfil\hbox to\@pnumwidth{%
+     \UseHookWithArguments{contentsline/page/before}{4}{#1}{#6}{#7}{\@contentsline at destination}%NEW
+     \@tocpagenum{#7}
+     \UseHookWithArguments{contentsline/page/after}{4}{#1}{#6}{#7}{\@contentsline at destination}%NEW
+     }\par
+    \nobreak
+    \endgroup
+  \fi}
+% add config points to starttoc
+% TODO: extend kernel version so that acmart no longer has to redefine it.
+\def\@starttoc#1#2{\begingroup\makeatletter
+  \setTrue{#1}%
+  \par\removelastskip\vskip\z at skip
+  \@startsection{section}\@M\z@{\linespacing\@plus\linespacing}%
+    {.5\linespacing}{\centering\contentsnamefont}{#2}%
+  \@starttoc at cfgpoint@before{#1}%NEW<<<<<<<<<< (name will change)
+  \@input{\jobname.#1}%
+  \@starttoc at cfgpoint@after{#1}%NEW<<<<<<<<<<<<  (name will change)
+  \if at filesw
+    \@xp\newwrite\csname tf@#1\endcsname
+    \immediate\@xp\openout\csname tf@#1\endcsname \jobname.#1\relax
+  \fi
+  \global\@nobreakfalse \endgroup
+  \addvspace{32\p@\@plus14\p@}%
+}
+
+
+
+% # maketitle is much too complex, so we stop all tagging for now
+\ExplSyntaxOn
+\AddToHook{cmd/maketitle/before}
+ {\tagstructbegin{tag=Title}\tagmcbegin{} \tag_stop:}
+\AddToHook{cmd/maketitle/after}
+ {\tag_start:\tagmcend\tagstructend }
+\ExplSyntaxOff
+
+% # TODO
+% \endminipage must be restored (acmart wants to remove the footnoterule.) 
+% \@footnotetext is changed, but no in all variants
+
+\title{title}
+
+\usepackage{blindtext}
+
+\begin{document}
+
+\maketitle
+
+\tableofcontents 
+
+\section{section}
+\subsection{sub}
+\subsubsection{subsub}
+
+\paragraph{paragraph} some text\footnote{xxxx}
+
+\subsection{sub}
+\subsubsection{subsub}
+
+\paragraph{paragraph} some text
+
+\begin{figure}
+a figure
+\caption{test caption figure}
+\end{figure}
+
+\begin{table}
+a table
+\caption{test caption table}
+\end{table}
+
+\blinddocument
+
+\end{document}


Property changes on: trunk/Master/texmf-dist/doc/latex/acmart/acmart-changes.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/acmart/acmart-data.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/acmart-data.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/acmart/acmart-data.md	2023-12-30 21:26:08 UTC (rev 69242)
@@ -0,0 +1,114 @@
+## acmart.cls
+
+* class to typeset articles for the Association 
+  for Computing Machinery
+* around 3500 lines of code
+* bases on amsart.cls
+* support various journal styles
+
+## Packages
+
+* xkeyval: probably harmless
+* xstring: probably harmless
+* iftex: probably harmless
+* amsart.cls: ** must be checked**
+* amsmath: good 
+* microtype: can be problematic, if needed disable patches
+* etoolbox: probably harmless
+* booktabs: table tagging is uncomplete anyway 
+* refcount:  probably harmless
+* ltxcmds: probably harmless
+* infwarerr: probably harmless
+* totpages: **?, should be checked**
+* everyshi: harmless (now wrapper to kernel hook)  
+* environ: **probably harmless, but use should be checked**
+* trimspaces: probably harmless
+* setspace: probably harmless
+* textcase: harmless but unneeded in current latex
+* natbib: handled in latex-lab-bib 
+* hyperxmp: **incompatible, but doesn't harm as it is ignored. It must be checked if XMP-data are missing**
+* kvoptions
+* various internal hyperref packages: hopefully all harmless
+* hyperref: explicitly handled by the latex-lab code
+* nameref: explicitly handled by the latex-lab code
+* graphicx: handled by the latex-lab code
+* (x)color: probably harmless
+* geometry: probably harmless 
+* manyfoot: **must be checked, could affect footnote tagging**
+* nccfoots: **must be checked, could affect footnote tagging**
+* font packages: probably harmless (but math packages can affect later math tagging)
+* caption: **must be checked as latex-lab-floats redefines caption commands.**
+* float: **must be checked as latex-lab-floats redefines floats. Handling of H is unclear.**
+* comment: probably harmless    
+* fancyhdr: **should work, but if must be checked if there is meaningful content in the header/footer as by default there are artifact**.
+* upquote: probably harmless
+
+Some packages are only loaded sometimes, e.g.
+
+* framed: probably problematic
+
+
+With lualatex result is similar, but probably unicode-math should be loaded.
+
+## Redefinitions of main LaTeX commands
+
+### sectioning
+
+* `\@startsection`: acmart definition is like kernel definition. Using new tagging definition should be fine.
+* `\@sect`: acmart definition slightly different. Reason must be checked. 
+* `\@xsect`: acmart definition is like kernel definition. Using new tagging definition should be fine.
+* `\@seccntformat`: not changed by tagging code, so probably fine
+* `\@ssect`: acmart definition is like kernel definition. Using new tagging definition should be fine.
+* `\section` etc defined with `\@startsection`: OK
+* `\part` defined as level 9 command?? Does the tagging code handles that or gets it confused??
+
+### toc
+
+* `\@starttoc`: must be adjusted to the tagging code
+* `\l at section`, `\l at subsection`, `\l at subsubsection`: they use `\@tocline` (amsart), so that must be changed similar to `\@dottedtocline`
+
+
+### footnotes
+
+It must be checked if this harms!
+
+* `\@makefntext`
+* `\@footnotetext` (sometimes)
+* `\@mpfootnotetext` 
+* `\@makefnmark`
+* `\footnoterule`
+
+### floats
+
+Must be checked. 
+
+* `\@dblfloat`, `\end at dblfloat` sometimes
+
+### lists
+
+* `\@listI` etc
+* description
+
+
+### title
+
+lots of complicated box combinations 
+
+* `\author`
+* `\maketitle`
+* `abstract`
+
+### other
+
+
+* `\endminipage`: will probably break minipage tagging.
+* `\theindex`
+
+
+## New commands and environments
+
+All their tagging must be checked!!
+
+*
+*
+*


Property changes on: trunk/Master/texmf-dist/doc/latex/acmart/acmart-data.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/acmart/acmart-ori.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/acmart-ori.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/acmart/acmart-ori.tex	2023-12-30 21:26:08 UTC (rev 69242)
@@ -0,0 +1,40 @@
+% !Mode:: "TeX:UTF-8:Main"
+% !Mode:: "TeX:UTF-8:Main"
+\DocumentMetadata{testphase={phase-III,firstaid},pdfversion=2.0} 
+
+\documentclass[]{acmart}
+
+\title{title}
+
+\usepackage{blindtext}
+
+\begin{document}
+
+\maketitle
+
+\tableofcontents 
+
+\section{section}
+\subsection{sub}
+\subsubsection{subsub}
+
+\paragraph{paragraph} some text\footnote{xxxx}
+
+\subsection{sub}
+\subsubsection{subsub}
+
+\paragraph{paragraph} some text
+
+\begin{figure}
+a figure
+\caption{test caption figure}
+\end{figure}
+
+\begin{table}
+a table
+\caption{test caption table}
+\end{table}
+
+\blinddocument
+
+\end{document}


Property changes on: trunk/Master/texmf-dist/doc/latex/acmart/acmart-ori.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
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-acmlarge.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex	2023-12-30 21:25:52 UTC (rev 69241)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex	2023-12-30 21:26:08 UTC (rev 69242)
@@ -313,7 +313,7 @@
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\texttt{acmconf}}: The default proceedings template style.
+\item {\texttt{sigconf}}: The default proceedings template style.
 \item{\texttt{sigchi}}: Used for SIGCHI conference articles.
 \item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}

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-biblatex.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-biblatex.tex	2023-12-30 21:25:52 UTC (rev 69241)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-biblatex.tex	2023-12-30 21:26:08 UTC (rev 69242)
@@ -320,7 +320,7 @@
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\texttt{acmconf}}: The default proceedings template style.
+\item {\texttt{sigconf}}: The default proceedings template style.
 \item{\texttt{sigchi}}: Used for SIGCHI conference articles.
 \item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}

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-conf.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.tex	2023-12-30 21:25:52 UTC (rev 69241)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.tex	2023-12-30 21:26:08 UTC (rev 69242)
@@ -327,7 +327,7 @@
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\texttt{acmconf}}: The default proceedings template style.
+\item {\texttt{sigconf}}: The default proceedings template style.
 \item{\texttt{sigchi}}: Used for SIGCHI conference articles.
 \item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}

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-submission.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.tex	2023-12-30 21:25:52 UTC (rev 69241)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.tex	2023-12-30 21:26:08 UTC (rev 69242)
@@ -313,7 +313,7 @@
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\texttt{acmconf}}: The default proceedings template style.
+\item {\texttt{sigconf}}: The default proceedings template style.
 \item{\texttt{sigchi}}: Used for SIGCHI conference articles.
 \item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}

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-acmsmall.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex	2023-12-30 21:25:52 UTC (rev 69241)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex	2023-12-30 21:26:08 UTC (rev 69242)
@@ -313,7 +313,7 @@
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\texttt{acmconf}}: The default proceedings template style.
+\item {\texttt{sigconf}}: The default proceedings template style.
 \item{\texttt{sigchi}}: Used for SIGCHI conference articles.
 \item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}

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-acmtog.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex	2023-12-30 21:25:52 UTC (rev 69241)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex	2023-12-30 21:26:08 UTC (rev 69242)
@@ -311,7 +311,7 @@
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\texttt{acmconf}}: The default proceedings template style.
+\item {\texttt{sigconf}}: The default proceedings template style.
 \item{\texttt{sigchi}}: Used for SIGCHI conference articles.
 \item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex	2023-12-30 21:25:52 UTC (rev 69241)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex	2023-12-30 21:26:08 UTC (rev 69242)
@@ -327,7 +327,7 @@
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\texttt{acmconf}}: The default proceedings template style.
+\item {\texttt{sigconf}}: The default proceedings template style.
 \item{\texttt{sigchi}}: Used for SIGCHI conference articles.
 \item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.tex	2023-12-30 21:25:52 UTC (rev 69241)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.tex	2023-12-30 21:26:08 UTC (rev 69242)
@@ -327,7 +327,7 @@
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\texttt{acmconf}}: The default proceedings template style.
+\item {\texttt{sigconf}}: The default proceedings template style.
 \item{\texttt{sigchi}}: Used for SIGCHI conference articles.
 \item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}

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-manuscript.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex	2023-12-30 21:25:52 UTC (rev 69241)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex	2023-12-30 21:26:08 UTC (rev 69242)
@@ -317,7 +317,7 @@
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\texttt{acmconf}}: The default proceedings template style.
+\item {\texttt{sigconf}}: The default proceedings template style.
 \item{\texttt{sigchi}}: Used for SIGCHI conference articles.
 \item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}

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-biblatex.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-biblatex.tex	2023-12-30 21:25:52 UTC (rev 69241)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-biblatex.tex	2023-12-30 21:26:08 UTC (rev 69242)
@@ -313,7 +313,7 @@
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\texttt{acmconf}}: The default proceedings template style.
+\item {\texttt{sigconf}}: The default proceedings template style.
 \item{\texttt{sigchi}}: Used for SIGCHI conference articles.
 \item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}

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-i13n.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-i13n.tex	2023-12-30 21:25:52 UTC (rev 69241)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-i13n.tex	2023-12-30 21:26:08 UTC (rev 69242)
@@ -367,7 +367,7 @@
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\texttt{acmconf}}: The default proceedings template style.
+\item {\texttt{sigconf}}: The default proceedings template style.
 \item{\texttt{sigchi}}: Used for SIGCHI conference articles.
 \item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}

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-sigconf.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex	2023-12-30 21:25:52 UTC (rev 69241)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex	2023-12-30 21:26:08 UTC (rev 69242)
@@ -327,7 +327,7 @@
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\texttt{acmconf}}: The default proceedings template style.
+\item {\texttt{sigconf}}: The default proceedings template style.
 \item{\texttt{sigchi}}: Used for SIGCHI conference articles.
 \item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex	2023-12-30 21:25:52 UTC (rev 69241)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex	2023-12-30 21:26:08 UTC (rev 69242)
@@ -327,7 +327,7 @@
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\texttt{acmconf}}: The default proceedings template style.
+\item {\texttt{sigconf}}: The default proceedings template style.
 \item{\texttt{sigchi}}: Used for SIGCHI conference articles.
 \item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex	2023-12-30 21:25:52 UTC (rev 69241)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex	2023-12-30 21:26:08 UTC (rev 69242)
@@ -327,7 +327,7 @@
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\texttt{acmconf}}: The default proceedings template style.
+\item {\texttt{sigconf}}: The default proceedings template style.
 \item{\texttt{sigchi}}: Used for SIGCHI conference articles.
 \item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx	2023-12-30 21:25:52 UTC (rev 69241)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx	2023-12-30 21:26:08 UTC (rev 69242)
@@ -443,7 +443,7 @@
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\texttt{acmconf}}: The default proceedings template style.
+\item {\texttt{sigconf}}: The default proceedings template style.
 \item{\texttt{sigchi}}: Used for SIGCHI conference articles.
 \item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}

Modified: trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx	2023-12-30 21:25:52 UTC (rev 69241)
+++ trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx	2023-12-30 21:26:08 UTC (rev 69242)
@@ -2266,7 +2266,7 @@
 \ProvidesFile{acmart.dtx}
 %</gobble>
 %<class>\ProvidesClass{acmart}
-[2023/11/05 v2.00 Typesetting articles for the Association for Computing Machinery]
+[2023/12/29 v2.01 Typesetting articles for the Association for Computing Machinery]
 %    \end{macrocode}
 %
 % \changes{v1.00}{2016/04/14}{First released version}
@@ -5209,7 +5209,12 @@
 %
 % \begin{macro}{\acmPrice}
 % \changes{v2.00}{2023/10/22}{Deleted macro}
-%   The price---obsolete
+% \changes{v2.01}{2023/12/29}{Now the macro produces a warning}
+% The price---obsolete
+%    \begin{macrocode}
+\def\acmPrice#1{\ClassWarning{\@classname}{The macro \string\acmPrice
+    is obsolete.  ACM no longer prints the price in bibstrip.}}
+%    \end{macrocode}
 % \end{macro}
 %
 %

Modified: trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls	2023-12-30 21:25:52 UTC (rev 69241)
+++ trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls	2023-12-30 21:26:08 UTC (rev 69242)
@@ -38,7 +38,7 @@
 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesClass{acmart}
-[2023/11/05 v2.00 Typesetting articles for the Association for Computing Machinery]
+[2023/12/29 v2.01 Typesetting articles for the Association for Computing Machinery]
 \def\@classname{acmart}
 \InputIfFileExists{acmart-preload-hook.tex}{%
   \ClassWarning{\@classname}{%
@@ -1642,6 +1642,8 @@
   January\or February\or March\or April\or May\or June\or
   July\or August\or September\or October\or November\or
   December\fi~\@acmYear}
+\def\acmPrice#1{\ClassWarning{\@classname}{The macro \string\acmPrice
+    is obsolete.  ACM no longer prints the price in bibstrip.}}
 \def\acmSubmissionID#1{\def\@acmSubmissionID{#1}}
 \acmSubmissionID{}
 \def\acmISBN#1{\def\@acmISBN{#1}}



More information about the tex-live-commits mailing list.