summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/acmart
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-15 22:09:32 +0000
committerKarl Berry <karl@freefriends.org>2017-02-15 22:09:32 +0000
commite546ad01a2bf102f02e32ad5117a44644a3aea8b (patch)
tree3fbff65d907a5fd90038a7dd84c353f10746d457 /Master/texmf-dist/doc/latex/acmart
parente213d403148adf7d265cf0c8bc1ddf0e8acd8a87 (diff)
acmart (15feb17)
git-svn-id: svn://tug.org/texlive/trunk@43232 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/acmart')
-rw-r--r--Master/texmf-dist/doc/latex/acmart/Makefile11
-rw-r--r--Master/texmf-dist/doc/latex/acmart/README10
-rw-r--r--Master/texmf-dist/doc/latex/acmart/acmart.pdfbin683075 -> 686848 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/acmguide.pdfbin0 -> 416542 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/flies-eps-converted-to.pdfbin9666 -> 9687 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/rosette-eps-converted-to.pdf42
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdfbin611863 -> 611015 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdfbin627365 -> 626710 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdfbin586648 -> 585847 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-bibliography.bib5
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdfbin656956 -> 665170 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-manuscript.tex2
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdfbin1299341 -> 1292711 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdfbin1071059 -> 1077266 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdfbin610128 -> 608969 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-sigconf.tex2
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdfbin1042965 -> 1041850 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdfbin970129 -> 978359 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex8
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samplebody-journals.tex3
20 files changed, 50 insertions, 33 deletions
diff --git a/Master/texmf-dist/doc/latex/acmart/Makefile b/Master/texmf-dist/doc/latex/acmart/Makefile
index 390cd4b01ad..efddea4fa02 100644
--- a/Master/texmf-dist/doc/latex/acmart/Makefile
+++ b/Master/texmf-dist/doc/latex/acmart/Makefile
@@ -20,7 +20,7 @@ SAMPLES = \
sample-sigchi-a.tex
-PDF = $(PACKAGE).pdf ${SAMPLES:%.tex=%.pdf}
+PDF = $(PACKAGE).pdf ${SAMPLES:%.tex=%.pdf} acmguide.pdf
all: ${PDF}
@@ -36,6 +36,13 @@ all: ${PDF}
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 $<
@@ -75,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)
+ 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 131658a5951..ffa26c1bab4 100644
--- a/Master/texmf-dist/doc/latex/acmart/README
+++ b/Master/texmf-dist/doc/latex/acmart/README
@@ -57,4 +57,12 @@ version 1.27 Bug fixes
version 1.28 Bug fixes: natbib=false now behaves correctly.
-
+version 1.29 Documentation changes. Head height increased from 12pt to 13pt.
+ Removed spurious indent at start of abstract.
+ Improved kerning in CCS description list.
+
+version 1.30 Bibtex style now recognizes https:// in doi.
+ Added \frenchspacing.
+ \department now has an optional hierarchy level.
+ Switched to T1 encoding
+ Updated IMWUT and PACMPL \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/acmart/acmart.pdf b/Master/texmf-dist/doc/latex/acmart/acmart.pdf
index a0539d49fb9..b3276c1ad22 100644
--- a/Master/texmf-dist/doc/latex/acmart/acmart.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/acmart.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/acmguide.pdf b/Master/texmf-dist/doc/latex/acmart/acmguide.pdf
new file mode 100644
index 00000000000..8ca535318dd
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/acmart/acmguide.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/flies-eps-converted-to.pdf b/Master/texmf-dist/doc/latex/acmart/flies-eps-converted-to.pdf
index dab14238d1d..845317703ca 100644
--- a/Master/texmf-dist/doc/latex/acmart/flies-eps-converted-to.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/flies-eps-converted-to.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/rosette-eps-converted-to.pdf b/Master/texmf-dist/doc/latex/acmart/rosette-eps-converted-to.pdf
index 9e49eb1fb4a..37ba807bad0 100644
--- a/Master/texmf-dist/doc/latex/acmart/rosette-eps-converted-to.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/rosette-eps-converted-to.pdf
@@ -5,10 +5,10 @@
stream
xV;0 y
@Nr~  m -<,7+4b"Eb."Scz!'YC!" YM-p*=vۀVρv
-{R!@yqafz&} !3H[&F{OGGoTKZNǠĄ RïKmn B)\ ǀ|xcATN)I%:Wd8EUVBfkȘPtb86ȴ fuvUąahJhVɈC9`kVr @tZ22Ŵe/VбR ME&ddĊ1() .:h2yqQn=r&NqirٙuDN;&~==54*"xˉ:)r X,xdZN8v+@W7> @tZQ=Xf̹]V8-LƖ[^b#fuzvXi^60}Άi}0?& D"\pCendstream
+{R!@yqafz&} !3H[&F{OGGoTKZNǠĄ RïKmn B)\ ǀ|xcATN)I%:Wd8EUVBfkȘPtb86ȴ fuvUąahJhVɈC9`kVr @tZ22Ŵe/VбR ME&ddĊ1() .:h2yqQn=r&NqirٙuDN;&~==54*"xˉ:)r X,xdZN8v+@W7> @tZQ=Xf̹]V8-LƖ[^b#fuzvXi^60}Άi}0?& l\ptc-endstream
endobj
6 0 obj
-604
+602
endobj
4 0 obj
<</Type/Page/MediaBox [0 0 363.23 363.23]
@@ -39,17 +39,17 @@ endobj
endobj
9 0 obj
<</Type/Metadata
-/Subtype/XML/Length 1319>>stream
+/Subtype/XML/Length 1344>>stream
<?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?>
<?adobe-xap-filters esc="CRLF"?>
<x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='XMP toolkit 2.9.1-13, framework 1.6'>
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:iX='http://ns.adobe.com/iX/1.0/'>
-<rdf:Description rdf:about='499bcac7-44be-11f1-0000-e57098484f26' xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.02'/>
-<rdf:Description rdf:about='499bcac7-44be-11f1-0000-e57098484f26' xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2016-04-27T13:59:08-04:00</xmp:ModifyDate>
-<xmp:CreateDate>2016-04-27T13:59:08-04:00</xmp:CreateDate>
+<rdf:Description rdf:about='uuid:2f090061-2bbc-11f2-0000-86f9fcf23768' xmlns:pdf='http://ns.adobe.com/pdf/1.3/' pdf:Producer='GPL Ghostscript 9.06'/>
+<rdf:Description rdf:about='uuid:2f090061-2bbc-11f2-0000-86f9fcf23768' xmlns:xmp='http://ns.adobe.com/xap/1.0/'><xmp:ModifyDate>2017-02-15T11:56:03-05:00</xmp:ModifyDate>
+<xmp:CreateDate>2017-02-15T11:56:03-05:00</xmp:CreateDate>
<xmp:CreatorTool>UnknownApplication</xmp:CreatorTool></rdf:Description>
-<rdf:Description rdf:about='499bcac7-44be-11f1-0000-e57098484f26' xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='499bcac7-44be-11f1-0000-e57098484f26'/>
-<rdf:Description rdf:about='499bcac7-44be-11f1-0000-e57098484f26' xmlns:dc='http://purl.org/dc/elements/1.1/' dc:format='application/pdf'><dc:title><rdf:Alt><rdf:li xml:lang='x-default'>Untitled</rdf:li></rdf:Alt></dc:title></rdf:Description>
+<rdf:Description rdf:about='uuid:2f090061-2bbc-11f2-0000-86f9fcf23768' xmlns:xapMM='http://ns.adobe.com/xap/1.0/mm/' xapMM:DocumentID='uuid:2f090061-2bbc-11f2-0000-86f9fcf23768'/>
+<rdf:Description rdf:about='uuid:2f090061-2bbc-11f2-0000-86f9fcf23768' xmlns:dc='http://purl.org/dc/elements/1.1/' dc:format='application/pdf'><dc:title><rdf:Alt><rdf:li xml:lang='x-default'>Untitled</rdf:li></rdf:Alt></dc:title></rdf:Description>
</rdf:RDF>
</x:xmpmeta>
@@ -58,25 +58,25 @@ endobj
endstream
endobj
2 0 obj
-<</Producer(GPL Ghostscript 9.02)
-/CreationDate(D:20160427135908-04'00')
-/ModDate(D:20160427135908-04'00')>>endobj
+<</Producer(GPL Ghostscript 9.06)
+/CreationDate(D:20170215115603-05'00')
+/ModDate(D:20170215115603-05'00')>>endobj
xref
0 10
0000000000 65535 f
-0000000904 00000 n
-0000002433 00000 n
-0000000845 00000 n
-0000000708 00000 n
+0000000902 00000 n
+0000002456 00000 n
+0000000843 00000 n
+0000000706 00000 n
0000000015 00000 n
-0000000689 00000 n
-0000000968 00000 n
-0000001009 00000 n
-0000001038 00000 n
+0000000687 00000 n
+0000000966 00000 n
+0000001007 00000 n
+0000001036 00000 n
trailer
<< /Size 10 /Root 1 0 R /Info 2 0 R
-/ID [<27FFEE371E447DBF31C0814450606A79><27FFEE371E447DBF31C0814450606A79>]
+/ID [<F5E8B74C7F21ED93CDBD745D9CB62708><F5E8B74C7F21ED93CDBD745D9CB62708>]
>>
startxref
-2556
+2579
%%EOF
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf
index ff1167ac66a..ddcd384ca0e 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf
index 85eb69712f4..68a5fbe8265 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf
index 705f73b7383..2569d0163a5 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-bibliography.bib b/Master/texmf-dist/doc/latex/acmart/sample-bibliography.bib
index a7716388a7b..7bc39956732 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-bibliography.bib
+++ b/Master/texmf-dist/doc/latex/acmart/sample-bibliography.bib
@@ -905,13 +905,12 @@ year = {2003},
series = {ICWS '04},
year = {2004},
isbn = {0-7695-2167-3},
- pages = {.21--},
+ pages = {21--22},
url = {http://dx.doi.org/10.1109/ICWS.2004.64},
doi = {http://dx.doi.org/10.1109/ICWS.2004.64},
acmid = {1010128},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
-key = {{$\!\!$}} ,
}
% div book
@@ -1179,7 +1178,7 @@ key = {{$\!\!$}} ,
pages = {1714--1747},
numpages = {34},
url = {http://dx.doi.org/10.1137/080734467},
- doi = {http://dx.doi.org/10.1137/080734467},
+ doi = {https://doi.org/10.1137/080734467},
acmid = {1958018},
publisher = {Society for Industrial and Applied Mathematics},
address = {Philadelphia, PA, USA},
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf
index 344f34cfa4d..9462244f65a 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.tex b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.tex
index b3862ee502c..68a0502e3dd 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.tex
+++ b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.tex
@@ -108,7 +108,7 @@ parallel transmissions among neighboring nodes. When multiple physical
frequencies are available, it also achieves increased energy
efficiency, demonstrating the ability to work against radio
interference and the tolerance to a wide range of measured time
-synchronization errors\footnote{This is an abstract footnote}.
+synchronization errors.\footnote{This is an abstract footnote}
\end{abstract}
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 809759e6ae1..dae67f5fa95 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf
index 918ef026be1..74f2caa6e10 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf
index 6f3b794604b..e5638697e06 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigconf.tex b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.tex
index 887f22e0a5f..c37fedd635f 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-sigconf.tex
+++ b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.tex
@@ -109,7 +109,7 @@
\begin{abstract}
This paper provides a sample of a \LaTeX\ document which conforms,
somewhat loosely, to the formatting guidelines for
-ACM SIG Proceedings\footnote{This is an abstract footnote}.
+ACM SIG Proceedings.\footnote{This is an abstract footnote}
\end{abstract}
%
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf b/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf
index 55ee004a833..c9940c09abd 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf
index 1042a346728..caa71c8b0a2 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex b/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex
index 2e33a5fdb1c..732f0610a22 100644
--- a/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex
+++ b/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex
@@ -1,7 +1,7 @@
\section{Introduction}
-The \textit{proceedings} are the records of a conference\footnote{This
- is a footnote}. ACM seeks
+The \textit{proceedings} are the records of a conference.\footnote{This
+ is a footnote} ACM seeks
to give these conference by-products a uniform, high-quality
appearance. To do this, ACM has some rigid requirements for the
format of the proceedings documents: there is a specified format
@@ -38,9 +38,9 @@ computer code) with \texttt{{\char'134}texttt}. But remember, you do
not have to indicate typestyle changes when such changes are part of
the \textit{structural} elements of your article; for instance, the
heading of this subsection will be in a sans serif\footnote{Another
- footnote, here. Let's make this a rather short one to see how it
+ footnote here. Let's make this a rather long one to see how it
looks.} typeface, but that is handled by the document class file.
-Take care with the use of\footnote{A third, and last, footnote.} the
+Take care with the use of\footnote{Another footnote.} the
curly braces in typeface changes; they mark the beginning and end of
the text that is to be in the different typeface.
diff --git a/Master/texmf-dist/doc/latex/acmart/samplebody-journals.tex b/Master/texmf-dist/doc/latex/acmart/samplebody-journals.tex
index f53700f3082..57c6a29ba2c 100644
--- a/Master/texmf-dist/doc/latex/acmart/samplebody-journals.tex
+++ b/Master/texmf-dist/doc/latex/acmart/samplebody-journals.tex
@@ -306,6 +306,9 @@ work accepted for publication \cite{rous08}, 'YYYYb'-test for prolific author
Boris / Barbara Beeton: multi-volume works as books
\cite{MR781536} and \cite{MR781537}.
+A couple of citations with DOIs: \cite{2004:ITE:1009386.1010128,
+ Kirschmer:2010:AEI:1958016.1958018}.
+
% Appendix
\appendix
\section{Switching times}