diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-09 21:22:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-09 21:22:22 +0000 |
commit | b861fecdf19a61679a351bf9620bc69fb74f2e92 (patch) | |
tree | f2327ace89839f6607c58a50275a289c3516a5d1 | |
parent | 6b8660f398522ec8c9225f4743bf35d7ead3fdbb (diff) |
acmart (9may19)
git-svn-id: svn://tug.org/texlive/trunk@51061 c570f23f-e606-0410-a88d-b1316a301751
28 files changed, 104 insertions, 33 deletions
diff --git a/Master/texmf-dist/doc/latex/acmart/README b/Master/texmf-dist/doc/latex/acmart/README index 7c37d4b61d2..06e5ed49990 100644 --- a/Master/texmf-dist/doc/latex/acmart/README +++ b/Master/texmf-dist/doc/latex/acmart/README @@ -219,3 +219,6 @@ Version 1.58 Suppressed spurious warnings. Version 1.59 Now a journal format can be used for conference proceedings All samples are now generated from the same .dtx file Bug fixes + +version 1.60 New option: urlbreakonhyphens (thanks to Peter Kemp) + Smaller header size for acmsmall
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/acmart/acmart.pdf b/Master/texmf-dist/doc/latex/acmart/acmart.pdf Binary files differindex 23ddaab8eba..9d24bc6a5dc 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 a073dd0c522..ca4204e1d76 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 cc17cf44c55..f0475151e02 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 c2f2c7eb775..38d4c1e07b9 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex @@ -289,7 +289,9 @@ Frequently-used parameters, or combinations of parameters, include: This document uses the following string as the first command in the source file: -\verb|\documentclass[acmlarge]{acmart}|. +\begin{verbatim} +\documentclass[acmlarge]{acmart} +\end{verbatim} \section{Modifications} 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 6c46a43556b..258fa3b1ed5 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 ab7d0ad0735..9df28268b69 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 @@ -299,7 +299,9 @@ Frequently-used parameters, or combinations of parameters, include: This document uses the following string as the first command in the source file: -\verb|\documentclass[acmsmall]{acmart}|. +\begin{verbatim} +\documentclass[acmsmall]{acmart} +\end{verbatim} \section{Modifications} 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 6307991baea..c93904a5d14 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 3d52710c8ed..c2931bd3314 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex @@ -289,7 +289,9 @@ Frequently-used parameters, or combinations of parameters, include: This document uses the following string as the first command in the source file: -\verb|\documentclass[acmsmall]{acmart}|. +\begin{verbatim} +\documentclass[acmsmall]{acmart} +\end{verbatim} \section{Modifications} 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 9ba3ffbe33e..62c150e6bc6 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 ffa71181803..a3e94666001 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex @@ -287,7 +287,9 @@ Frequently-used parameters, or combinations of parameters, include: This document uses the following string as the first command in the source file: -\verb|\documentclass[acmtog]{acmart}|. +\begin{verbatim} +\documentclass[acmtog]{acmart} +\end{verbatim} \section{Modifications} 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 6db0d9f27bd..422365ba572 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 b4100a2cce3..483b5631f7f 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex @@ -299,7 +299,9 @@ Frequently-used parameters, or combinations of parameters, include: This document uses the following string as the first command in the source file: -\verb|\documentclass[sigconf,authordraft]{acmart}|. +\begin{verbatim} +\documentclass[sigconf,authordraft]{acmart} +\end{verbatim} \section{Modifications} 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 d21e7eb4a16..de4809fe165 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 94edd4a1d8a..ccf9560708f 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex @@ -289,7 +289,9 @@ Frequently-used parameters, or combinations of parameters, include: This document uses the following string as the first command in the source file: -\verb|\documentclass[manuscript,screen]{acmart}|. +\begin{verbatim} +\documentclass[manuscript,screen]{acmart} +\end{verbatim} \section{Modifications} 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 f19476663c0..ed3fb041460 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 9a378c65a95..88965511dba 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 @@ -289,7 +289,9 @@ Frequently-used parameters, or combinations of parameters, include: This document uses the following string as the first command in the source file: -\verb|\documentclass[sigchi-a]{acmart}|. +\begin{verbatim} +\documentclass[sigchi-a]{acmart} +\end{verbatim} \section{Modifications} 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 a8aae0be1dd..beaa2d87e14 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 cdcbfa3f44f..c6a55ec797b 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.tex @@ -289,7 +289,9 @@ Frequently-used parameters, or combinations of parameters, include: This document uses the following string as the first command in the source file: -\verb|\documentclass[sigchi]{acmart}|. +\begin{verbatim} +\documentclass[sigchi]{acmart} +\end{verbatim} \section{Modifications} 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 94cda56899e..5f3442b960d 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 2bb32369501..815d675870a 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex @@ -299,7 +299,9 @@ Frequently-used parameters, or combinations of parameters, include: This document uses the following string as the first command in the source file: -\verb|\documentclass[sigconf]{acmart}|. +\begin{verbatim} +\documentclass[sigconf]{acmart} +\end{verbatim} \section{Modifications} 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 b23f3d50238..122d4571648 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 27dbea6f273..1a9c6df0eec 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex @@ -299,7 +299,9 @@ Frequently-used parameters, or combinations of parameters, include: This document uses the following string as the first command in the source file: -\verb|\documentclass[sigplan,screen]{acmart}|. +\begin{verbatim} +\documentclass[sigplan,screen]{acmart} +\end{verbatim} \section{Modifications} 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 29a4cf8fb2f..066b5a5eee7 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 2efa559e5bb..d712f7ebc1e 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex +++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex @@ -299,7 +299,9 @@ Frequently-used parameters, or combinations of parameters, include: This document uses the following string as the first command in the source file: -\verb|\documentclass[sigconf]{acmart}|. +\begin{verbatim} +\documentclass[sigconf]{acmart} +\end{verbatim} \section{Modifications} diff --git a/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx b/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx index 3e10249bab5..166164da804 100644 --- a/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx +++ b/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx @@ -309,15 +309,17 @@ Frequently-used parameters, or combinations of parameters, include: This document uses the following string as the first command in the source file: -%<manuscript>\verb|\documentclass[manuscript,screen]{acmart}|. -%<acmsmall|acmsmall-conf>\verb|\documentclass[acmsmall]{acmart}|. -%<acmlarge>\verb|\documentclass[acmlarge]{acmart}|. -%<acmtog>\verb|\documentclass[acmtog]{acmart}|. -%<sigconf>\verb|\documentclass[sigconf]{acmart}|. -%<authordraft>\verb|\documentclass[sigconf,authordraft]{acmart}|. -%<sigplan>\verb|\documentclass[sigplan,screen]{acmart}|. -%<sigchi>\verb|\documentclass[sigchi]{acmart}|. -%<sigchi-a>\verb|\documentclass[sigchi-a]{acmart}|. +\begin{verbatim} +%<manuscript>\documentclass[manuscript,screen]{acmart} +%<acmsmall|acmsmall-conf>\documentclass[acmsmall]{acmart} +%<acmlarge>\documentclass[acmlarge]{acmart} +%<acmtog>\documentclass[acmtog]{acmart} +%<sigconf>\documentclass[sigconf]{acmart} +%<authordraft>\documentclass[sigconf,authordraft]{acmart} +%<sigplan>\documentclass[sigplan,screen]{acmart} +%<sigchi>\documentclass[sigchi]{acmart} +%<sigchi-a>\documentclass[sigchi-a]{acmart} +\end{verbatim} \section{Modifications} diff --git a/Master/texmf-dist/source/latex/acmart/acmart.dtx b/Master/texmf-dist/source/latex/acmart/acmart.dtx index d3f9cf1d0f9..6c3adecb73c 100644 --- a/Master/texmf-dist/source/latex/acmart/acmart.dtx +++ b/Master/texmf-dist/source/latex/acmart/acmart.dtx @@ -110,6 +110,7 @@ % Ben Greenman, % Enrico Gregorio, % Jamie Davis, +% Peter Kemp, % Luis Leiva, % Ben Liblit, % Rholais Lii, @@ -355,6 +356,10 @@ % it may lead to problems for some documents. Set it to |false| if % you encounter compilation errors. % +% The option |urlbreakonhyphens| determines whether URLs can be split +% between lines after hyphens. By default it is true. Set it to +% |false| to disallow these breaks. +% % \begin{table} % \centering % \caption{Boolean options} @@ -382,7 +387,8 @@ % acmthm & true & Whether to define theorem-like environments, see % Section~\ref{sec:ug_theorems}\\ % balance & true & Whether to balance the last page in two column -% mode\\ +% mode\\ +% urlbreakonhyphens & true & Whether to break urls on hyphens\\ % \bottomrule % \end{tabularx} % \end{table} @@ -1786,7 +1792,7 @@ \ProvidesFile{acmart.dtx} %</gobble> %<class>\ProvidesClass{acmart} -[2019/03/29 v1.59 Typesetting articles for the Association for +[2019/04/22 v1.60 Typesetting articles for the Association for Computing Machinery] % \end{macrocode} % @@ -1875,6 +1881,7 @@ Computing Machinery] % \changes{1.58}{2019/02/09}{Changes in samples (Enrico Gregorio)} % \changes{1.58}{2019/03/29}{New journal: HEALTH. TDS is renamed to % TDSCI} +% \changes{1.60}{2019/04/22}{New option: urlbreakonhyphens} % % And the driver code: % \begin{macrocode} @@ -1965,6 +1972,20 @@ Computing Machinery] % % \end{macro} % +% \begin{macro}{\if@ACM@urlbreakonhyphens} +% \changes{1.60}{2019/04/22}{introduced macro} +% \begin{macrocode} +\define@boolkey+{acmart.cls}[@ACM@]{urlbreakonhyphens}[true]{% + \if@ACM@urlbreakonhyphens + \PackageInfo{\@classname}{Using breaking urls on hyphens}% + \else + \PackageInfo{\@classname}{Not breaking urls on hyphens}% + \fi}{\PackageError{\@classname}{The option urlbreakonhyphens can be either true or + false}} +\ExecuteOptionsX{urlbreakonhyphens=true} +% \end{macrocode} +% \end{macro} +% % \begin{macro}{\if@ACM@acmthm} % \changes{v1.44}{2017/07/30}{Added macro} % \changes{v1.46}{2017/08/29}{Modified description} @@ -2684,6 +2705,9 @@ Computing Machinery] \urlstyle{sf} \fi \AtEndPreamble{% + \if@ACM@urlbreakonhyphens + \def\do@url@hyp{\do\-}% + \fi \if@ACM@screen \hypersetup{colorlinks, linkcolor=ACMPurple, @@ -6040,9 +6064,10 @@ Computing Machinery] % \begin{macro}{\@headfootfont} % \changes{v1.16}{2016/07/07}{Added macro} % \changes{v1.48}{2017/09/16}{Deleted unnecessary switch (Michael D.~Adams)} +% \changes{v1.60}{2019/04/22}{Moved to footnotesize} % The font to typeset header and footer text. % \begin{macrocode} -\def\@headfootfont{\sffamily} +\def\@headfootfont{\sffamily\footnotesize} % \end{macrocode} % % \end{macro} @@ -6123,9 +6148,11 @@ Computing Machinery] \fancyhead[LO]{\ACM@linecountL\@headfootfont\shorttitle}% \fancyhead[RE]{\@headfootfont\@shortauthors\ACM@linecountR}% \if@ACM@nonacm\else% - \fancyhead[LE]{\ACM@linecountL\@headfootfont\acmConference@shortname, + \fancyhead[LE]{\ACM@linecountL\@headfootfont\footnotesize + \acmConference@shortname, \acmConference@date, \acmConference@venue}% - \fancyhead[RO]{\@headfootfont\acmConference@shortname, + \fancyhead[RO]{\@headfootfont + \acmConference@shortname, \acmConference@date, \acmConference@venue\ACM@linecountR}% \fi \fi @@ -6134,9 +6161,11 @@ Computing Machinery] \fancyhead[LO]{\ACM@linecountL\@headfootfont\shorttitle}% \fancyhead[RE]{\@headfootfont\@shortauthors\ACM@linecountR}% \if@ACM@nonacm\else% - \fancyhead[LE]{\ACM@linecountL\@headfootfont\acmConference@shortname, + \fancyhead[LE]{\ACM@linecountL\@headfootfont + \acmConference@shortname, \acmConference@date, \acmConference@venue}% - \fancyhead[RO]{\@headfootfont\acmConference@shortname, + \fancyhead[RO]{\@headfootfont + \acmConference@shortname, \acmConference@date, \acmConference@venue\ACM@linecountR}% \fi \fi diff --git a/Master/texmf-dist/tex/latex/acmart/acmart.cls b/Master/texmf-dist/tex/latex/acmart/acmart.cls index 9b105600b10..59820d825b6 100644 --- a/Master/texmf-dist/tex/latex/acmart/acmart.cls +++ b/Master/texmf-dist/tex/latex/acmart/acmart.cls @@ -37,7 +37,7 @@ %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} \ProvidesClass{acmart} -[2019/03/29 v1.59 Typesetting articles for the Association for +[2019/04/22 v1.60 Typesetting articles for the Association for Computing Machinery] \def\@classname{acmart} \InputIfFileExists{acmart-preload-hook.tex}{% @@ -71,6 +71,14 @@ Computing Machinery] \fi}{\PackageError{\@classname}{The option screen can be either true or false}} \ExecuteOptionsX{screen=false} +\define@boolkey+{acmart.cls}[@ACM@]{urlbreakonhyphens}[true]{% + \if@ACM@urlbreakonhyphens + \PackageInfo{\@classname}{Using breaking urls on hyphens}% + \else + \PackageInfo{\@classname}{Not breaking urls on hyphens}% + \fi}{\PackageError{\@classname}{The option urlbreakonhyphens can be either true or + false}} +\ExecuteOptionsX{urlbreakonhyphens=true} \define@boolkey+{acmart.cls}[@ACM@]{acmthm}[true]{% \if@ACM@acmthm \PackageInfo{\@classname}{Requiring acmthm}% @@ -484,6 +492,9 @@ Computing Machinery] \urlstyle{sf} \fi \AtEndPreamble{% + \if@ACM@urlbreakonhyphens + \def\do@url@hyp{\do\-}% + \fi \if@ACM@screen \hypersetup{colorlinks, linkcolor=ACMPurple, @@ -2351,7 +2362,7 @@ Computing Machinery] Anon. \ifx\@acmSubmissionID\@empty\else Submission Id: \@acmSubmissionID\fi \else\shortauthors\fi} -\def\@headfootfont{\sffamily} +\def\@headfootfont{\sffamily\footnotesize} \AtBeginDocument{% \fancypagestyle{standardpagestyle}{% \fancyhf{}% @@ -2409,9 +2420,11 @@ Computing Machinery] \fancyhead[LO]{\ACM@linecountL\@headfootfont\shorttitle}% \fancyhead[RE]{\@headfootfont\@shortauthors\ACM@linecountR}% \if@ACM@nonacm\else% - \fancyhead[LE]{\ACM@linecountL\@headfootfont\acmConference@shortname, + \fancyhead[LE]{\ACM@linecountL\@headfootfont\footnotesize + \acmConference@shortname, \acmConference@date, \acmConference@venue}% - \fancyhead[RO]{\@headfootfont\acmConference@shortname, + \fancyhead[RO]{\@headfootfont + \acmConference@shortname, \acmConference@date, \acmConference@venue\ACM@linecountR}% \fi \fi @@ -2420,9 +2433,11 @@ Computing Machinery] \fancyhead[LO]{\ACM@linecountL\@headfootfont\shorttitle}% \fancyhead[RE]{\@headfootfont\@shortauthors\ACM@linecountR}% \if@ACM@nonacm\else% - \fancyhead[LE]{\ACM@linecountL\@headfootfont\acmConference@shortname, + \fancyhead[LE]{\ACM@linecountL\@headfootfont + \acmConference@shortname, \acmConference@date, \acmConference@venue}% - \fancyhead[RO]{\@headfootfont\acmConference@shortname, + \fancyhead[RO]{\@headfootfont + \acmConference@shortname, \acmConference@date, \acmConference@venue\ACM@linecountR}% \fi \fi |