texlive[50662] Master/texmf-dist: acmart (30mar19)

commits+karl at tug.org commits+karl at tug.org
Sat Mar 30 22:25:18 CET 2019


Revision: 50662
          http://tug.org/svn/texlive?view=revision&revision=50662
Author:   karl
Date:     2019-03-30 22:25:18 +0100 (Sat, 30 Mar 2019)
Log Message:
-----------
acmart (30mar19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/acmart/README
    trunk/Master/texmf-dist/doc/latex/acmart/acmart.bib
    trunk/Master/texmf-dist/doc/latex/acmart/acmart.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/acmguide.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex
    trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx
    trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls

Added Paths:
-----------
    trunk/Master/texmf-dist/source/latex/acmart/Makefile

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/latex/acmart/Makefile

Deleted: trunk/Master/texmf-dist/doc/latex/acmart/Makefile
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/Makefile	2019-03-30 21:24:58 UTC (rev 50661)
+++ trunk/Master/texmf-dist/doc/latex/acmart/Makefile	2019-03-30 21:25:18 UTC (rev 50662)
@@ -1,132 +0,0 @@
-#
-# Makefile for acmart package
-#
-# This file is in public domain
-#
-# $Id: Makefile,v 1.10 2016/04/14 21:55:57 boris Exp $
-#
-
-PACKAGE=acmart
-
-SAMPLES = \
-	samples/sample-manuscript.tex \
-	samples/sample-acmsmall.tex \
-	samples/sample-acmlarge.tex \
-	samples/sample-acmtog.tex \
-	samples/sample-sigconf.tex \
-	samples/sample-authordraft.tex \
-	samples/sample-xelatex.tex \
-	samples/sample-sigplan.tex \
-	samples/sample-sigchi.tex \
-	samples/sample-sigchi-a.tex
-
-
-PDF = $(PACKAGE).pdf ${SAMPLES:%.tex=%.pdf} acmguide.pdf
-
-all:  ${PDF}
-
-
-%.pdf:  %.dtx   $(PACKAGE).cls
-	pdflatex $<
-	- bibtex $*
-	pdflatex $<
-	- makeindex -s gind.ist -o $*.ind $*.idx
-	- makeindex -s gglo.ist -o $*.gls $*.glo
-	pdflatex $<
-	while ( grep -q '^LaTeX Warning: Label(s) may have changed' $*.log) \
-	do pdflatex $<; done
-
-
-acmguide.pdf: $(PACKAGE).dtx $(PACKAGE).cls
-	pdflatex -jobname acmguide $(PACKAGE).dtx
-	- bibtex acmguide
-	pdflatex -jobname acmguide $(PACKAGE).dtx
-	while ( grep -q '^LaTeX Warning: Label(s) may have changed' acmguide.log) \
-	do pdflatex -jobname acmguide $(PACKAGE).dtx; done
-
-%.cls:   %.ins %.dtx
-	pdflatex $<
-
-samples/%: %
-	cp $^ samples
-
-samples/sample-acmsmall.tex: samples/sample-manuscript.tex
-	sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[acmsmall]{acmart}/' $< > $@
-
-samples/sample-acmlarge.tex: samples/sample-manuscript.tex
-	sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[acmlarge,screen]{acmart}/' $< > $@
-
-samples/sample-acmtog.tex: samples/sample-manuscript.tex
-	sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[acmtog]{acmart}/' $<   > $@
-
-samples/sample-sigconf.tex: samples/sample-manuscript.tex
-	sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[sigconf]{acmart}/' $< | sed 's/^%%//'  > $@
-
-samples/sample-authordraft.tex: samples/sample-manuscript.tex
-	sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[sigconf,authordraft]{acmart}/' $< | sed 's/^%%//'  > $@
-
-samples/sample-xelatex.tex: samples/sample-sigconf.tex
-	cp $< $@
-
-samples/sample-sigplan.tex: samples/sample-manuscript.tex
-	sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[sigplan,screen]{acmart}/' $< | sed 's/^%%//'  > $@
-
-samples/sample-sigchi.tex: samples/sample-manuscript.tex
-	sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[sigchi]{acmart}/' $< | sed 's/^%%//'  > $@
-
-samples/sample-sigchi-a.tex: samples/sample-manuscript.tex
-	sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[sigchi-a]{acmart}/' $< | \
-	sed 's/begin{figure}\[h\]/begin{marginfigure}/' | \
-	sed 's/end{figure}/end{marginfigure}/' | \
-	sed 's/begin{table}/begin{margintable}/' | \
-	sed 's/end{table}/end{margintable}/'   > $@
-
-
-samples/$(PACKAGE).cls: $(PACKAGE).cls
-samples/ACM-Reference-Format.bst: ACM-Reference-Format.bst
-
-samples/%.pdf:  samples/%.tex   samples/$(PACKAGE).cls samples/ACM-Reference-Format.bst
-	cd $(dir $@) && pdflatex $(notdir $<)
-	- cd $(dir $@) && bibtex $(notdir $(basename $<))
-	cd $(dir $@) && pdflatex $(notdir $<)
-	cd $(dir $@) && pdflatex $(notdir $<)
-	while ( grep -q '^LaTeX Warning: Label(s) may have changed' $(basename $<).log) \
-	  do cd $(dir $@) && pdflatex $(notdir $<); done
-
-samples/sample-xelatex.pdf:  samples/sample-xelatex.tex   samples/$(PACKAGE).cls samples/ACM-Reference-Format.bst
-	cd $(dir $@) && xelatex $(notdir $<)
-	- cd $(dir $@) && bibtex $(notdir $(basename $<))
-	cd $(dir $@) && xelatex $(notdir $<)
-	cd $(dir $@) && xelatex $(notdir $<)
-	while ( grep -q '^LaTeX Warning: Label(s) may have changed' $(basename $<).log) \
-	  do cd $(dir $@) && xelatex $(notdir $<); done
-
-
-
-.PRECIOUS:  $(PACKAGE).cfg $(PACKAGE).cls
-
-
-clean:
-	$(RM)  $(PACKAGE).cls *.log *.aux \
-	*.cfg *.glo *.idx *.toc \
-	*.ilg *.ind *.out *.lof \
-	*.lot *.bbl *.blg *.gls *.cut *.hd \
-	*.dvi *.ps *.thm *.tgz *.zip *.rpi \
-	samples/$(PACKAGE).cls samples/ACM-Reference-Format.bst \
-	samples/*.log samples/*.aux samples/*.out \
-	samples/*.bbl samples/*.blg samples/*.cut
-
-distclean: clean
-
-
-#
-# Archive for the distribution. Includes typeset documentation
-#
-archive:  all clean
-	COPYFILE_DISABLE=1 tar -C .. -czvf ../$(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude '*.zip'  --exclude CVS --exclude '.git*' $(PACKAGE); mv ../$(PACKAGE).tgz .
-
-zip:  all clean
-	zip -r  $(PACKAGE).zip * -x '*~' -x '*.tgz' -x '*.zip' -x CVS -x 'CVS/*'
-
-documents.zip: all
-	zip $@ acmart.pdf acmguide.pdf samples/sample-*.pdf *.cls *.bst

Modified: trunk/Master/texmf-dist/doc/latex/acmart/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/README	2019-03-30 21:24:58 UTC (rev 50661)
+++ trunk/Master/texmf-dist/doc/latex/acmart/README	2019-03-30 21:25:18 UTC (rev 50662)
@@ -187,7 +187,7 @@
 
 Version 1.53    New journals: PACMCGIT, TIOT, TDSCI
 
-Version 1.54    New option: 'noacm' (Gabriel Scherer)
+Version 1.54    New option: 'nonacm' (Gabriel Scherer)
                 Deleted indent for subsubsection (suggested by Ross Moore)
                 Suppressed some obscurious warning in BibTeX processing
                 Suppressed hyperrerf warnings (Paolo G. Giarrusso)
@@ -197,18 +197,21 @@
                 Bug fixes
 
 Version 1.55    Bug fixes
-		Font changes for SIGCHI table captions
+                Font changes for SIGCHI table captions
 
-
 Version 1.56    Bug fixes
-		Added \flushbottom to two column formats (Philip Quinn)
-		The final punctuation for the list of concepts
-		is now period instead of semilcolon (Philip Quinn)
-		New command \Description to describe images for visually
-		impaired users.
+                Added \flushbottom to two column formats (Philip Quinn)
+                The final punctuation for the list of concepts
+                is now a period instead of a semicolon (Philip Quinn)
+                New command \Description to describe images for visually
+                impaired users.
 
 Version 1.57    Change of \baselinestretch now produces an error
-		Booktabs is now always loaded
-		Added option `balance' to balance last page in two-column mode
-		E-mail is no longer split in addresses
-		New samples (Stephen Spencer)
\ No newline at end of file
+                Booktabs is now always loaded
+                Added option `balance' to balance last page in two-column mode
+                E-mail is no longer split in addresses
+                New samples (Stephen Spencer)
+
+Version 1.58    Suppressed spurious warnings.
+		New journal:  HEALTH.
+		TDSCI is renamed to TDS.

Modified: trunk/Master/texmf-dist/doc/latex/acmart/acmart.bib
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/acmart.bib	2019-03-30 21:24:58 UTC (rev 50661)
+++ trunk/Master/texmf-dist/doc/latex/acmart/acmart.bib	2019-03-30 21:25:18 UTC (rev 50662)
@@ -1,8 +1,8 @@
 @Misc{TeXFAQ,
   title =        {{UK} List of {\TeX} Frequently Asked Questions},
   author =       {{UK \TeX{} Users Group}},
-  year =         2016,
-  howpublished = {\url{http://www.tex.ac.uk}}
+  year =         2019,
+  howpublished = {\url{https://texfaq.org}}
 }
 
 @Manual{Downes04:amsart,

Modified: trunk/Master/texmf-dist/doc/latex/acmart/acmart.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/acmguide.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex	2019-03-30 21:24:58 UTC (rev 50661)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex	2019-03-30 21:25:18 UTC (rev 50662)
@@ -3,9 +3,11 @@
 \documentclass[acmlarge,screen]{acmart}
 
 %
-% defining the \BibTeX command - from Oren Patashnik's original BibTeX documentation.
-\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08emT\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
-    
+% \BibTeX command to typeset BibTeX logo in the docs
+\AtBeginDocument{%
+  \providecommand\BibTeX{{%
+    \normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}}
+
 % Rights management information. 
 % This information is sent to you when you complete the rights form.
 % These commands have SAMPLE values in them; it is your responsibility as an author to replace

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex	2019-03-30 21:24:58 UTC (rev 50661)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex	2019-03-30 21:25:18 UTC (rev 50662)
@@ -3,9 +3,11 @@
 \documentclass[acmsmall]{acmart}
 
 %
-% defining the \BibTeX command - from Oren Patashnik's original BibTeX documentation.
-\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08emT\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
-    
+% \BibTeX command to typeset BibTeX logo in the docs
+\AtBeginDocument{%
+  \providecommand\BibTeX{{%
+    \normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}}
+
 % Rights management information. 
 % This information is sent to you when you complete the rights form.
 % These commands have SAMPLE values in them; it is your responsibility as an author to replace

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex	2019-03-30 21:24:58 UTC (rev 50661)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex	2019-03-30 21:25:18 UTC (rev 50662)
@@ -3,9 +3,11 @@
 \documentclass[acmtog]{acmart}
 
 %
-% defining the \BibTeX command - from Oren Patashnik's original BibTeX documentation.
-\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08emT\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
-    
+% \BibTeX command to typeset BibTeX logo in the docs
+\AtBeginDocument{%
+  \providecommand\BibTeX{{%
+    \normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}}
+
 % Rights management information. 
 % This information is sent to you when you complete the rights form.
 % These commands have SAMPLE values in them; it is your responsibility as an author to replace
@@ -38,7 +40,7 @@
 % The majority of ACM publications use numbered citations and references. If you are preparing content for an event
 % sponsored by ACM SIGGRAPH, you must use the "author year" style of citations and references. Uncommenting
 % the next command will enable that style.
-%\citestyle{acmauthoryear}
+\citestyle{acmauthoryear}
 
 %
 % end of the preamble, start of the body of the document source.

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex	2019-03-30 21:24:58 UTC (rev 50661)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex	2019-03-30 21:25:18 UTC (rev 50662)
@@ -3,9 +3,11 @@
 \documentclass[sigconf,authordraft]{acmart}
 
 %
-% defining the \BibTeX command - from Oren Patashnik's original BibTeX documentation.
-\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08emT\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
-    
+% \BibTeX command to typeset BibTeX logo in the docs
+\AtBeginDocument{%
+  \providecommand\BibTeX{{%
+    \normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}}
+
 % Rights management information. 
 % This information is sent to you when you complete the rights form.
 % These commands have SAMPLE values in them; it is your responsibility as an author to replace

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex	2019-03-30 21:24:58 UTC (rev 50661)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex	2019-03-30 21:25:18 UTC (rev 50662)
@@ -3,9 +3,11 @@
 \documentclass[manuscript,screen]{acmart}
 
 %
-% defining the \BibTeX command - from Oren Patashnik's original BibTeX documentation.
-\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08emT\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
-    
+% \BibTeX command to typeset BibTeX logo in the docs
+\AtBeginDocument{%
+  \providecommand\BibTeX{{%
+    \normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}}
+
 % Rights management information. 
 % This information is sent to you when you complete the rights form.
 % These commands have SAMPLE values in them; it is your responsibility as an author to replace

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.tex	2019-03-30 21:24:58 UTC (rev 50661)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.tex	2019-03-30 21:25:18 UTC (rev 50662)
@@ -3,9 +3,11 @@
 \documentclass[sigchi-a]{acmart}
 
 %
-% defining the \BibTeX command - from Oren Patashnik's original BibTeX documentation.
-\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08emT\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
-    
+% \BibTeX command to typeset BibTeX logo in the docs
+\AtBeginDocument{%
+  \providecommand\BibTeX{{%
+    \normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}}
+
 % Rights management information. 
 % This information is sent to you when you complete the rights form.
 % These commands have SAMPLE values in them; it is your responsibility as an author to replace

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.tex	2019-03-30 21:24:58 UTC (rev 50661)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.tex	2019-03-30 21:25:18 UTC (rev 50662)
@@ -3,9 +3,11 @@
 \documentclass[sigchi]{acmart}
 
 %
-% defining the \BibTeX command - from Oren Patashnik's original BibTeX documentation.
-\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08emT\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
-    
+% \BibTeX command to typeset BibTeX logo in the docs
+\AtBeginDocument{%
+  \providecommand\BibTeX{{%
+    \normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}}
+
 % Rights management information. 
 % This information is sent to you when you complete the rights form.
 % These commands have SAMPLE values in them; it is your responsibility as an author to replace

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex	2019-03-30 21:24:58 UTC (rev 50661)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex	2019-03-30 21:25:18 UTC (rev 50662)
@@ -3,9 +3,11 @@
 \documentclass[sigconf]{acmart}
 
 %
-% defining the \BibTeX command - from Oren Patashnik's original BibTeX documentation.
-\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08emT\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
-    
+% \BibTeX command to typeset BibTeX logo in the docs
+\AtBeginDocument{%
+  \providecommand\BibTeX{{%
+    \normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}}
+
 % Rights management information. 
 % This information is sent to you when you complete the rights form.
 % These commands have SAMPLE values in them; it is your responsibility as an author to replace

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex	2019-03-30 21:24:58 UTC (rev 50661)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex	2019-03-30 21:25:18 UTC (rev 50662)
@@ -3,9 +3,11 @@
 \documentclass[sigplan,screen]{acmart}
 
 %
-% defining the \BibTeX command - from Oren Patashnik's original BibTeX documentation.
-\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08emT\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
-    
+% \BibTeX command to typeset BibTeX logo in the docs
+\AtBeginDocument{%
+  \providecommand\BibTeX{{%
+    \normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}}
+
 % Rights management information. 
 % This information is sent to you when you complete the rights form.
 % These commands have SAMPLE values in them; it is your responsibility as an author to replace

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex	2019-03-30 21:24:58 UTC (rev 50661)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex	2019-03-30 21:25:18 UTC (rev 50662)
@@ -3,9 +3,11 @@
 \documentclass[sigconf]{acmart}
 
 %
-% defining the \BibTeX command - from Oren Patashnik's original BibTeX documentation.
-\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08emT\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
-    
+% \BibTeX command to typeset BibTeX logo in the docs
+\AtBeginDocument{%
+  \providecommand\BibTeX{{%
+    \normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}}
+
 % Rights management information. 
 % This information is sent to you when you complete the rights form.
 % These commands have SAMPLE values in them; it is your responsibility as an author to replace

Added: trunk/Master/texmf-dist/source/latex/acmart/Makefile
===================================================================
--- trunk/Master/texmf-dist/source/latex/acmart/Makefile	                        (rev 0)
+++ trunk/Master/texmf-dist/source/latex/acmart/Makefile	2019-03-30 21:25:18 UTC (rev 50662)
@@ -0,0 +1,132 @@
+#
+# Makefile for acmart package
+#
+# This file is in public domain
+#
+# $Id: Makefile,v 1.10 2016/04/14 21:55:57 boris Exp $
+#
+
+PACKAGE=acmart
+
+SAMPLES = \
+	samples/sample-manuscript.tex \
+	samples/sample-acmsmall.tex \
+	samples/sample-acmlarge.tex \
+	samples/sample-acmtog.tex \
+	samples/sample-sigconf.tex \
+	samples/sample-authordraft.tex \
+	samples/sample-xelatex.tex \
+	samples/sample-sigplan.tex \
+	samples/sample-sigchi.tex \
+	samples/sample-sigchi-a.tex
+
+
+PDF = $(PACKAGE).pdf ${SAMPLES:%.tex=%.pdf} acmguide.pdf
+
+all:  ${PDF}
+
+
+%.pdf:  %.dtx   $(PACKAGE).cls
+	pdflatex $<
+	- bibtex $*
+	pdflatex $<
+	- makeindex -s gind.ist -o $*.ind $*.idx
+	- makeindex -s gglo.ist -o $*.gls $*.glo
+	pdflatex $<
+	while ( grep -q '^LaTeX Warning: Label(s) may have changed' $*.log) \
+	do pdflatex $<; done
+
+
+acmguide.pdf: $(PACKAGE).dtx $(PACKAGE).cls
+	pdflatex -jobname acmguide $(PACKAGE).dtx
+	- bibtex acmguide
+	pdflatex -jobname acmguide $(PACKAGE).dtx
+	while ( grep -q '^LaTeX Warning: Label(s) may have changed' acmguide.log) \
+	do pdflatex -jobname acmguide $(PACKAGE).dtx; done
+
+%.cls:   %.ins %.dtx
+	pdflatex $<
+
+samples/%: %
+	cp $^ samples
+
+samples/sample-acmsmall.tex: samples/sample-manuscript.tex
+	sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[acmsmall]{acmart}/' $< > $@
+
+samples/sample-acmlarge.tex: samples/sample-manuscript.tex
+	sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[acmlarge,screen]{acmart}/' $< > $@
+
+samples/sample-acmtog.tex: samples/sample-manuscript.tex
+	sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[acmtog]{acmart}/' $< | sed 's/^%\\citestyle{acmauthoryear}/\\citestyle{acmauthoryear}/'      > $@
+
+samples/sample-sigconf.tex: samples/sample-manuscript.tex
+	sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[sigconf]{acmart}/' $< | sed 's/^%%//'  > $@
+
+samples/sample-authordraft.tex: samples/sample-manuscript.tex
+	sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[sigconf,authordraft]{acmart}/' $< | sed 's/^%%//'  > $@
+
+samples/sample-xelatex.tex: samples/sample-sigconf.tex
+	cp $< $@
+
+samples/sample-sigplan.tex: samples/sample-manuscript.tex
+	sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[sigplan,screen]{acmart}/' $< | sed 's/^%%//'  > $@
+
+samples/sample-sigchi.tex: samples/sample-manuscript.tex
+	sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[sigchi]{acmart}/' $< | sed 's/^%%//'  > $@
+
+samples/sample-sigchi-a.tex: samples/sample-manuscript.tex
+	sed 's/documentclass\[manuscript,screen\]{acmart}/documentclass[sigchi-a]{acmart}/' $< | \
+	sed 's/begin{figure}\[h\]/begin{marginfigure}/' | \
+	sed 's/end{figure}/end{marginfigure}/' | \
+	sed 's/begin{table}/begin{margintable}/' | \
+	sed 's/end{table}/end{margintable}/'   > $@
+
+
+samples/$(PACKAGE).cls: $(PACKAGE).cls
+samples/ACM-Reference-Format.bst: ACM-Reference-Format.bst
+
+samples/%.pdf:  samples/%.tex   samples/$(PACKAGE).cls samples/ACM-Reference-Format.bst
+	cd $(dir $@) && pdflatex $(notdir $<)
+	- cd $(dir $@) && bibtex $(notdir $(basename $<))
+	cd $(dir $@) && pdflatex $(notdir $<)
+	cd $(dir $@) && pdflatex $(notdir $<)
+	while ( grep -q '^LaTeX Warning: Label(s) may have changed' $(basename $<).log) \
+	  do cd $(dir $@) && pdflatex $(notdir $<); done
+
+samples/sample-xelatex.pdf:  samples/sample-xelatex.tex   samples/$(PACKAGE).cls samples/ACM-Reference-Format.bst
+	cd $(dir $@) && xelatex $(notdir $<)
+	- cd $(dir $@) && bibtex $(notdir $(basename $<))
+	cd $(dir $@) && xelatex $(notdir $<)
+	cd $(dir $@) && xelatex $(notdir $<)
+	while ( grep -q '^LaTeX Warning: Label(s) may have changed' $(basename $<).log) \
+	  do cd $(dir $@) && xelatex $(notdir $<); done
+
+
+
+.PRECIOUS:  $(PACKAGE).cfg $(PACKAGE).cls
+
+
+clean:
+	$(RM)  $(PACKAGE).cls *.log *.aux \
+	*.cfg *.glo *.idx *.toc \
+	*.ilg *.ind *.out *.lof \
+	*.lot *.bbl *.blg *.gls *.cut *.hd \
+	*.dvi *.ps *.thm *.tgz *.zip *.rpi \
+	samples/$(PACKAGE).cls samples/ACM-Reference-Format.bst \
+	samples/*.log samples/*.aux samples/*.out \
+	samples/*.bbl samples/*.blg samples/*.cut
+
+distclean: clean
+
+
+#
+# Archive for the distribution. Includes typeset documentation
+#
+archive:  all clean
+	COPYFILE_DISABLE=1 tar -C .. -czvf ../$(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude '*.zip'  --exclude CVS --exclude '.git*' $(PACKAGE); mv ../$(PACKAGE).tgz .
+
+zip:  all clean
+	zip -r  $(PACKAGE).zip * -x '*~' -x '*.tgz' -x '*.zip' -x CVS -x 'CVS/*'
+
+documents.zip: all
+	zip $@ acmart.pdf acmguide.pdf samples/sample-*.pdf *.cls *.bst


Property changes on: trunk/Master/texmf-dist/source/latex/acmart/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx	2019-03-30 21:24:58 UTC (rev 50661)
+++ trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx	2019-03-30 21:25:18 UTC (rev 50662)
@@ -1,6 +1,6 @@
 % \iffalse
 %
-% Copyright 2016-2018, Association for Computing Machinery
+% Copyright 2016-2019, Association for Computing Machinery
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either
 % version 1.3 of this license or (at your option) any
@@ -58,7 +58,7 @@
 % \ifx\currentjob\guide\OnlyDescription\fi
 % \GetFileInfo{acmart.dtx}
 % \title{\LaTeX{} Class for the \emph{Association for Computing
-% Machinery}\thanks{\copyright 2016--2018, Association for Computing Machinery}}
+% Machinery}\thanks{\copyright 2016--2019, Association for Computing Machinery}}
 % \author{Boris Veytsman\thanks{%
 % \href{mailto:borisv at lk.net}{\texttt{borisv at lk.net}},
 % \href{mailto:boris at varphi.com}{\texttt{boris at varphi.com}}}}
@@ -108,6 +108,7 @@
 %  Matthew Fluet,
 %  Paolo G.~Giarrusso,
 %  Ben Greenman,
+%  Enrico Gregorio,
 %  Jamie Davis,
 %  Luis Leiva,
 %  Ben Liblit,
@@ -284,9 +285,9 @@
 %     \midrule
 %   manuscript & A manuscript. This is the default. \\
 %   acmsmall & Small single-column format.  Used for CIE, CSUR, DTRAP,
-%            JACM, JDIQ, JEA, JERIC,
+%            HEALTH, JACM, JDIQ, JEA, JERIC,
 %            JETC, PACMCGIT, PACMHCI, PACMPL, TAAS, TACCESS, TACO,
-%            TALG, TALLIP (formerly TALIP), TCPS, TDSCI,
+%            TALG, TALLIP (formerly TALIP), TCPS, TDS,
 %            TEAC, TECS, THRI, TIIS, TIOT, TISSEC, TIST, TKDD, TMIS,
 %            TOCE, TOCHI, TOCL,
 %            TOCS, TOCT, TODAES, TODS, TOIS, TOIT, TOMACS, TOMM (formerly
@@ -1692,6 +1693,7 @@
 %     CIE & ACM Computers in Entertainment \\
 %     CSUR & ACM Computing Surveys\\
 %     DTRAP &  Digital Threats: Research and Practice\\
+%     HEALTH & ACM Transactions on Computing for Healthcare\\
 %     IMWUT & PACM on Interactive, Mobile, Wearable and Ubiquitous
 %     Technologies\\
 %     JACM &  Journal of the ACM \\
@@ -1713,7 +1715,7 @@
 %     Information Processing\\
 %     TAP & ACM Transactions on Applied Perception \\
 %     TCPS & ACM Transactions on Cyber-Physical Systems\\
-%     TDSCI & ACM Transactions on Data Science\\
+%     TDS & ACM Transactions on Data Science\\
 %     TEAC & ACM Transactions on Economics and Computation\\
 %     TECS & ACM Transactions on Embedded Computing Systems \\
 %     THRI & ACM Transactions on Human-Robot Interaction\\
@@ -1776,7 +1778,7 @@
 \ProvidesFile{acmart.dtx}
 %</gobble>
 %<class>\ProvidesClass{acmart}
-[2018/12/16 v1.57 Typesetting articles for the Association for
+[2019/03/29 v1.59 Typesetting articles for the Association for
 Computing Machinery]
 %    \end{macrocode}
 %
@@ -1862,6 +1864,9 @@
 % (Ross Moore)}
 % \changes{1.56}{2018/11/11}{Documented \cs{Description}}
 % \changes{1.57}{2018/12/16}{Booktabs package is now the default}
+% \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} 
 %
 % And the driver code:
 %    \begin{macrocode}
@@ -2627,11 +2632,13 @@
 % \changes{v1.46}{2017/08/25}{Delayed hypersetup since journal options
 % may change screen mode}
 % \changes{v1.55}{2018/10/20}{Now we use purple color for links}
+% \changes{v1.58}{2019/26/01}{Suppressed \cs{addtocounter} in pdf subject}
 %    \begin{macrocode}
 \let\@footnotemark at nolink\@footnotemark
 \let\@footnotetext at nolink\@footnotetext
 \RequirePackage[bookmarksnumbered,unicode]{hyperref}
 \pdfstringdefDisableCommands{%
+  \def\addtocounter#1#2{}%
   \def\unskip{}%
   \def\textbullet{- }%
   \def\textrightarrow{ -> }%
@@ -3066,7 +3073,7 @@
 % \changes{v1.56}{2018/11/11}{Added macro}
 % The Description macro right now just sets switches
 %    \begin{macrocode}
-\newcommand\Description[2][]{\global\@Description at presenttrue}
+\newcommand\Description[2][]{\global\@Description at presenttrue\ignorespaces}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -3076,10 +3083,14 @@
   \ClassWarningNoLine{\@classname}{Some images may lack descriptions}\fi}
 %    \end{macrocode}
 %
-% Hooks for figures
+% Hooks for figures and tables
 %    \begin{macrocode}
-\AtBeginEnvironment{figure}{\@Description at presentfalse}
-\AtBeginEnvironment{figure*}{\@Description at presentfalse}
+\AtBeginEnvironment{figure}{\@Description at presentfalse
+  \let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig}
+\AtBeginEnvironment{figure*}{\@Description at presentfalse
+  \let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig}
 \AtEndEnvironment{figure}{\if at Description@present\else
   \global\@undescribed at imagestrue
   \ClassWarning{\@classname}{A possible image without description}\fi}
@@ -3086,6 +3097,10 @@
 \AtEndEnvironment{figure*}{\if at Description@present\else
   \global\@undescribed at imagestrue
   \ClassWarning{\@classname}{A possible image without description}\fi}
+\AtBeginEnvironment{table}{\let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig}
+\AtBeginEnvironment{table*}{\let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig}
 %    \end{macrocode}
 % 
 %
@@ -3141,9 +3156,11 @@
 % \end{macro}
 %
 % \begin{macro}{\@sidebar}
+% \changes{v1.58}{2019/01/23}{Deleted spurious \cs{vspace} warning}
 %   The processing of the saved text
 %    \begin{macrocode}
-\long\def\@sidebar#1{\bgroup\captionsetup{type=sidebar}%
+\long\def\@sidebar#1{\bgroup\let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig\captionsetup{type=sidebar}%
   \marginpar{\small#1}\egroup}
 %    \end{macrocode}
 %
@@ -3160,9 +3177,12 @@
 % \begin{macro}{\@marginfigure}
 % \changes{v1.12}{2016/05/30}{Now centering by default}
 % \changes{v1.56}{2018/11/11}{Added checking for description}
+% \changes{v1.58}{2019/01/23}{Deleted spurious \cs{vspace} warning}
 %   The processing of the saved text
 %    \begin{macrocode}
 \long\def\@marginfigure#1{\bgroup
+  \let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig
   \captionsetup{type=figure}%
   \marginpar{\@Description at presentfalse\centering
     \small#1\if at Description@present\else
@@ -3184,9 +3204,11 @@
 %
 % \begin{macro}{\@margintable}
 % \changes{v1.12}{2016/05/30}{Now centering by default}
+% \changes{v1.58}{2019/01/23}{Deleted spurious \cs{vspace} warning}
 %   The processing of the saved text
 %    \begin{macrocode}
-\long\def\@margintable#1{\bgroup\captionsetup{type=table}%
+\long\def\@margintable#1{\bgroup\let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig\captionsetup{type=table}%
   \marginpar{\centering\small#1}\egroup}
 %    \end{macrocode}
 %
@@ -3205,12 +3227,14 @@
 % \end{macro}
 %
 % \begin{macro}{\@dblfloat}
+% \changes{v1.58}{2019/01/23}{Deleted spurious \cs{vspace} warning}
 %   We redefine the double-float command.  First, we make the size
 %   bigger.  Second, our default position is going to be |tp| (to give
 %   marginalia a chance)
 %    \begin{macrocode}
 \if at ACM@sigchiamode
-\def\@dblfloat{\bgroup\columnwidth=\fulltextwidth
+\def\@dblfloat{\bgroup\let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig\columnwidth=\fulltextwidth
   \let\@endfloatbox\@endwidefloatbox
   \def\@fpsadddefault{\def\@fps{tp}}%
   \@float}
@@ -3362,6 +3386,7 @@
 % \changes{v1.36}{2017/05/13}{Added PACMHCI journal options}
 % \changes{v1.46}{2017/08/25}{PACM now set screen to true}
 % \changes{v1.53}{2018/04/14}{Added PACMCGIT, TIOT, TDSCI}
+% \changes{v1.58}{2019/03/29}{Added HEALTH.  TDSCI is renamed to TDS}
 %
 % We use the |xkeyval| interface to define journal titles and the relevant
 % information
@@ -3370,6 +3395,7 @@
   CIE,%
   CSUR,%
   DTRAP,%
+  HEALTH,%
   IMWUT,%
   JACM,%
   JDIQ,%
@@ -3388,7 +3414,7 @@
   TALLIP,%
   TAP,%
   TCPS,%
-  TDSCI,%
+  TDS,%
   TEAC,%
   TECS,%
   THRI,%
@@ -3437,6 +3463,10 @@
   \def\@journalName{Digital Threats: Research and Practice}%
   \def\@journalNameShort{Digit. Threat. Res. Pract.}%
   \def\@permissionCodeOne{2576-5337}%
+\or % HEALTH
+  \def\@journalName{ACM Transactions on Computing for Healthcare}%
+  \def\@journalNameShort{ACM Trans. Comput. Healthcare}%
+  \def\@permissionCodeOne{2637-8051}%
 \or % IMWUT
   \def\@journalName{Proceedings of the ACM on Interactive, Mobile,
     Wearable and Ubiquitous Technologies}%
@@ -3514,7 +3544,7 @@
   \def\@journalName{ACM Transactions on Applied Perception}%
 \or % TCPS
   \def\@journalName{ACM Transactions on Cyber-Physical Systems}%
-\or % TDSCI
+\or % TDS
   \def\@journalName{ACM Transactions on Data Science}%
   \def\@journalNameShort{ACM Trans. Data Sci.}%
   \def\@permissionCodeOne{2577-3224}%
@@ -4833,6 +4863,8 @@
 % \changes{v1.48}{2017/11/18}{Added language and doctitle attributes
 % to PDF (Andreas Reichinger)}
 % \changes{v1.55}{2018/10/14}{Fixes topnum}
+% \changes{v1.58}{2019/01/23}{Original \cs{vspace} inside
+% \cs{maketitle}}
 %   The (in)famous \cs{maketitle}.  Note that in |sigchi-a| mode, authors
 %   are \emph{not} in the title box.
 %
@@ -4847,6 +4879,8 @@
     \ifnum\num at authorgroups=0\author{}\fi
   \fi
   \begingroup
+  \let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig
   \let\@footnotemark\@footnotemark at nolink
   \let\@footnotetext\@footnotetext at nolink
   \renewcommand\thefootnote{\@fnsymbol\c at footnote}%
@@ -4931,7 +4965,7 @@
   \setcounter{footnote}{0}%
   \@mkabstract
   \if at ACM@printccs
-    \ifx\@concepts\@empty\else\bgroup
+  \ifx\@concepts\@empty\else\bgroup
       {\@specialsection{CCS Concepts}%
          \@concepts\par}\egroup
      \fi
@@ -4994,7 +5028,7 @@
     \section*{#1}%
   \or % sigchi-a
     \section*{#1}%
-  \fi}
+    \fi}
 %    \end{macrocode}
 %
 % \end{macro}
@@ -5768,9 +5802,12 @@
 % \changes{v1.46}{2017/08/25}{Added subtitle}
 % \changes{v1.54}{2018/06/10}{Bug corrected (Ross Moore)}
 % \changes{v1.55}{2018/07/25}{Bug corrected}
+% \changes{v1.58}{2019/01/23}{Deleted spurious \cs{vspace} warning}
 %   Print the |bibcitation| format
 %    \begin{macrocode}
 \def\@mkbibcitation{\bgroup
+  \let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig
   \def\@pages at word{\ifnum\getrefnumber{TotPages}=1\relax page\else pages\fi}%
   \def\footnotemark{}%
   \def\\{\unskip{} \ignorespaces}%
@@ -5809,9 +5846,14 @@
 %
 % \begin{macro}{\@printendtopmatter}
 % \changes{v1.46}{2017/08/28}{Made it \cs{par}\cs{bigskip} uniformly}
+% \changes{v1.58}{2019/01/23}{Deleted spurious \cs{vspace} warning}
 %   End the top matter
 %    \begin{macrocode}
-\def\@printendtopmatter{\par\bigskip}
+\def\@printendtopmatter{\bgroup
+  \let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig
+  \par\bigskip
+  \egroup}
 %    \end{macrocode}
 %
 % \end{macro}
@@ -6787,8 +6829,12 @@
 %
 % \begin{macro}{\vspace}
 % \changes{v1.57}{2018/12/16}{Added warning}
+% \changes{v1.58}{2019/01/23}{Preserved old versions as
+% \cs{@vspace at orig} and \cs{@vspace at orig}}
 % We do not disable \cs{vspace}, but add warning to it
 %    \begin{macrocode}
+\let\@vspace at orig=\@vspace
+\let\@vspacer at orig=\@vspacer
 \apptocmd{\@vspace}{\ClassWarning{\@classname}{\string\vspace\space should
     only be used to provide space above/below surrounding
     objects}}{}{} 

Modified: trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls	2019-03-30 21:24:58 UTC (rev 50661)
+++ trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls	2019-03-30 21:25:18 UTC (rev 50662)
@@ -37,7 +37,7 @@
 %%   Right brace   \}     Tilde         \~}
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesClass{acmart}
-[2018/12/16 v1.57 Typesetting articles for the Association for
+[2019/03/29 v1.59 Typesetting articles for the Association for
 Computing Machinery]
 \def\@classname{acmart}
 \InputIfFileExists{acmart-preload-hook.tex}{%
@@ -457,6 +457,7 @@
 \let\@footnotetext at nolink\@footnotetext
 \RequirePackage[bookmarksnumbered,unicode]{hyperref}
 \pdfstringdefDisableCommands{%
+  \def\addtocounter#1#2{}%
   \def\unskip{}%
   \def\textbullet{- }%
   \def\textrightarrow{ -> }%
@@ -694,11 +695,15 @@
 \@Description at presenttrue
 \newif\if at undescribed@images
 \@undescribed at imagesfalse
-\newcommand\Description[2][]{\global\@Description at presenttrue}
+\newcommand\Description[2][]{\global\@Description at presenttrue\ignorespaces}
 \AtEndDocument{\if at undescribed@images
   \ClassWarningNoLine{\@classname}{Some images may lack descriptions}\fi}
-\AtBeginEnvironment{figure}{\@Description at presentfalse}
-\AtBeginEnvironment{figure*}{\@Description at presentfalse}
+\AtBeginEnvironment{figure}{\@Description at presentfalse
+  \let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig}
+\AtBeginEnvironment{figure*}{\@Description at presentfalse
+  \let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig}
 \AtEndEnvironment{figure}{\if at Description@present\else
   \global\@undescribed at imagestrue
   \ClassWarning{\@classname}{A possible image without description}\fi}
@@ -705,6 +710,10 @@
 \AtEndEnvironment{figure*}{\if at Description@present\else
   \global\@undescribed at imagestrue
   \ClassWarning{\@classname}{A possible image without description}\fi}
+\AtBeginEnvironment{table}{\let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig}
+\AtBeginEnvironment{table*}{\let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig}
 \RequirePackage{caption, float}
 \captionsetup[table]{position=top}
 \if at ACM@journal
@@ -740,10 +749,13 @@
 \newfloat{sidebar}{}{sbar}
 \floatname{sidebar}{Sidebar}
 \renewenvironment{sidebar}{\Collect at Body\@sidebar}{}
-\long\def\@sidebar#1{\bgroup\captionsetup{type=sidebar}%
+\long\def\@sidebar#1{\bgroup\let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig\captionsetup{type=sidebar}%
   \marginpar{\small#1}\egroup}
 \newenvironment{marginfigure}{\Collect at Body\@marginfigure}{}
 \long\def\@marginfigure#1{\bgroup
+  \let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig
   \captionsetup{type=figure}%
   \marginpar{\@Description at presentfalse\centering
     \small#1\if at Description@present\else
@@ -752,12 +764,14 @@
       \fi}%
   \egroup}
 \newenvironment{margintable}{\Collect at Body\@margintable}{}
-\long\def\@margintable#1{\bgroup\captionsetup{type=table}%
+\long\def\@margintable#1{\bgroup\let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig\captionsetup{type=table}%
   \marginpar{\centering\small#1}\egroup}
 \newdimen\fulltextwidth
 \fulltextwidth=\dimexpr(\textwidth+\marginparwidth+\marginparsep)
 \if at ACM@sigchiamode
-\def\@dblfloat{\bgroup\columnwidth=\fulltextwidth
+\def\@dblfloat{\bgroup\let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig\columnwidth=\fulltextwidth
   \let\@endfloatbox\@endwidefloatbox
   \def\@fpsadddefault{\def\@fps{tp}}%
   \@float}
@@ -843,6 +857,7 @@
   CIE,%
   CSUR,%
   DTRAP,%
+  HEALTH,%
   IMWUT,%
   JACM,%
   JDIQ,%
@@ -861,7 +876,7 @@
   TALLIP,%
   TAP,%
   TCPS,%
-  TDSCI,%
+  TDS,%
   TEAC,%
   TECS,%
   THRI,%
@@ -910,6 +925,10 @@
   \def\@journalName{Digital Threats: Research and Practice}%
   \def\@journalNameShort{Digit. Threat. Res. Pract.}%
   \def\@permissionCodeOne{2576-5337}%
+\or % HEALTH
+  \def\@journalName{ACM Transactions on Computing for Healthcare}%
+  \def\@journalNameShort{ACM Trans. Comput. Healthcare}%
+  \def\@permissionCodeOne{2637-8051}%
 \or % IMWUT
   \def\@journalName{Proceedings of the ACM on Interactive, Mobile,
     Wearable and Ubiquitous Technologies}%
@@ -987,7 +1006,7 @@
   \def\@journalName{ACM Transactions on Applied Perception}%
 \or % TCPS
   \def\@journalName{ACM Transactions on Cyber-Physical Systems}%
-\or % TDSCI
+\or % TDS
   \def\@journalName{ACM Transactions on Data Science}%
   \def\@journalNameShort{ACM Trans. Data Sci.}%
   \def\@permissionCodeOne{2577-3224}%
@@ -1645,6 +1664,8 @@
     \ifnum\num at authorgroups=0\author{}\fi
   \fi
   \begingroup
+  \let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig
   \let\@footnotemark\@footnotemark at nolink
   \let\@footnotetext\@footnotetext at nolink
   \renewcommand\thefootnote{\@fnsymbol\c at footnote}%
@@ -1729,7 +1750,7 @@
   \setcounter{footnote}{0}%
   \@mkabstract
   \if at ACM@printccs
-    \ifx\@concepts\@empty\else\bgroup
+  \ifx\@concepts\@empty\else\bgroup
       {\@specialsection{CCS Concepts}%
          \@concepts\par}\egroup
      \fi
@@ -1785,7 +1806,7 @@
     \section*{#1}%
   \or % sigchi-a
     \section*{#1}%
-  \fi}
+    \fi}
 \def\@printtopmatter{%
   \ifx\@startPage\@empty
      \gdef\@startPage{1}%
@@ -2218,6 +2239,8 @@
    \ignorespaces\@abstract\par}%
   \fi\egroup}
 \def\@mkbibcitation{\bgroup
+  \let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig
   \def\@pages at word{\ifnum\getrefnumber{TotPages}=1\relax page\else pages\fi}%
   \def\footnotemark{}%
   \def\\{\unskip{} \ignorespaces}%
@@ -2250,7 +2273,11 @@
   \fi
   \ifx\@acmDOI\@empty\else\@formatdoi{\@acmDOI}\fi
 \par\egroup}
-\def\@printendtopmatter{\par\bigskip}
+\def\@printendtopmatter{\bgroup
+  \let\@vspace\@vspace at orig
+  \let\@vspacer\@vspacer at orig
+  \par\bigskip
+  \egroup}
 \def\@setthanks{\long\def\thanks##1{\par##1\@addpunct.}\thankses}
 \def\@setauthorsaddresses{\@authorsaddresses\unskip\@addpunct.}
 \RequirePackage{fancyhdr}
@@ -2756,6 +2783,8 @@
   \ifx\@tempa\@tempb
      arXiv:\href{http://arxiv.org/abs/#2}{#2}\else arXiv:#2%
   \fi}
+\let\@vspace at orig=\@vspace
+\let\@vspacer at orig=\@vspacer
 \apptocmd{\@vspace}{\ClassWarning{\@classname}{\string\vspace\space should
     only be used to provide space above/below surrounding
     objects}}{}{}



More information about the tex-live-commits mailing list