diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/acmart/acmart.cls | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/latex/acmart/acmart.cls b/Master/texmf-dist/tex/latex/acmart/acmart.cls index 36f1109af94..a321236edcc 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} -[2016/05/14 v1.08 Typesetting articles for Association of +[2016/05/18 v1.09 Typesetting articles for Association of Computing Machinery] \def\@classname{acmart} \RequirePackage{xkeyval} @@ -518,16 +518,6 @@ Computing Machinery] \fi \RequirePackage{caption, float} \captionsetup[table]{position=top} -\newif\if@ACM@captionrule -\@ACM@captionruletrue -\def\nocaptionrule{\@ACM@captionrulefalse} -\def\captionruleoff{\global\@ACM@captionrulefalse} -\def\captionruleon{\global\@ACM@captionruletrue} -\DeclareCaptionFormat{@ACM@capfmtWithRuleAbove}{% - \if@ACM@captionrule\hrulefill\par\noindent\fi#1#2#3\par} -\DeclareCaptionFormat{@ACM@capfmtWithRuleBelow}{% - #1#2#3\if@ACM@captionrule\par\vspace{-.5\baselineskip}% - \noindent\hrulefill\fi\par} \if@ACM@journal \captionsetup{labelfont={sf, small}, textfont={sf, small}, margin=\z@} @@ -544,9 +534,6 @@ Computing Machinery] \or % siggraph \captionsetup{textfont={it}} \or % sigplan - \setlength\abovecaptionskip{4\p@} - \captionsetup[figure]{format=@ACM@capfmtWithRuleAbove} - \captionsetup[table]{format=@ACM@capfmtWithRuleBelow} \captionsetup{labelfont={bf}, textfont={normalfont}, labelsep=period, margin=\z@} \or % sigchi |