texlive[51245] Master/texmf-dist: acmart (28may19)
commits+karl at tug.org
commits+karl at tug.org
Tue May 28 23:21:53 CEST 2019
Revision: 51245
http://tug.org/svn/texlive?view=revision&revision=51245
Author: karl
Date: 2019-05-28 23:21:53 +0200 (Tue, 28 May 2019)
Log Message:
-----------
acmart (28may19)
Modified Paths:
--------------
trunk/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
trunk/Master/texmf-dist/doc/latex/acmart/README
trunk/Master/texmf-dist/doc/latex/acmart/acmart.bib
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-acmlarge.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.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.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-base.bib
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-sigchi-a.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.tex
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.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
Modified: trunk/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
===================================================================
--- trunk/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst 2019-05-28 21:21:31 UTC (rev 51244)
+++ trunk/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst 2019-05-28 21:21:53 UTC (rev 51245)
@@ -2338,11 +2338,18 @@
fin.entry
}
-FUNCTION { online } { misc }
+FUNCTION { online } { manual }
-FUNCTION { game } { misc }
+FUNCTION { game } { manual }
+FUNCTION { artifactsoftware } { manual }
+FUNCTION { artifactdataset } { manual }
+
+FUNCTION { software } { manual }
+
+FUNCTION { dataset } { manual }
+
FUNCTION { phdthesis }
{
output.bibitem
Modified: trunk/Master/texmf-dist/doc/latex/acmart/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/README 2019-05-28 21:21:31 UTC (rev 51244)
+++ trunk/Master/texmf-dist/doc/latex/acmart/README 2019-05-28 21:21:53 UTC (rev 51245)
@@ -221,4 +221,8 @@
Bug fixes
version 1.60 New option: urlbreakonhyphens (thanks to Peter Kemp)
- Smaller header size for acmsmall
\ No newline at end of file
+ Smaller header size for acmsmall
+
+Version 1.61 Bug fixes
+ New bibtex types for artifacts
+
Modified: trunk/Master/texmf-dist/doc/latex/acmart/acmart.bib
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/acmart.bib 2019-05-28 21:21:31 UTC (rev 51244)
+++ trunk/Master/texmf-dist/doc/latex/acmart/acmart.bib 2019-05-28 21:21:53 UTC (rev 51245)
@@ -86,3 +86,4 @@
year = 2004,
note = {\url{http://www.ctan.org/pkg/textcase}}
}
+
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-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 2019-05-28 21:21:31 UTC (rev 51244)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex 2019-05-28 21:21:53 UTC (rev 51245)
@@ -611,7 +611,8 @@
multi-volume works as books \cite{MR781536} and \cite{MR781537}. A
couple of citations with DOIs:
\cite{2004:ITE:1009386.1010128,Kirschmer:2010:AEI:1958016.1958018}. Online
- citations: \cite{TUGInstmem, Thornburg01, CTANacmart}.
+ citations: \cite{TUGInstmem, Thornburg01, CTANacmart}. Artifacts:
+ \cite{R} and \cite{UMassCitations}.
\section{Acknowledgments}
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 2019-05-28 21:21:31 UTC (rev 51244)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.tex 2019-05-28 21:21:53 UTC (rev 51245)
@@ -621,7 +621,8 @@
multi-volume works as books \cite{MR781536} and \cite{MR781537}. A
couple of citations with DOIs:
\cite{2004:ITE:1009386.1010128,Kirschmer:2010:AEI:1958016.1958018}. Online
- citations: \cite{TUGInstmem, Thornburg01, CTANacmart}.
+ citations: \cite{TUGInstmem, Thornburg01, CTANacmart}. Artifacts:
+ \cite{R} and \cite{UMassCitations}.
\section{Acknowledgments}
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 2019-05-28 21:21:31 UTC (rev 51244)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex 2019-05-28 21:21:53 UTC (rev 51245)
@@ -611,7 +611,8 @@
multi-volume works as books \cite{MR781536} and \cite{MR781537}. A
couple of citations with DOIs:
\cite{2004:ITE:1009386.1010128,Kirschmer:2010:AEI:1958016.1958018}. Online
- citations: \cite{TUGInstmem, Thornburg01, CTANacmart}.
+ citations: \cite{TUGInstmem, Thornburg01, CTANacmart}. Artifacts:
+ \cite{R} and \cite{UMassCitations}.
\section{Acknowledgments}
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 2019-05-28 21:21:31 UTC (rev 51244)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex 2019-05-28 21:21:53 UTC (rev 51245)
@@ -609,7 +609,8 @@
multi-volume works as books \cite{MR781536} and \cite{MR781537}. A
couple of citations with DOIs:
\cite{2004:ITE:1009386.1010128,Kirschmer:2010:AEI:1958016.1958018}. Online
- citations: \cite{TUGInstmem, Thornburg01, CTANacmart}.
+ citations: \cite{TUGInstmem, Thornburg01, CTANacmart}. Artifacts:
+ \cite{R} and \cite{UMassCitations}.
\section{Acknowledgments}
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 2019-05-28 21:21:31 UTC (rev 51244)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex 2019-05-28 21:21:53 UTC (rev 51245)
@@ -621,7 +621,8 @@
multi-volume works as books \cite{MR781536} and \cite{MR781537}. A
couple of citations with DOIs:
\cite{2004:ITE:1009386.1010128,Kirschmer:2010:AEI:1958016.1958018}. Online
- citations: \cite{TUGInstmem, Thornburg01, CTANacmart}.
+ citations: \cite{TUGInstmem, Thornburg01, CTANacmart}. Artifacts:
+ \cite{R} and \cite{UMassCitations}.
\section{Acknowledgments}
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-base.bib
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-base.bib 2019-05-28 21:21:31 UTC (rev 51244)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-base.bib 2019-05-28 21:21:53 UTC (rev 51245)
@@ -1,22 +1,3 @@
-%%% ====================================================================
-%%% BibTeX-file{
-%%% author = "Gerry Murray",
-%%% version = "1.2",
-%%% date = "2 April 2012",
-%%% filename = "acmsmall-sample-bibfile.bib",
-%%% address = "ACM, NY",
-%%% email = "murray at hq.acm.org",
-%%% codetable = "ISO/ASCII",
-%%% keywords = "ACM Reference Format, bibliography, citation, references",
-%%% supported = "yes",
-%%% docstring = "This BibTeX database file contains 'bibdata' entries
-%%% that 'match' the examples provided in the Specifications Document
-%%% AND, also, 'legacy'-type bibs. It should assist authors in
-%%% choosing the 'correct' at-bibtype and necessary bib-fields
-%%% so as to obtain the appropriate ACM Reference Format output.
-%%% It also contains many 'Standard Abbreviations'. "
-%%% }
-%%% ====================================================================
% Journals
@@ -1621,3 +1602,21 @@
year = 2015,
note = {\url{http://www.ctan.org/pkg/amsthm}}
}
+
+ at ArtifactSoftware{R,
+ title = {R: A Language and Environment for Statistical Computing},
+ author = {{R Core Team}},
+ organization = {R Foundation for Statistical Computing},
+ address = {Vienna, Austria},
+ year = {2019},
+ url = {https://www.R-project.org/},
+}
+
+ at ArtifactDataset{UMassCitations,
+ author = {Sam Anzaroot and Andrew McCallum},
+ title = {{UMass} Citation Field Extraction Dataset},
+ year = 2013,
+ url =
+ {http://www.iesl.cs.umass.edu/data/data-umasscitationfield},
+ lastaccessed = {May 27, 2019}
+}
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 2019-05-28 21:21:31 UTC (rev 51244)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex 2019-05-28 21:21:53 UTC (rev 51245)
@@ -611,7 +611,8 @@
multi-volume works as books \cite{MR781536} and \cite{MR781537}. A
couple of citations with DOIs:
\cite{2004:ITE:1009386.1010128,Kirschmer:2010:AEI:1958016.1958018}. Online
- citations: \cite{TUGInstmem, Thornburg01, CTANacmart}.
+ citations: \cite{TUGInstmem, Thornburg01, CTANacmart}. Artifacts:
+ \cite{R} and \cite{UMassCitations}.
\section{Acknowledgments}
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.tex 2019-05-28 21:21:31 UTC (rev 51244)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.tex 2019-05-28 21:21:53 UTC (rev 51245)
@@ -611,7 +611,8 @@
multi-volume works as books \cite{MR781536} and \cite{MR781537}. A
couple of citations with DOIs:
\cite{2004:ITE:1009386.1010128,Kirschmer:2010:AEI:1958016.1958018}. Online
- citations: \cite{TUGInstmem, Thornburg01, CTANacmart}.
+ citations: \cite{TUGInstmem, Thornburg01, CTANacmart}. Artifacts:
+ \cite{R} and \cite{UMassCitations}.
\section{Acknowledgments}
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.tex 2019-05-28 21:21:31 UTC (rev 51244)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.tex 2019-05-28 21:21:53 UTC (rev 51245)
@@ -611,7 +611,8 @@
multi-volume works as books \cite{MR781536} and \cite{MR781537}. A
couple of citations with DOIs:
\cite{2004:ITE:1009386.1010128,Kirschmer:2010:AEI:1958016.1958018}. Online
- citations: \cite{TUGInstmem, Thornburg01, CTANacmart}.
+ citations: \cite{TUGInstmem, Thornburg01, CTANacmart}. Artifacts:
+ \cite{R} and \cite{UMassCitations}.
\section{Acknowledgments}
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 2019-05-28 21:21:31 UTC (rev 51244)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex 2019-05-28 21:21:53 UTC (rev 51245)
@@ -621,7 +621,8 @@
multi-volume works as books \cite{MR781536} and \cite{MR781537}. A
couple of citations with DOIs:
\cite{2004:ITE:1009386.1010128,Kirschmer:2010:AEI:1958016.1958018}. Online
- citations: \cite{TUGInstmem, Thornburg01, CTANacmart}.
+ citations: \cite{TUGInstmem, Thornburg01, CTANacmart}. Artifacts:
+ \cite{R} and \cite{UMassCitations}.
\section{Acknowledgments}
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 2019-05-28 21:21:31 UTC (rev 51244)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex 2019-05-28 21:21:53 UTC (rev 51245)
@@ -621,7 +621,8 @@
multi-volume works as books \cite{MR781536} and \cite{MR781537}. A
couple of citations with DOIs:
\cite{2004:ITE:1009386.1010128,Kirschmer:2010:AEI:1958016.1958018}. Online
- citations: \cite{TUGInstmem, Thornburg01, CTANacmart}.
+ citations: \cite{TUGInstmem, Thornburg01, CTANacmart}. Artifacts:
+ \cite{R} and \cite{UMassCitations}.
\section{Acknowledgments}
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 2019-05-28 21:21:31 UTC (rev 51244)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex 2019-05-28 21:21:53 UTC (rev 51245)
@@ -621,7 +621,8 @@
multi-volume works as books \cite{MR781536} and \cite{MR781537}. A
couple of citations with DOIs:
\cite{2004:ITE:1009386.1010128,Kirschmer:2010:AEI:1958016.1958018}. Online
- citations: \cite{TUGInstmem, Thornburg01, CTANacmart}.
+ citations: \cite{TUGInstmem, Thornburg01, CTANacmart}. Artifacts:
+ \cite{R} and \cite{UMassCitations}.
\section{Acknowledgments}
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx 2019-05-28 21:21:31 UTC (rev 51244)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx 2019-05-28 21:21:53 UTC (rev 51245)
@@ -644,7 +644,8 @@
multi-volume works as books \cite{MR781536} and \cite{MR781537}. A
couple of citations with DOIs:
\cite{2004:ITE:1009386.1010128,Kirschmer:2010:AEI:1958016.1958018}. Online
- citations: \cite{TUGInstmem, Thornburg01, CTANacmart}.
+ citations: \cite{TUGInstmem, Thornburg01, CTANacmart}. Artifacts:
+ \cite{R} and \cite{UMassCitations}.
\section{Acknowledgments}
Modified: trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx 2019-05-28 21:21:31 UTC (rev 51244)
+++ trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx 2019-05-28 21:21:53 UTC (rev 51245)
@@ -354,7 +354,8 @@
% The option |balance| determines whether the last page in the two
% column mode has balanced columns. By default it is |true|; however,
% it may lead to problems for some documents. Set it to |false| if
-% you encounter compilation errors.
+% you encounter compilation errors. Note that for one page documents
+% \cs{balance} command might cause problems.
%
% The option |urlbreakonhyphens| determines whether URLs can be split
% between lines after hyphens. By default it is true. Set it to
@@ -396,7 +397,7 @@
%
%
%\subsection{Top matter}
-%\label{sec:ug_topmatter}
+\label{sec:ug_topmatter}
%
% A number of commands set up \emph{top matter} or (in
% computer science jargon) \emph{metadata} for an article. They
@@ -1441,8 +1442,8 @@
% \end{verbatim}
% See the examples at \url{http://arxiv.org/hypertex/bibstyles/}.
%
-% There are the special entry types \path{online} and
-% \path{game} for Web pages and games, for example,
+% There are several special entry types. Types \path{online} and
+% \path{game} are used for Web pages and games, for example,
% \begin{verbatim}
% @online{Thornburg01,
% author = "Harry Thornburg",
@@ -1453,9 +1454,34 @@
% lastaccessed = "March 2, 2005",
% }
% \end{verbatim}
+% Entry types \path{artifactsoftware}, \path{artifactdataset}
+% (with synonyms \path{software} and \path{dataset}) can be used to
+% cite software artifacts and datasets, for example,
+% \begin{verbatim}
+% @ArtifactSoftware{R,
+% title = {R: A Language and Environment for Statistical Computing},
+% author = {{R Core Team}},
+% organization = {R Foundation for Statistical Computing},
+% address = {Vienna, Austria},
+% year = {2019},
+% url = {https://www.R-project.org/},
+%}
+% @ArtifactDataset{UMassCitations,
+% author = {Sam Anzaroot and Andrew McCallum},
+% title = {{UMass} Citation Field Extraction Dataset},
+% year = 2013,
+% url =
+% {http://www.iesl.cs.umass.edu/data/data-umasscitationfield},
+% lastaccessed = {May 27, 2019}
+% }
+% \end{verbatim}
+%
+%
% For these entry types you can use the \path{lastaccessed} field to add
% the access date for the URL.
+%
%
+%
% There are two ways to enter video or audio sources in the
% bibliograpy corresponding to two different possibilies. For
% standalone sources available online, you can use an \path{online}
@@ -1792,7 +1818,7 @@
\ProvidesFile{acmart.dtx}
%</gobble>
%<class>\ProvidesClass{acmart}
-[2019/04/22 v1.60 Typesetting articles for the Association for
+[2019/05/27 v1.61 Typesetting articles for the Association for
Computing Machinery]
% \end{macrocode}
%
@@ -5594,10 +5620,12 @@
%
% \begin{macro}{\@typeset at author@bx}
% \changes{v1.15}{2016/07/04}{Moved to separate macro}
+% \changes{v1.61}{2019/05/26}{Added \cs{normalbaselines}}
% Typesetting the box with authors. Note that in |sigchi-a| the box
% is not centered.
% \begin{macrocode}
-\def\@typeset at author@bx{\bgroup\hsize=\author at bx@wd\def\and{\par}%
+\def\@typeset at author@bx{\bgroup\hsize=\author at bx@wd
+ \def\and{\par}\normalbaselines
\global\setbox\author at bx=\vtop{\if at ACM@sigchiamode\else\centering\fi
\@authorfont\@currentauthors\par\@affiliationfont
\@currentaffiliation}\egroup
Modified: trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls 2019-05-28 21:21:31 UTC (rev 51244)
+++ trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls 2019-05-28 21:21:53 UTC (rev 51245)
@@ -35,9 +35,10 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
+\label{sec:ug_topmatter}
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{acmart}
-[2019/04/22 v1.60 Typesetting articles for the Association for
+[2019/05/27 v1.61 Typesetting articles for the Association for
Computing Machinery]
\def\@classname{acmart}
\InputIfFileExists{acmart-preload-hook.tex}{%
@@ -2117,7 +2118,8 @@
\newdimen\author at bx@wd
\newskip\author at bx@sep
\author at bx@sep=1pc\relax
-\def\@typeset at author@bx{\bgroup\hsize=\author at bx@wd\def\and{\par}%
+\def\@typeset at author@bx{\bgroup\hsize=\author at bx@wd
+ \def\and{\par}\normalbaselines
\global\setbox\author at bx=\vtop{\if at ACM@sigchiamode\else\centering\fi
\@authorfont\@currentauthors\par\@affiliationfont
\@currentaffiliation}\egroup
More information about the tex-live-commits
mailing list