From 61fbab0a750d1a8e32eacd11f3421b7c84820fe7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 2 Sep 2017 21:44:13 +0000 Subject: acmart (2sep17) git-svn-id: svn://tug.org/texlive/trunk@45200 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/acmart/Makefile | 2 +- Master/texmf-dist/doc/latex/acmart/README | 2 ++ Master/texmf-dist/doc/latex/acmart/acmart.pdf | Bin 790647 -> 769674 bytes Master/texmf-dist/doc/latex/acmart/acmguide.pdf | Bin 448903 -> 448923 bytes .../doc/latex/acmart/sample-acmlarge.pdf | Bin 632212 -> 632212 bytes .../doc/latex/acmart/sample-acmsmall.pdf | Bin 634672 -> 634672 bytes .../texmf-dist/doc/latex/acmart/sample-acmtog.pdf | Bin 597496 -> 597496 bytes .../doc/latex/acmart/sample-manuscript.pdf | Bin 635260 -> 635260 bytes .../doc/latex/acmart/sample-sigchi-a.pdf | Bin 1281659 -> 1281647 bytes .../texmf-dist/doc/latex/acmart/sample-sigchi.pdf | Bin 1103624 -> 1103624 bytes .../latex/acmart/sample-sigconf-authordraft.pdf | Bin 650014 -> 650011 bytes .../texmf-dist/doc/latex/acmart/sample-sigconf.pdf | Bin 645647 -> 645647 bytes .../texmf-dist/doc/latex/acmart/sample-sigplan.pdf | Bin 985630 -> 985630 bytes 13 files changed, 3 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/doc/latex/acmart') diff --git a/Master/texmf-dist/doc/latex/acmart/Makefile b/Master/texmf-dist/doc/latex/acmart/Makefile index 38b6558057d..a01dd6c0892 100644 --- a/Master/texmf-dist/doc/latex/acmart/Makefile +++ b/Master/texmf-dist/doc/latex/acmart/Makefile @@ -82,7 +82,7 @@ distclean: clean # Archive for the distribution. Includes typeset documentation # archive: all clean - tar -C .. -czvf ../$(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude '*.zip' --exclude CVS --exclude '.git*' $(PACKAGE); mv ../$(PACKAGE).tgz . + 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/*' diff --git a/Master/texmf-dist/doc/latex/acmart/README b/Master/texmf-dist/doc/latex/acmart/README index f14bb96f406..eef4ca49bf6 100644 --- a/Master/texmf-dist/doc/latex/acmart/README +++ b/Master/texmf-dist/doc/latex/acmart/README @@ -153,3 +153,5 @@ Version 1.46 Bug fixes for bibliography: label width is now calculated Deleted the rule at the end of frontmatter for all formats. Deleted new line before doi in the reference format. Reintegrated theorem code into acmart.dtx (Matthew Fluet) + +Version 1.47 New journal: THRI diff --git a/Master/texmf-dist/doc/latex/acmart/acmart.pdf b/Master/texmf-dist/doc/latex/acmart/acmart.pdf index ceb7be7cfeb..1cb0f274d81 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/acmart.pdf and b/Master/texmf-dist/doc/latex/acmart/acmart.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/acmguide.pdf b/Master/texmf-dist/doc/latex/acmart/acmguide.pdf index 96ab20b7568..86644d3e654 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/acmguide.pdf and b/Master/texmf-dist/doc/latex/acmart/acmguide.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf index 0ee10592297..19214445885 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf index 4ad40718094..26eda485216 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf index f29f3ad6884..432484904d4 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf index d4247fa9aee..1b0f5bfe9ab 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf index ee0dc468f05..ffa29179210 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf index ad4b738e53c..5bf84ea928c 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigconf-authordraft.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigconf-authordraft.pdf index 61ff258daed..93f7ef3e439 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-sigconf-authordraft.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-sigconf-authordraft.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf index e8ba19396d5..87e32c69a89 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf index 187623a03b4..bbeba9b99c1 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf differ -- cgit v1.2.3