diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-12 21:40:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-12 21:40:09 +0000 |
commit | f25280c072d3756c0ff3c440b463b03ec80c71e1 (patch) | |
tree | 6f2a92d5fc4897eb82306f6add9b611e9655daa3 /Master/texmf-dist/tex/latex | |
parent | 54bd17db5b455409d7e0466642ea6f9a7ea5ecc5 (diff) |
acmart (12jan20)
git-svn-id: svn://tug.org/texlive/trunk@53381 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/acmart/acmart.cls | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/acmart/acmart.cls b/Master/texmf-dist/tex/latex/acmart/acmart.cls index f123aecd61d..1d72f7e8324 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/12/18 v1.66 Typesetting articles for the Association for Computing Machinery] +[2020/01/11 v1.67 Typesetting articles for the Association for Computing Machinery] \def\@classname{acmart} \InputIfFileExists{acmart-preload-hook.tex}{% \ClassWarning{\@classname}{% @@ -734,6 +734,10 @@ \let\@vspacer\@vspacer@orig} \AtBeginEnvironment{algorithm*}{\let\@vspace\@vspace@orig \let\@vspacer\@vspacer@orig} +\AtBeginEnvironment{lstlisting}{\let\@vspace\@vspace@orig + \let\@vspacer\@vspacer@orig} +\AtBeginEnvironment{lstlisting*}{\let\@vspace\@vspace@orig + \let\@vspacer\@vspacer@orig} \RequirePackage{caption, float} \captionsetup[table]{position=top} @@ -1819,7 +1823,7 @@ \if@ACM@printccs \ifx\@concepts\@empty\else\bgroup {\@specialsection{CCS Concepts}% - \@concepts\par}\egroup + \noindent\@concepts\par}\egroup \fi \fi \ifx\@keywords\@empty\else\bgroup @@ -1828,7 +1832,7 @@ \else \@specialsection{Keywords}% \fi - \@keywords}\par\egroup + \noindent\@keywords}\par\egroup \fi \andify\authors \andify\shortauthors @@ -1871,7 +1875,7 @@ \or % siggraph \section*{#1}% \or % sigplan - \paragraph*{#1}% + \noindent\emph{\bfseries#1.}~% \or % sigchi \section*{#1}% \or % sigchi-a @@ -2654,6 +2658,7 @@ {-.5\baselineskip \@plus -2\p@ \@minus -.2\p@}% {-3.5\p@}% {\ACM@NRadjust{\@parfont\@adddotafter}}} + \renewcommand\part{\@startsection{part}{9}{\z@}% {-10\p@ \@plus -4\p@ \@minus -2\p@}% {4\p@}% @@ -2685,20 +2690,8 @@ \or % sigplan \def\@secfont{\bfseries\Large\section@raggedright} \def\@subsecfont{\bfseries\section@raggedright} - \renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}% - {-.75\baselineskip \@plus -2\p@ \@minus -.2\p@}% - {.25\baselineskip}% - {\@subsubsecfont}} \def\@subsubsecfont{\bfseries\section@raggedright} - \renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}% - {-.5\baselineskip \@plus -2\p@ \@minus -.2\p@}% - {-3.5\p@}% - {\@parfont\@addspaceafter}} \def\@parfont{\bfseries\itshape} - \renewcommand\subparagraph{\@startsection{subparagraph}{5}{\z@}% - {-.5\baselineskip \@plus -2\p@ \@minus -.2\p@}% - {-3.5\p@}% - {\@subparfont\@addspaceafter}} \def\@subparfont{\itshape} \or % sigchi \setcounter{secnumdepth}{1} |