From f25280c072d3756c0ff3c440b463b03ec80c71e1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 12 Jan 2020 21:40:09 +0000 Subject: acmart (12jan20) git-svn-id: svn://tug.org/texlive/trunk@53381 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/acmart/acmart.dtx | 30 +++++++++++------------- 1 file changed, 14 insertions(+), 16 deletions(-) (limited to 'Master/texmf-dist/source') diff --git a/Master/texmf-dist/source/latex/acmart/acmart.dtx b/Master/texmf-dist/source/latex/acmart/acmart.dtx index f659f3f6689..d63df043413 100644 --- a/Master/texmf-dist/source/latex/acmart/acmart.dtx +++ b/Master/texmf-dist/source/latex/acmart/acmart.dtx @@ -1842,7 +1842,7 @@ \ProvidesFile{acmart.dtx} % %\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] % \end{macrocode} % % \changes{v1.00}{2016/04/14}{First released version} @@ -3197,6 +3197,8 @@ % |algorithm*| in case somebody uses them. % \changes{v1.66}{2019/11/23}{Patching algorithm and algorithm* % to prevent spurious space warnings} +% \changes{v1.67}{2020/01/11}{Patching lstlisting and lstlisting* +% to prevent spurious space warnings} % \begin{macrocode} \AtBeginEnvironment{figure}{\@Description@presentfalse \let\@vspace\@vspace@orig @@ -3218,6 +3220,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} % \end{macrocode} % @@ -5154,7 +5160,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 @@ -5163,7 +5169,7 @@ \else \@specialsection{Keywords}% \fi - \@keywords}\par\egroup + \noindent\@keywords}\par\egroup \fi \andify\authors \andify\shortauthors @@ -5194,6 +5200,8 @@ % % \begin{macro}{\@specialsection} % \changes{v1.66}{2019/11/23}{Suppress warnings about \cs{vspace}} +% \changes{v1.67}{2020/01/11}{Paragraph inside group does not print +% its argument. Added a bugfix} % This macro starts sections for proceedings and uses \cs{small} for journals % \begin{macrocode} \def\@specialsection#1{% @@ -5214,7 +5222,7 @@ \or % siggraph \section*{#1}% \or % sigplan - \paragraph*{#1}% + \noindent\emph{\bfseries#1.}~% \or % sigchi \section*{#1}% \or % sigchi-a @@ -6578,6 +6586,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@}% @@ -6606,6 +6615,7 @@ % \changes{v1.40}{2017/06/04}{Switched to MakeTextUppercase} % \changes{v1.45}{2017/08/15}{Switched \cs{bfeseries}\cs{sffamily} to % \cs{sffamily}\cs{bfseries}} +% \changes{v1.67}{2020/01/11}{Deleted redefinitions of sections} % Fonts for sections etc. are different for different formats. % \begin{macrocode} \def\@secfont{\sffamily\bfseries\section@raggedright\MakeTextUppercase} @@ -6631,20 +6641,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} -- cgit v1.2.3