summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/acmart
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-07-14 21:38:03 +0000
committerKarl Berry <karl@freefriends.org>2016-07-14 21:38:03 +0000
commit3502b6b709295037d367cdd7ccd0795f027d095f (patch)
tree378cd0cb3210b1605119b372e5fdb0fd61a757dc /Master/texmf-dist/doc/latex/acmart
parent143b84ee95f867427cf0e0d1895a194c9e7f6f35 (diff)
acmart (14jul16)
git-svn-id: svn://tug.org/texlive/trunk@41692 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/acmart')
-rw-r--r--Master/texmf-dist/doc/latex/acmart/Makefile2
-rw-r--r--Master/texmf-dist/doc/latex/acmart/README20
-rw-r--r--Master/texmf-dist/doc/latex/acmart/acmart.pdfbin661277 -> 665566 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdfbin634017 -> 619659 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-acmlarge.tex44
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdfbin628211 -> 626489 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-acmsmall.tex42
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdfbin587937 -> 585722 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-acmtog.tex49
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdfbin650179 -> 653145 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-manuscript.tex56
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdfbin1284438 -> 1284666 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.tex60
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdfbin1054259 -> 1060721 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-sigchi.tex61
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdfbin592955 -> 599494 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-sigconf.tex62
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdfbin1028388 -> 1031921 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-siggraph.tex65
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdfbin956625 -> 960121 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-sigplan.tex62
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex32
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samplebody-journals.tex17
23 files changed, 408 insertions, 164 deletions
diff --git a/Master/texmf-dist/doc/latex/acmart/Makefile b/Master/texmf-dist/doc/latex/acmart/Makefile
index a73c07e30e6..b90e372243b 100644
--- a/Master/texmf-dist/doc/latex/acmart/Makefile
+++ b/Master/texmf-dist/doc/latex/acmart/Makefile
@@ -77,4 +77,4 @@ archive: all clean
tar -C .. -czvf $(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude '*.zip' --exclude CVS --exclude '.git*' $(PACKAGE)
zip: all clean
- zip -r $(PACKAGE).zip * -x '*~' -x '*.tgz' -x '*.zip' -x CVS -x 'CVS/*' \ No newline at end of file
+ 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 a65719bb698..a912373c93a 100644
--- a/Master/texmf-dist/doc/latex/acmart/README
+++ b/Master/texmf-dist/doc/latex/acmart/README
@@ -16,3 +16,23 @@ version 1.12 Bug fixes and documentation updates.
Footnotes rearranged.
Option natbib is now mostly superfluous: the class
makes a guess based on the format chosen.
+
+version 1.13 Formatting changes: headers, folios etc.
+ Bibliography changes.
+
+version 1.14 Warn about undefined citation styles; move definitions
+ of acmauthoryear and acmnumeric citation styles before
+ use.
+
+version 1.15 New structured affiliation command.
+ New commands for acknowledgements.
+
+version 1.16 Formatting changes for headers and footers.
+
+version 1.17 Formatting changes for margins and lists. Bug fixes.
+
+version 1.18 Natbib is now the default for all versions. A unified bib
+ file is used for all styles. Better treatment
+ of multiple affiliations.
+
+
diff --git a/Master/texmf-dist/doc/latex/acmart/acmart.pdf b/Master/texmf-dist/doc/latex/acmart/acmart.pdf
index 0b1d4977be8..ac7ffe99f62 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/sample-acmlarge.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf
index 48782993fed..2251f7f8080 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-acmlarge.tex b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.tex
index 103f92ac200..075314776c8 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.tex
+++ b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.tex
@@ -48,21 +48,44 @@
\title{A Multifrequency MAC Specially Designed for Wireless Sensor
Network Applications}
\author{Gang Zhou}
-\email{zhou@uva.edu}
+\orcid{1234-5678-9012-3456}
+\affiliation{%
+ \institution{College of William and Mary}
+ \streetaddress{104 Jamestown Rd}
+ \city{Williamsburg}
+ \state{VA}
+ \postcode{23185}
+ \country{USA}}
\author{Yafeng Wu}
-\email{ywu@uva.edu}
-\affiliation{University of Virginia}
+\affiliation{%
+ \institution{University of Virginia}
+ \department{School of Engineering}
+ \city{Charlottesville}
+ \state{VA}
+ \postcode{22903}
+ \country{USA}
+}
\author{Ting Yan}
-\affiliation{Eaton Innovation Center}
+\affiliation{%
+ \institution{Eaton Innovation Center}
+ \city{Prague}
+ \country{Czech Republic}}
\author{Tian He}
-\affiliation{University of Minnesota}
+\affiliation{%
+ \institution{University of Minnesota}
+ \country{USA}}
\author{Chengdu Huang}
-\affiliation{Google}
\author{John A. Stankovic}
-\affiliation{University of Virginia}
\author{Tarek F. Abdelzaher}
-\affiliation{University of Illinois at Urbana-Champaign}
-\affiliation{University of Virginia}
+\affiliation{%
+ \institution{University of Virginia}
+ \department{School of Engineering}
+ \city{Charlottesville}
+ \state{VA}
+ \postcode{22903}
+ \country{USA}
+}
+
\begin{abstract}
Multifrequency media access control has been well understood in
@@ -145,6 +168,9 @@ multi-channel, radio interference, time synchronization}
\maketitle
+% The default list of authors is too long for headers}
+\renewcommand{\shortauthors}{G. Zhou et. al.}
+
\input{samplebody-journals}
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf
index 7f9a52774a1..2eab3c0f65f 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-acmsmall.tex b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.tex
index 4ecfded2f15..630fd9c4779 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.tex
+++ b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.tex
@@ -45,17 +45,43 @@
\title[A Multifrequency MAC for Wireless Sensor]{A Multifrequency MAC
Specially Designed for Wireless Sensor Network Applications}
\author{Gang Zhou}
-\affiliation{College of William and Mary}
+\orcid{1234-5678-9012-3456}
+\affiliation{%
+ \institution{College of William and Mary}
+ \streetaddress{104 Jamestown Rd}
+ \city{Williamsburg}
+ \state{VA}
+ \postcode{23185}
+ \country{USA}}
\author{Yafeng Wu}
-\affiliation{University of Virginia}
+\affiliation{%
+ \institution{University of Virginia}
+ \department{School of Engineering}
+ \city{Charlottesville}
+ \state{VA}
+ \postcode{22903}
+ \country{USA}
+}
\author{Ting Yan}
-\affiliation{Eaton Innovation Center}
+\affiliation{%
+ \institution{Eaton Innovation Center}
+ \city{Prague}
+ \country{Czech Republic}}
\author{Tian He}
-\affiliation{University of Minnesota}
+\affiliation{%
+ \institution{University of Minnesota}
+ \country{USA}}
\author{Chengdu Huang}
\author{John A. Stankovic}
\author{Tarek F. Abdelzaher}
-\affiliation{University of Virginia}
+\affiliation{%
+ \institution{University of Virginia}
+ \department{School of Engineering}
+ \city{Charlottesville}
+ \state{VA}
+ \postcode{22903}
+ \country{USA}
+}
\begin{abstract}
Multifrequency media access control has been well understood in
@@ -71,11 +97,7 @@ this article, we propose MMSN, which takes advantage of
multifrequency availability while, at the same time, takes into
consideration the restrictions of wireless sensor networks. Through
extensive experiments, MMSN exhibits the prominent ability to utilize
-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.
+parallel transmissions among neighboring nodes.
\end{abstract}
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf
index c503998d199..696211eded7 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-acmtog.tex b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.tex
index 6381b904f0e..ebe66c1f5a1 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-acmtog.tex
+++ b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.tex
@@ -44,20 +44,53 @@
\title{A Multifrequency MAC Specially Designed for Wireless Sensor
Network Applications}
\author{Gang Zhou}
-\email{zhou@uva.edu}
+\orcid{1234-5678-9012-3456}
+\affiliation{%
+ \institution{College of William and Mary}
+ \streetaddress{104 Jamestown Rd}
+ \city{Williamsburg}
+ \state{VA}
+ \postcode{23185}
+ \country{USA}}
\author{Yafeng Wu}
-\email{ywu@uva.edu}
-\affiliation{University of Virginia}
+\affiliation{%
+ \institution{University of Virginia}
+ \department{School of Engineering}
+ \city{Charlottesville}
+ \state{VA}
+ \postcode{22903}
+ \country{USA}
+}
\author{Ting Yan}
-\affiliation{Eaton Innovation Center}
+\affiliation{%
+ \institution{Eaton Innovation Center}
+ \city{Prague}
+ \country{Czech Republic}}
\author{Tian He}
-\affiliation{University of Minnesota}
+\affiliation{%
+ \institution{University of Virginia}
+ \department{School of Engineering}
+ \city{Charlottesville}
+ \state{VA}
+ \postcode{22903}
+ \country{USA}
+}
+\affiliation{%
+ \institution{University of Minnesota}
+ \country{USA}}
\author{Chengdu Huang}
-\affiliation{Google}
\author{John A. Stankovic}
-\affiliation{University of Virginia}
\author{Tarek F. Abdelzaher}
-\affiliation{University of Illinois at Urbana-Champaign}
+\affiliation{%
+ \institution{University of Virginia}
+ \department{School of Engineering}
+ \city{Charlottesville}
+ \state{VA}
+ \postcode{22903}
+ \country{USA}
+}
+
+\renewcommand\shortauthors{Zhou, G. et al}
\begin{abstract}
Multifrequency media access control has been well understood in
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf
index b2aacebaa25..adc6d8eb2a8 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 d60b1e8fcd1..7a7ca096cc1 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.tex
+++ b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.tex
@@ -35,25 +35,59 @@
\title{A Multifrequency MAC Specially Designed for Wireless Sensor
Network Applications}
\titlenote{This is a titlenote}
-% \subtitle{This is a subtitle}
-% \subtitlenote{Subtitle note}
+ \subtitle{This is a subtitle}
+ \subtitlenote{Subtitle note}
\author{Gang Zhou}
-% \authornote{The corresponding author}
+\authornote{The corresponding author}
+\orcid{1234-5678-9012-3456}
\email{zhou@uva.edu}
\author{Yafeng Wu}
\email{ywu@uva.edu}
-\affiliation{University of Virginia}
+\author{John A. Stankovic}
+\affiliation{%
+ \institution{University of Virginia}
+ \department{School of Engineering}
+ \city{Charlottesville}
+ \state{VA}
+ \postcode{22903}
+ \country{USA}
+}
\author{Ting Yan}
-\affiliation{Eaton Innovation Center}
+\affiliation{%
+ \institution{Eaton Innovation Center}
+ \city{Prague}
+ \country{Czech Republic}}
\author{Tian He}
-\affiliation{University of Minnesota}
+\affiliation{%
+ \institution{University of Minnesota}
+ \country{USA}}
\author{Chengdu Huang}
-\affiliation{Google}
-\author{John A. Stankovic}
-\affiliation{University of Virginia}
+\affiliation{%
+ \institution{Google}
+ \country{USA}}
+\affiliation{%
+ \institution{University of Virginia}
+ \department{School of Engineering}
+ \city{Charlottesville}
+ \state{VA}
+ \postcode{22903}
+ \country{USA}
+}
\author{Tarek F. Abdelzaher}
-\affiliation{University of Illinois at Urbana-Champaign}
-\affiliation{University of Virginia}
+\affiliation{%
+ \institution{University of Illinois at Urbana-Champaign}
+ \country{USA}}
+\affiliation{%
+ \institution{University of Virginia}
+ \department{School of Engineering}
+ \city{Charlottesville}
+ \state{VA}
+ \postcode{22903}
+ \country{USA}
+}
+\affiliation{%
+ \institution{Google}
+ \country{USA}}
\begin{abstract}
Multifrequency media access control has been well understood in
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 b7d9b4d04b6..b5a4d52f9eb 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-a.tex b/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.tex
index 2eb984029c1..c1d3fbd7982 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.tex
+++ b/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.tex
@@ -34,38 +34,51 @@
\title{SIGCHI Extended Abstracts Sample File}
\author{First Author}
-\affiliation{University of Author\\
- Authortown, CA 94022, USA}
+\affiliation{%
+ \institution{University of Author}
+ \city{Authortown}
+ \state{CA}
+ \postcode{94022}
+ \country{USA} }
\email{author1@anotherco.edu}
\author{Second Author}
-\affiliation{VP, Authoring\\
- Authorship Holdings, Ltd.\\
- Awdur SA22 8PP, UK}
+\affiliation{%
+ \position{VP, Authoring}
+ \institution{Authorship Holdings, Ltd.}
+ \city{Awdur}
+ \postcode{SA22 8PP}
+ \country{UK}}
\email{author2@author.ac.uk}
\author{Third Author \\
Fourth Author}
-\affiliation{L\={e}khaka Labs\\
- Bengaluru 560 080, India}
+\affiliation{%
+ \institution{L\={e}khaka Labs}
+ \city{Bengaluru} \postcode{560 080} \country{India}}
\email{author3@another.com}
\email{author4@another.com}
\author{Fifth Author}
-\affiliation{YetAuthorCo, Inc.\\
- Authortown, BC V6M 22P Canada}
+\affiliation{\institution{YetAuthorCo, Inc.}
+ \city{Authortown} \state{BC}
+ \postcode{V6M 22P} \country{Canada}}
\email{author5@anotherco.com}
\author{Sixth Author}
-\affiliation{Universit\'e de Auteur-Sud\\
- 40222 Auteur France}
+\affiliation{\institution{Universit\'e de Auteur-Sud}
+ \city{Auteur} \postcode{40222} \country{France}}
\email{author6@author.fr}
\author{Seventh Author}
-\affiliation{University of Umbhali\\
- Pretoria, South Africa}
+\affiliation{\institution{University of Umbhali}
+ \city{Pretoria} \country{South Africa}}
\email{author7@umbhaliu.ac.za}
+% The default list of authors is too long for headers}
+\renewcommand{\shortauthors}{F. Author et. al.}
+
+
%
% The code below should be generated by the tool at
% http://dl.acm.org/ccs.cfm
@@ -366,15 +379,16 @@ widely available at no cost. Note that most reviewers will use a North
American/European version of Acrobat reader, so please check your PDF
accordingly.
-\section{Acknowledgements}
-
-We thank all the volunteers, publications support, staff, and authors
-who wrote and provided helpful comments on previous versions of this
-document. As well authors 1, 2, and 3 gratefully acknowledge the grant
-from NSF (\#1234--2222--ABC). Author 4 for example may want to
-acknowledge a supervisor/manager from their original employer. This
-whole paragraph is just for example. Some of the references cited in
-this paper are included for illustrative purposes only.
+\begin{acks}
+ We thank all the volunteers, publications support, staff, and
+ authors who wrote and provided helpful comments on previous versions
+ of this document. As well authors 1, 2, and 3 gratefully acknowledge
+ the grant from \grantsponsor{001}{NSF}{}
+ (\#\grantnum{001}{1234-2222-ABC}). Author 4 for example may want to
+ acknowledge a supervisor/manager from their original employer. This
+ whole paragraph is just for example. Some of the references cited in
+ this paper are included for illustrative purposes only.
+\end{acks}
\section{References Format}
@@ -421,6 +435,6 @@ black.
\bibliography{sigchi-a}
-\bibliographystyle{SIGCHI-Reference-Format}
+\bibliographystyle{ACM-Reference-Format}
\end{document}
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf
index 8855872c461..8451289eeae 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-sigchi.tex b/Master/texmf-dist/doc/latex/acmart/sample-sigchi.tex
index ee44e606e10..54dab36b39b 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-sigchi.tex
+++ b/Master/texmf-dist/doc/latex/acmart/sample-sigchi.tex
@@ -39,51 +39,72 @@
\author{Ben Trovato}
\authornote{Dr.~Trovato insisted his name be first.}
-\affiliation{Institute for Clarity in Documentation\\
- P.O. Box 1212\\
- Dublin, Ohio 43017-6221}
+\orcid{1234-5678-9012}
+\affiliation{%
+ \institution{Institute for Clarity in Documentation}
+ \streetaddress{P.O. Box 1212}
+ \city{Dublin}
+ \state{Ohio}
+ \postcode{43017-6221}
+}
\email{trovato@corporation.com}
\author{G.K.M. Tobin}
\authornote{The secretary disavows any knowledge of this author's actions.}
-\affiliation{Institute for Clarity in Documentation\\
- P.O. Box 1212\\
- Dublin, Ohio 43017-6221}
+\affiliation{%
+ \institution{Institute for Clarity in Documentation}
+ \streetaddress{P.O. Box 1212}
+ \city{Dublin}
+ \state{Ohio}
+ \postcode{43017-6221}
+}
\email{webmaster@marysville-ohio.com}
\author{Lars Th{\o}rv{\"a}ld}
\authornote{This author is the
one who did all the really hard work.}
-\affiliation{The Th{\o}rv{\"a}ld Group\\
- 1 Th{\o}rv{\"a}ld Circle\\
- Hekla, Iceland}
+\affiliation{%
+ \institution{The Th{\o}rv{\"a}ld Group}
+ \streetaddress{1 Th{\o}rv{\"a}ld Circle}
+ \city{Hekla}
+ \country{Iceland}}
\email{larst@affiliation.org}
\author{Lawrence P. Leipuner}
-\affiliation{Brookhaven Laboratories\\
- P.O. Box 5000}
+\affiliation{
+ \institution{Brookhaven Laboratories}
+ \streetaddress{P.O. Box 5000}}
\email{lleipuner@researchlabs.org}
\author{Sean Fogarty}
-\affiliation{NASA Ames Research Center\\
- Moffett Field\\
- California 94035}
+\affiliation{%
+ \institution{NASA Ames Research Center}
+ \city{Moffett Field}
+ \state{California}
+ \postcode{94035}}
\email{fogartys@amesres.org}
\author{Charles Palmer}
-\affiliation{Palmer Research Laboratories\\
- 8600 Datapoint Drive\\
- San Antonio, Texas 78229}
+\affiliation{%
+ \institution{Palmer Research Laboratories}
+ \streetaddress{8600 Datapoint Drive}
+ \city{San Antonio}
+ \state{Texas}
+ \postcode{78229}}
\email{cpalmer@prl.com}
\author{John Smith}
-\affiliation{The Th{\o}rv{\"a}ld Group}
+\affiliation{\institution{The Th{\o}rv{\"a}ld Group}}
\email{jsmith@affiliation.org}
\author{Julius P.~Kumquat}
-\affiliation{The Kumquat Consortium}
+\affiliation{\institution{The Kumquat Consortium}}
\email{jpkumquat@consortium.net}
+% The default list of authors is too long for headers}
+\renewcommand{\shortauthors}{B. Trovato et. al.}
+
+
\begin{abstract}
This paper provides a sample of a \LaTeX\ document which conforms,
somewhat loosely, to the formatting guidelines for
@@ -141,7 +162,7 @@ ACM SIG Proceedings.
\input{samplebody-conf}
-\bibliographystyle{SIGCHI-Reference-Format}
+\bibliographystyle{ACM-Reference-Format}
\bibliography{sigproc}
\end{document}
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf
index f28fe9c847f..c4f16a5e396 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 30e1b52e04e..4dea9c21a50 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-sigconf.tex
+++ b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.tex
@@ -37,53 +37,75 @@
\subtitlenote{The full version of the author's guide is available as
\texttt{acmart.pdf} document}
+
\author{Ben Trovato}
\authornote{Dr.~Trovato insisted his name be first.}
-\affiliation{Institute for Clarity in Documentation\\
- P.O. Box 1212\\
- Dublin, Ohio 43017-6221}
+\orcid{1234-5678-9012}
+\affiliation{%
+ \institution{Institute for Clarity in Documentation}
+ \streetaddress{P.O. Box 1212}
+ \city{Dublin}
+ \state{Ohio}
+ \postcode{43017-6221}
+}
\email{trovato@corporation.com}
\author{G.K.M. Tobin}
\authornote{The secretary disavows any knowledge of this author's actions.}
-\affiliation{Institute for Clarity in Documentation\\
- P.O. Box 1212\\
- Dublin, Ohio 43017-6221}
+\affiliation{%
+ \institution{Institute for Clarity in Documentation}
+ \streetaddress{P.O. Box 1212}
+ \city{Dublin}
+ \state{Ohio}
+ \postcode{43017-6221}
+}
\email{webmaster@marysville-ohio.com}
\author{Lars Th{\o}rv{\"a}ld}
\authornote{This author is the
one who did all the really hard work.}
-\affiliation{The Th{\o}rv{\"a}ld Group\\
- 1 Th{\o}rv{\"a}ld Circle\\
- Hekla, Iceland}
+\affiliation{%
+ \institution{The Th{\o}rv{\"a}ld Group}
+ \streetaddress{1 Th{\o}rv{\"a}ld Circle}
+ \city{Hekla}
+ \country{Iceland}}
\email{larst@affiliation.org}
\author{Lawrence P. Leipuner}
-\affiliation{Brookhaven Laboratories\\
- P.O. Box 5000}
+\affiliation{
+ \institution{Brookhaven Laboratories}
+ \streetaddress{P.O. Box 5000}}
\email{lleipuner@researchlabs.org}
\author{Sean Fogarty}
-\affiliation{NASA Ames Research Center\\
- Moffett Field\\
- California 94035}
+\affiliation{%
+ \institution{NASA Ames Research Center}
+ \city{Moffett Field}
+ \state{California}
+ \postcode{94035}}
\email{fogartys@amesres.org}
\author{Charles Palmer}
-\affiliation{Palmer Research Laboratories\\
- 8600 Datapoint Drive\\
- San Antonio, Texas 78229}
+\affiliation{%
+ \institution{Palmer Research Laboratories}
+ \streetaddress{8600 Datapoint Drive}
+ \city{San Antonio}
+ \state{Texas}
+ \postcode{78229}}
\email{cpalmer@prl.com}
\author{John Smith}
-\affiliation{The Th{\o}rv{\"a}ld Group}
+\affiliation{\institution{The Th{\o}rv{\"a}ld Group}}
\email{jsmith@affiliation.org}
\author{Julius P.~Kumquat}
-\affiliation{The Kumquat Consortium}
+\affiliation{\institution{The Kumquat Consortium}}
\email{jpkumquat@consortium.net}
+% The default list of authors is too long for headers}
+\renewcommand{\shortauthors}{B. Trovato et. al.}
+
+
\begin{abstract}
This paper provides a sample of a \LaTeX\ document which conforms,
somewhat loosely, to the formatting guidelines for
@@ -135,7 +157,7 @@ ACM SIG Proceedings\footnote{This is an abstract footnote}.
\input{samplebody-conf}
-\bibliographystyle{acm-abbrv}
+\bibliographystyle{ACM-Reference-Format}
\bibliography{sigproc}
\end{document}
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf b/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf
index 2bac2bcd7f1..c20049bdd02 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-siggraph.tex b/Master/texmf-dist/doc/latex/acmart/sample-siggraph.tex
index 6a821fcafaa..0cdc2d9ef97 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-siggraph.tex
+++ b/Master/texmf-dist/doc/latex/acmart/sample-siggraph.tex
@@ -1,7 +1,7 @@
\documentclass[siggraph, review=false]{acmart}
\usepackage{booktabs} % For formal tables
-
+\citestyle{acmauthoryear} % Author-year format
% Copyright
%\setcopyright{none}
@@ -37,53 +37,76 @@
\subtitlenote{The full version of the author's guide is available as
\texttt{acmart.pdf} document}
+
\author{Ben Trovato}
\authornote{Dr.~Trovato insisted his name be first.}
-\affiliation{Institute for Clarity in Documentation\\
- P.O. Box 1212\\
- Dublin, Ohio 43017-6221}
+\orcid{1234-5678-9012}
+\affiliation{%
+ \institution{Institute for Clarity in Documentation}
+ \streetaddress{P.O. Box 1212}
+ \city{Dublin}
+ \state{Ohio}
+ \postcode{43017-6221}
+}
\email{trovato@corporation.com}
\author{G.K.M. Tobin}
\authornote{The secretary disavows any knowledge of this author's actions.}
-\affiliation{Institute for Clarity in Documentation\\
- P.O. Box 1212\\
- Dublin, Ohio 43017-6221}
+\affiliation{%
+ \institution{Institute for Clarity in Documentation}
+ \streetaddress{P.O. Box 1212}
+ \city{Dublin}
+ \state{Ohio}
+ \postcode{43017-6221}
+}
\email{webmaster@marysville-ohio.com}
\author{Lars Th{\o}rv{\"a}ld}
\authornote{This author is the
one who did all the really hard work.}
-\affiliation{The Th{\o}rv{\"a}ld Group\\
- 1 Th{\o}rv{\"a}ld Circle\\
- Hekla, Iceland}
+\affiliation{%
+ \institution{The Th{\o}rv{\"a}ld Group}
+ \streetaddress{1 Th{\o}rv{\"a}ld Circle}
+ \city{Hekla}
+ \country{Iceland}}
\email{larst@affiliation.org}
\author{Lawrence P. Leipuner}
-\affiliation{Brookhaven Laboratories\\
- P.O. Box 5000}
+\affiliation{
+ \institution{Brookhaven Laboratories}
+ \streetaddress{P.O. Box 5000}}
\email{lleipuner@researchlabs.org}
\author{Sean Fogarty}
-\affiliation{NASA Ames Research Center\\
- Moffett Field\\
- California 94035}
+\affiliation{%
+ \institution{NASA Ames Research Center}
+ \city{Moffett Field}
+ \state{California}
+ \postcode{94035}}
\email{fogartys@amesres.org}
\author{Charles Palmer}
-\affiliation{Palmer Research Laboratories\\
- 8600 Datapoint Drive\\
- San Antonio, Texas 78229}
+\affiliation{%
+ \institution{Palmer Research Laboratories}
+ \streetaddress{8600 Datapoint Drive}
+ \city{San Antonio}
+ \state{Texas}
+ \postcode{78229}}
\email{cpalmer@prl.com}
\author{John Smith}
-\affiliation{The Th{\o}rv{\"a}ld Group}
+\affiliation{\institution{The Th{\o}rv{\"a}ld Group}}
\email{jsmith@affiliation.org}
\author{Julius P.~Kumquat}
-\affiliation{The Kumquat Consortium}
+\affiliation{\institution{The Kumquat Consortium}}
\email{jpkumquat@consortium.net}
+
+
+% The default list of authors is too long for headers}
+\renewcommand{\shortauthors}{B. Trovato et. al.}
+
\begin{abstract}
This paper provides a sample of a \LaTeX\ document which conforms,
somewhat loosely, to the formatting guidelines for
@@ -141,7 +164,7 @@ ACM SIG Proceedings.
\input{samplebody-conf}
-\bibliographystyle{acmsiggraph}
+\bibliographystyle{ACM-Reference-Format}
\bibliography{sigproc}
\end{document}
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf
index 407a7a936cb..749528509f4 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/sample-sigplan.tex b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.tex
index c1785ba6197..1c4bef59045 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.tex
+++ b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.tex
@@ -42,51 +42,73 @@
\author{Ben Trovato}
\authornote{Dr.~Trovato insisted his name be first.}
-\affiliation{Institute for Clarity in Documentation\\
- P.O. Box 1212\\
- Dublin, Ohio 43017-6221}
+\orcid{1234-5678-9012}
+\affiliation{%
+ \institution{Institute for Clarity in Documentation}
+ \streetaddress{P.O. Box 1212}
+ \city{Dublin}
+ \state{Ohio}
+ \postcode{43017-6221}
+}
\email{trovato@corporation.com}
\author{G.K.M. Tobin}
\authornote{The secretary disavows any knowledge of this author's actions.}
-\affiliation{Institute for Clarity in Documentation\\
- P.O. Box 1212\\
- Dublin, Ohio 43017-6221}
+\affiliation{%
+ \institution{Institute for Clarity in Documentation}
+ \streetaddress{P.O. Box 1212}
+ \city{Dublin}
+ \state{Ohio}
+ \postcode{43017-6221}
+}
\email{webmaster@marysville-ohio.com}
\author{Lars Th{\o}rv{\"a}ld}
\authornote{This author is the
one who did all the really hard work.}
-\affiliation{The Th{\o}rv{\"a}ld Group\\
- 1 Th{\o}rv{\"a}ld Circle\\
- Hekla, Iceland}
+\affiliation{%
+ \institution{The Th{\o}rv{\"a}ld Group}
+ \streetaddress{1 Th{\o}rv{\"a}ld Circle}
+ \city{Hekla}
+ \country{Iceland}}
\email{larst@affiliation.org}
\author{Lawrence P. Leipuner}
-\affiliation{Brookhaven Laboratories\\
- P.O. Box 5000}
+\affiliation{
+ \institution{Brookhaven Laboratories}
+ \streetaddress{P.O. Box 5000}}
\email{lleipuner@researchlabs.org}
\author{Sean Fogarty}
-\affiliation{NASA Ames Research Center\\
- Moffett Field\\
- California 94035}
+\affiliation{%
+ \institution{NASA Ames Research Center}
+ \city{Moffett Field}
+ \state{California}
+ \postcode{94035}}
\email{fogartys@amesres.org}
\author{Charles Palmer}
-\affiliation{Palmer Research Laboratories\\
- 8600 Datapoint Drive\\
- San Antonio, Texas 78229}
+\affiliation{%
+ \institution{Palmer Research Laboratories}
+ \streetaddress{8600 Datapoint Drive}
+ \city{San Antonio}
+ \state{Texas}
+ \postcode{78229}}
\email{cpalmer@prl.com}
\author{John Smith}
-\affiliation{The Th{\o}rv{\"a}ld Group}
+\affiliation{\institution{The Th{\o}rv{\"a}ld Group}}
\email{jsmith@affiliation.org}
\author{Julius P.~Kumquat}
-\affiliation{The Kumquat Consortium}
+\affiliation{\institution{The Kumquat Consortium}}
\email{jpkumquat@consortium.net}
+
+% The default list of authors is too long for headers}
+\renewcommand{\shortauthors}{B. Trovato et. al.}
+
+
\begin{abstract}
This paper provides a sample of a \LaTeX\ document which conforms,
somewhat loosely, to the formatting guidelines for
@@ -144,7 +166,7 @@ ACM SIG Proceedings.
\input{samplebody-conf}
-\bibliographystyle{ACM-Reference-Format-Journals}
+\bibliographystyle{ACM-Reference-Format}
\bibliography{sigproc}
\end{document}
diff --git a/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex b/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex
index 29cbdf8b7ff..d8bcd284b0b 100644
--- a/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex
+++ b/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex
@@ -262,7 +262,7 @@ Here is a definition:
The pre-defined theorem-like constructs are \textbf{theorem},
\textbf{conjecture}, \textbf{proposition}, \textbf{lemma} and
-\textbf{corollary}. The pre-defined definition-like constructs are
+\textbf{corollary}. The pre-defined de\-fi\-ni\-ti\-on-like constructs are
\textbf{example} and \textbf{definition}. You can add your own
constructs using the \textsl{amsthm} interface~\cite{Amsthm15}. The
styles used in the \verb|\theoremstyle| command are \textbf{acmplain}
@@ -298,14 +298,6 @@ do with the present subject and are used as
examples only.
%\end{document} % This is where a 'short' article might terminate
-%ACKNOWLEDGMENTS are optional
-\section{Acknowledgments}
-This section is optional; it is a location for you
-to acknowledge grants, funding, editing assistance and
-what have you. In the present case, for example, the
-authors would like to thank Gerald Murray of ACM for
-his help in codifying this \textit{Author's Guide}
-and the \texttt{.cls} and \texttt{.tex} files that it describes.
\appendix
@@ -334,7 +326,6 @@ document in Appendix-appropriate form:
\subsubsection{Theorem-like Constructs}
\subsubsection*{A Caveat for the \TeX\ Expert}
\subsection{Conclusions}
-\subsection{Acknowledgments}
\subsection{References}
Generated by bibtex from your \texttt{.bib} file. Run latex,
then bibtex, then latex twice (to resolve references)
@@ -346,13 +337,20 @@ the command \texttt{{\char'134}thebibliography}.
\section{More Help for the Hardy}
Of course, reading the source code is always useful. The file
-\texttt{acmart.pdf} contains both the user guide and the commented
+\path{acmart.pdf} contains both the user guide and the commented
code.
-\section*{Acknowledgements}
-\label{sec:acks}
+\begin{acks}
+ The authors would like to thank Dr. Yuhua Li for providing the
+ matlab code of the \textit{BEPS} method.
-\begin{anonsuppress}
- The acknowledgements are suppressed when the paper is prepared for a
- blind review.
-\end{anonsuppress} \ No newline at end of file
+ The authors would also like to thank the anonymous referees for
+ their valuable comments and helpful suggestions. The work is
+ supported by the \grantsponsor{GS501100001809}{National Natural
+ Science Foundation of
+ China}{http://dx.doi.org/10.13039/501100001809} under Grant
+ No.:~\grantnum{GS501100001809}{61273304}
+ and~\grantnum[http://www.nnsf.cn/youngscientsts]{GS501100001809}{Young
+ Scientsts' Support Program}.
+
+\end{acks}
diff --git a/Master/texmf-dist/doc/latex/acmart/samplebody-journals.tex b/Master/texmf-dist/doc/latex/acmart/samplebody-journals.tex
index 803d7cf5b46..a7339c32ecb 100644
--- a/Master/texmf-dist/doc/latex/acmart/samplebody-journals.tex
+++ b/Master/texmf-dist/doc/latex/acmart/samplebody-journals.tex
@@ -260,7 +260,7 @@ also give its 90\% confidence interval.
\bottomrule
\end{tabular}
\end{center}
-\bigskip
+\bigskip\centering
\footnotesize\emph{Source:} This is a table
sourcenote. This is a table sourcenote. This is a table
sourcenote.
@@ -320,7 +320,7 @@ denoted as $N_{1}$. In contrast, we also measure the same value of the
test mote without switching channels, denoted as $N_{2}$. We calculate
the channel-switching time $s$ as
\begin{displaymath}%
-s=\frac{10}{N_{1}}-\frac{10}{N_{2}}/
+s=\frac{10}{N_{1}}-\frac{10}{N_{2}}.
\end{displaymath}%
By repeating the experiments 100 times, we get the average
channel-switching time of Micaz motes: 24.3\,$\mu$s.
@@ -359,12 +359,21 @@ MAC layer.
\end{screenonly}
-\section*{Acknowledgements}
+\begin{acks}
The authors would like to thank Dr. Maura Turolla of Telecom
Italia for providing specifications about the application scenario.
+The work is supported by the \grantsponsor{GS501100001809}{National
+ Natural Science Foundation of
+ China}{http://dx.doi.org/10.13039/501100001809} under Grant
+No.:~\grantnum{GS501100001809}{61273304\_a}
+and~\grantnum[http://www.nnsf.cn/youngscientsts]{GS501100001809}{Young
+ Scientsts' Support Program}.
+
+
+\end{acks}
% Bibliography
-\bibliographystyle{ACM-Reference-Format-Journals}
+\bibliographystyle{ACM-Reference-Format}
\bibliography{sample-bibliography}