diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-28 21:21:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-28 21:21:53 +0000 |
commit | 81f2ce9526530729a56c249c50b744e771ae39ba (patch) | |
tree | 9917085d9955bf3251b221400a8fd1c00a398b76 /Master/texmf-dist/tex/latex/acmart | |
parent | 0037d4691bf89c9d148f35a149c9baccb0f27ecd (diff) |
acmart (28may19)
git-svn-id: svn://tug.org/texlive/trunk@51245 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/acmart')
-rw-r--r-- | Master/texmf-dist/tex/latex/acmart/acmart.cls | 6 |
1 files changed, 4 insertions, 2 deletions
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 |