diff options
31 files changed, 95 insertions, 42 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 0f21d77438a..78bf7924ce0 100644 --- a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst +++ b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst @@ -2338,10 +2338,17 @@ FUNCTION { misc } 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 } { diff --git a/Master/texmf-dist/doc/latex/acmart/README b/Master/texmf-dist/doc/latex/acmart/README index 06e5ed49990..ccde26d864a 100644 --- a/Master/texmf-dist/doc/latex/acmart/README +++ b/Master/texmf-dist/doc/latex/acmart/README @@ -221,4 +221,8 @@ Version 1.59 Now a journal format can be used for conference proceedings 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 + diff --git a/Master/texmf-dist/doc/latex/acmart/acmart.bib b/Master/texmf-dist/doc/latex/acmart/acmart.bib index a2704396c83..44d499ff0a5 100644 --- a/Master/texmf-dist/doc/latex/acmart/acmart.bib +++ b/Master/texmf-dist/doc/latex/acmart/acmart.bib @@ -86,3 +86,4 @@ year = 2004, note = {\url{http://www.ctan.org/pkg/textcase}} } + diff --git a/Master/texmf-dist/doc/latex/acmart/acmart.pdf b/Master/texmf-dist/doc/latex/acmart/acmart.pdf Binary files differindex 9d24bc6a5dc..7c85355d5a3 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 ca4204e1d76..0c9d6921ef1 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 f0475151e02..bd78020db18 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-acmlarge.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex index 38d4c1e07b9..1fc4970ff97 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex @@ -611,7 +611,8 @@ command in the {\bfseries preamble} (before 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} 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 258fa3b1ed5..ee6bf2e2707 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-conf.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.tex index 9df28268b69..3681293ba63 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.tex @@ -621,7 +621,8 @@ command in the {\bfseries preamble} (before 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} 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 c93904a5d14..740b0cc702c 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-acmsmall.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex index c2931bd3314..ad15bf05adb 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex @@ -611,7 +611,8 @@ command in the {\bfseries preamble} (before 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} 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 62c150e6bc6..b7161df6c08 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-acmtog.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex index a3e94666001..2f942719062 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex @@ -609,7 +609,8 @@ command in the {\bfseries preamble} (before 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} 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 422365ba572..8270c2e4a87 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-authordraft.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex index 483b5631f7f..792d64ecfc3 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex @@ -621,7 +621,8 @@ command in the {\bfseries preamble} (before 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} diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-base.bib b/Master/texmf-dist/doc/latex/acmart/samples/sample-base.bib index ce40ff19700..48ec212b3f5 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-base.bib +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-base.bib @@ -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 @@ pages = "24--31"} year = 2015, note = {\url{http://www.ctan.org/pkg/amsthm}} } + +@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} +} 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 de4809fe165..fa4811deab3 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-manuscript.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex index ccf9560708f..4df0352de0e 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex @@ -611,7 +611,8 @@ command in the {\bfseries preamble} (before 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} diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.pdf Binary files differindex ed3fb041460..ab2735ef06e 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.pdf +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.tex index 88965511dba..9bbf8a99b60 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.tex @@ -611,7 +611,8 @@ command in the {\bfseries preamble} (before 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} diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.pdf Binary files differindex beaa2d87e14..de825beeaf1 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.pdf +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.tex index c6a55ec797b..0e6daaa3ebe 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.tex @@ -611,7 +611,8 @@ command in the {\bfseries preamble} (before 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} 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 5f3442b960d..edce83815de 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-sigconf.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex index 815d675870a..f33099bedf9 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex @@ -621,7 +621,8 @@ command in the {\bfseries preamble} (before 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} 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 122d4571648..fc3a6a33d99 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-sigplan.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex index 1a9c6df0eec..853f882ca7d 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex @@ -621,7 +621,8 @@ command in the {\bfseries preamble} (before 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} 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 066b5a5eee7..19e630fb1d2 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/doc/latex/acmart/samples/sample-xelatex.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex index d712f7ebc1e..7cce3f6ccb0 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex @@ -621,7 +621,8 @@ command in the {\bfseries preamble} (before 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} diff --git a/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx b/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx index 166164da804..2773c1691e6 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx +++ b/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx @@ -644,7 +644,8 @@ command in the {\bfseries preamble} (before 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} diff --git a/Master/texmf-dist/source/latex/acmart/acmart.dtx b/Master/texmf-dist/source/latex/acmart/acmart.dtx index 6c3adecb73c..7a4573ae5ff 100644 --- a/Master/texmf-dist/source/latex/acmart/acmart.dtx +++ b/Master/texmf-dist/source/latex/acmart/acmart.dtx @@ -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,8 +1454,33 @@ % 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 @@ -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 @@ Computing Machinery] % % \begin{macro}{\@typeset@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@author@bx{\bgroup\hsize=\author@bx@wd\def\and{\par}% +\def\@typeset@author@bx{\bgroup\hsize=\author@bx@wd + \def\and{\par}\normalbaselines \global\setbox\author@bx=\vtop{\if@ACM@sigchiamode\else\centering\fi \@authorfont\@currentauthors\par\@affiliationfont \@currentaffiliation}\egroup diff --git a/Master/texmf-dist/tex/latex/acmart/acmart.cls b/Master/texmf-dist/tex/latex/acmart/acmart.cls index 59820d825b6..03346a80b27 100644 --- a/Master/texmf-dist/tex/latex/acmart/acmart.cls +++ b/Master/texmf-dist/tex/latex/acmart/acmart.cls @@ -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 @@ Computing Machinery] \newdimen\author@bx@wd \newskip\author@bx@sep \author@bx@sep=1pc\relax -\def\@typeset@author@bx{\bgroup\hsize=\author@bx@wd\def\and{\par}% +\def\@typeset@author@bx{\bgroup\hsize=\author@bx@wd + \def\and{\par}\normalbaselines \global\setbox\author@bx=\vtop{\if@ACM@sigchiamode\else\centering\fi \@authorfont\@currentauthors\par\@affiliationfont \@currentaffiliation}\egroup |