diff options
Diffstat (limited to 'Master/texmf-dist/doc')
24 files changed, 284 insertions, 118 deletions
diff --git a/Master/texmf-dist/doc/latex/acmart/Makefile b/Master/texmf-dist/doc/latex/acmart/Makefile index 7f5c1990c0d..38b6558057d 100644 --- a/Master/texmf-dist/doc/latex/acmart/Makefile +++ b/Master/texmf-dist/doc/latex/acmart/Makefile @@ -86,3 +86,6 @@ archive: all clean zip: all clean zip -r $(PACKAGE).zip * -x '*~' -x '*.tgz' -x '*.zip' -x CVS -x 'CVS/*' + +documents.zip: all + zip $@ acmart.pdf acmguide.pdf sample-*.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/README b/Master/texmf-dist/doc/latex/acmart/README index 625db7c0d45..2e593133227 100644 --- a/Master/texmf-dist/doc/latex/acmart/README +++ b/Master/texmf-dist/doc/latex/acmart/README @@ -117,3 +117,10 @@ Version 1.38 Increase default font size for SIGPLAN Version 1.39 Added \authornotemark commmand +Version 1.40 Bibliography changes + Added processing of one-compoment ccsdesc nodes + Bug fixes. + Made the height a multiple of \baselineskip + \topskip + Added cleveref + We no longer print street address in SIGs +
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/acmart/acmart.bib b/Master/texmf-dist/doc/latex/acmart/acmart.bib index a9fa7861af5..41e6ea18cda 100644 --- a/Master/texmf-dist/doc/latex/acmart/acmart.bib +++ b/Master/texmf-dist/doc/latex/acmart/acmart.bib @@ -78,3 +78,11 @@ month = jun, note = {\url{http://www.ctan.org/pkg/subcaption}} } + +@Manual{Carlisle04:Textcase, + title = {The \textsl{textcase} package}, + author = {David Carlisle}, + month = oct, + year = 2004, + note = {\url{http://www.ctan.org/pkg/textcase}}} + diff --git a/Master/texmf-dist/doc/latex/acmart/acmart.pdf b/Master/texmf-dist/doc/latex/acmart/acmart.pdf Binary files differindex cd8b9c5be59..cc018957962 100644 --- a/Master/texmf-dist/doc/latex/acmart/acmart.pdf +++ b/Master/texmf-dist/doc/latex/acmart/acmart.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/acmguide.pdf b/Master/texmf-dist/doc/latex/acmart/acmguide.pdf Binary files differindex 1f6579448c3..b3ef65751b1 100644 --- a/Master/texmf-dist/doc/latex/acmart/acmguide.pdf +++ b/Master/texmf-dist/doc/latex/acmart/acmguide.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf Binary files differindex 11cc55e52fd..112cf53772f 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf +++ b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.tex b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.tex index 623ac68800b..167f79189c0 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.tex +++ b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.tex @@ -47,6 +47,7 @@ % Title portion \title{A Multifrequency MAC Specially Designed for Wireless Sensor Network Applications} + \author{Gang Zhou} \orcid{1234-5678-9012-3456} \affiliation{% @@ -56,14 +57,26 @@ \state{VA} \postcode{23185} \country{USA}} -\author{Yafeng Wu} +\author{Valerie B\'eranger} \affiliation{% - \institution{University of Virginia} - \department{School of Engineering} - \city{Charlottesville} - \state{VA} - \postcode{22903} - \country{USA} + \institution{Inria Paris-Rocquencourt} + \city{Rocquencourt} + \country{France} +} +\author{Aparna Patel} +\affiliation{% + \institution{Rajiv Gandhi University} + \streetaddress{Rono-Hills} + \city{Doimukh} + \state{Arunachal Pradesh} + \country{India}} +\author{Huifen Chan} +\affiliation{% + \institution{Tsinghua University} + \streetaddress{30 Shuangqing Rd} + \city{Haidian Qu} + \state{Beijing Shi} + \country{China} } \author{Ting Yan} \affiliation{% @@ -72,6 +85,14 @@ \country{Czech Republic}} \author{Tian He} \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} @@ -156,12 +177,16 @@ multi-channel, radio interference, time synchronization} \thanks{This work is supported by the National Science Foundation, under grant CNS-0435060, grant CCR-0325197 and grant EN-CS-0329609. - Author's addresses: G. Zhou, Computer Science Department, College of - William and Mary; Y. Wu {and} J. A. Stankovic, Computer Science - Department, University of Virginia; T. Yan, Eaton Innovation Center; - T. He, Computer Science Department, University of Minnesota; C. - Huang, Google; T. F. Abdelzaher, (Current address) NASA Ames - Research Center, Moffett Field, California 94035.} + Authors' addresses: G.~Zhou, Computer Science Department, College of + William and Mary, 104 Jameson Rd, Williamsburg, PA 23185, US; + V.~B\'eranger, Inria Paris-Rocquencourt, Rocquencourt, France; + A.~Patel, Rajiv Gandhi University, Rono-Hills, Doimukh, Arunachal + Pradesh, India; H.~Chan, Tsinghua University, 30 Shuangqing Rd, + Haidian Qu, Beijing Shi, China; T.~Yan, Eaton Innovation Center, + Prague, Czech Republic; T.~He, C.~Huang, J.~A.~Stankovic University + of Virginia, School of Engineering Charlottesville, VA 22903, USA; + T. F. Abdelzaher, (Current address) NASA Ames Research Center, + Moffett Field, California 94035.} \maketitle diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf Binary files differindex 7907b2905ba..c3bddd14d5a 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf +++ b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.tex b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.tex index a3d4e4d5371..a208003b14c 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.tex +++ b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.tex @@ -44,6 +44,7 @@ % Title portion. Note the short title for running heads \title[A Multifrequency MAC for Wireless Sensor]{A Multifrequency MAC Specially Designed for Wireless Sensor Network Applications} + \author{Gang Zhou} \orcid{1234-5678-9012-3456} \affiliation{% @@ -53,14 +54,26 @@ \state{VA} \postcode{23185} \country{USA}} -\author{Yafeng Wu} +\author{Valerie B\'eranger} \affiliation{% - \institution{University of Virginia} - \department{School of Engineering} - \city{Charlottesville} - \state{VA} - \postcode{22903} - \country{USA} + \institution{Inria Paris-Rocquencourt} + \city{Rocquencourt} + \country{France} +} +\author{Aparna Patel} +\affiliation{% + \institution{Rajiv Gandhi University} + \streetaddress{Rono-Hills} + \city{Doimukh} + \state{Arunachal Pradesh} + \country{India}} +\author{Huifen Chan} +\affiliation{% + \institution{Tsinghua University} + \streetaddress{30 Shuangqing Rd} + \city{Haidian Qu} + \state{Beijing Shi} + \country{China} } \author{Ting Yan} \affiliation{% @@ -69,6 +82,14 @@ \country{Czech Republic}} \author{Tian He} \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} @@ -83,6 +104,7 @@ \country{USA} } + \begin{abstract} Multifrequency media access control has been well understood in general wireless ad hoc networks, while in wireless sensor networks, @@ -148,12 +170,16 @@ multi-channel, radio interference, time synchronization} \thanks{This work is supported by the National Science Foundation, under grant CNS-0435060, grant CCR-0325197 and grant EN-CS-0329609. - Author's addresses: G. Zhou, Computer Science Department, College of - William and Mary; Y. Wu {and} J. A. Stankovic, Computer Science - Department, University of Virginia; T. Yan, Eaton Innovation Center; - T. He, Computer Science Department, University of Minnesota; C. - Huang, Google; T. F. Abdelzaher, (Current address) NASA Ames - Research Center, Moffett Field, California 94035.} + Authors' addresses: G.~Zhou, Computer Science Department, College of + William and Mary, 104 Jameson Rd, Williamsburg, PA 23185, US; + V.~B\'eranger, Inria Paris-Rocquencourt, Rocquencourt, France; + A.~Patel, Rajiv Gandhi University, Rono-Hills, Doimukh, Arunachal + Pradesh, India; H.~Chan, Tsinghua University, 30 Shuangqing Rd, + Haidian Qu, Beijing Shi, China; T.~Yan, Eaton Innovation Center, + Prague, Czech Republic; T.~He, C.~Huang, J.~A.~Stankovic University + of Virginia, School of Engineering Charlottesville, VA 22903, USA; + T. F. Abdelzaher, (Current address) NASA Ames Research Center, + Moffett Field, California 94035.} \maketitle diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf Binary files differindex a100481986d..b8e609ab4ef 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf +++ b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmtog.tex b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.tex index b029f726e34..48ab486bf9f 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-acmtog.tex +++ b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.tex @@ -47,6 +47,7 @@ % Title portion \title{A Multifrequency MAC Specially Designed for Wireless Sensor Network Applications} + \author{Gang Zhou} \orcid{1234-5678-9012-3456} \affiliation{% @@ -56,14 +57,26 @@ \state{VA} \postcode{23185} \country{USA}} -\author{Yafeng Wu} +\author{Valerie B\'eranger} \affiliation{% - \institution{University of Virginia} - \department{School of Engineering} - \city{Charlottesville} - \state{VA} - \postcode{22903} - \country{USA} + \institution{Inria Paris-Rocquencourt} + \city{Rocquencourt} + \country{France} +} +\author{Aparna Patel} +\affiliation{% + \institution{Rajiv Gandhi University} + \streetaddress{Rono-Hills} + \city{Doimukh} + \state{Arunachal Pradesh} + \country{India}} +\author{Huifen Chan} +\affiliation{% + \institution{Tsinghua University} + \streetaddress{30 Shuangqing Rd} + \city{Haidian Qu} + \state{Beijing Shi} + \country{China} } \author{Ting Yan} \affiliation{% @@ -165,13 +178,16 @@ multi-channel, radio interference, time synchronization} \thanks{This work is supported by the National Science Foundation, under grant CNS-0435060, grant CCR-0325197 and grant EN-CS-0329609. - Author's addresses: G. Zhou, Computer Science Department, College of - William and Mary; Y. Wu {and} J. A. Stankovic, Computer Science - Department, University of Virginia; T. Yan, Eaton Innovation Center; - T. He, Computer Science Department, University of Minnesota; C. - Huang, Google; T. F. Abdelzaher, (Current address) NASA Ames - Research Center, Moffett Field, California 94035.} - + Authors' addresses: G.~Zhou, Computer Science Department, College of + William and Mary, 104 Jameson Rd, Williamsburg, PA 23185, US; + V.~B\'eranger, Inria Paris-Rocquencourt, Rocquencourt, France; + A.~Patel, Rajiv Gandhi University, Rono-Hills, Doimukh, Arunachal + Pradesh, India; H.~Chan, Tsinghua University, 30 Shuangqing Rd, + Haidian Qu, Beijing Shi, China; T.~Yan, Eaton Innovation Center, + Prague, Czech Republic; T.~He, C.~Huang, J.~A.~Stankovic University + of Virginia, School of Engineering Charlottesville, VA 22903, USA; + T. F. Abdelzaher, (Current address) NASA Ames Research Center, + Moffett Field, California 94035.} \maketitle diff --git a/Master/texmf-dist/doc/latex/acmart/sample-bibliography.bib b/Master/texmf-dist/doc/latex/acmart/sample-bibliography.bib index f87f308a170..5a551e433ac 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-bibliography.bib +++ b/Master/texmf-dist/doc/latex/acmart/sample-bibliography.bib @@ -900,6 +900,7 @@ year = {2003}, % grinder @inproceedings{2004:ITE:1009386.1010128, + key = {IEEE}, title = {IEEE TCSC Executive Committee}, booktitle = {Proceedings of the IEEE International Conference on Web Services}, series = {ICWS '04}, @@ -1520,20 +1521,34 @@ pages = "24--31"} title = {A multifrequency MAC specially designed for wireless sensor network applications}, journal = {ACM Trans. Embed. Comput. Syst.}, issue_date = {March 2010}, - volume = {9}, - number = {4}, + volume = 9, + number = 4, month = {April}, - year = {2010}, + year = 2010, issn = {1539-9087}, pages = {39:1--39:41}, - articleno = {39}, - numpages = {41}, + articleno = 39, + numpages = 41, url = {http://doi.acm.org/10.1145/1721695.1721705}, doi = {10.1145/1721695.1721705}, - acmid = {1721705}, + acmid = 1721705, publisher = {ACM}, address = {New York, NY, USA}, keywords = {Wireless sensor networks, media access control, multi-channel, radio interference, time synchronization}, } +@online{TUGInstmem, + key = {TUG}, + year = 2017, + title = "Institutional members of the {\TeX} Users Group", + url = "http://wwtug.org/instmem.html", + lastaccessed = "May 27, 2017", +} + +@online{CTANacmart, + author = {Boris Veytsman}, + title = {acmart---{C}lass for typesetting publications of {ACM}}, + url = {http://www.ctan.org/pkg/acmart}, + lastaccessed = {May 27, 2017} + }
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf Binary files differindex 3a46c7cd8ec..3f1d6baf591 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf +++ b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.tex b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.tex index 7b12d443923..97202de7d20 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.tex +++ b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.tex @@ -38,20 +38,36 @@ \titlenote{This is a titlenote} \subtitle{This is a subtitle} \subtitlenote{Subtitle note} + \author{Gang Zhou} -\authornote{The corresponding author} \orcid{1234-5678-9012-3456} -\email{zhou@uva.edu} -\author{Yafeng Wu} -\email{ywu@uva.edu} -\author{John A. Stankovic} \affiliation{% - \institution{University of Virginia} - \department{School of Engineering} - \city{Charlottesville} + \institution{College of William and Mary} + \streetaddress{104 Jamestown Rd} + \city{Williamsburg} \state{VA} - \postcode{22903} - \country{USA} + \postcode{23185} + \country{USA}} +\author{Valerie B\'eranger} +\affiliation{% + \institution{Inria Paris-Rocquencourt} + \city{Rocquencourt} + \country{France} +} +\author{Aparna Patel} +\affiliation{% + \institution{Rajiv Gandhi University} + \streetaddress{Rono-Hills} + \city{Doimukh} + \state{Arunachal Pradesh} + \country{India}} +\author{Huifen Chan} +\affiliation{% + \institution{Tsinghua University} + \streetaddress{30 Shuangqing Rd} + \city{Haidian Qu} + \state{Beijing Shi} + \country{China} } \author{Ting Yan} \affiliation{% @@ -60,13 +76,6 @@ \country{Czech Republic}} \author{Tian He} \affiliation{% - \institution{University of Minnesota} - \country{USA}} -\author{Chengdu Huang} -\affiliation{% - \institution{Google} - \country{USA}} -\affiliation{% \institution{University of Virginia} \department{School of Engineering} \city{Charlottesville} @@ -74,10 +83,12 @@ \postcode{22903} \country{USA} } -\author{Tarek F. Abdelzaher} \affiliation{% - \institution{University of Illinois at Urbana-Champaign} + \institution{University of Minnesota} \country{USA}} +\author{Chengdu Huang} +\author{John A. Stankovic} +\author{Tarek F. Abdelzaher} \affiliation{% \institution{University of Virginia} \department{School of Engineering} @@ -86,9 +97,8 @@ \postcode{22903} \country{USA} } -\affiliation{% - \institution{Google} - \country{USA}} + +\renewcommand\shortauthors{Zhou, G. et al} \begin{abstract} Multifrequency media access control has been well understood in @@ -159,12 +169,16 @@ multi-channel, radio interference, time synchronization} \thanks{This work is supported by the National Science Foundation, under grant CNS-0435060, grant CCR-0325197 and grant EN-CS-0329609. - Author's addresses: G. Zhou, Computer Science Department, College of - William and Mary; Y. Wu {and} J. A. Stankovic, Computer Science - Department, University of Virginia; T. Yan, Eaton Innovation Center; - T. He, Computer Science Department, University of Minnesota; C. - Huang, Google; T. F. Abdelzaher, (Current address) NASA Ames - Research Center, Moffett Field, California 94035.} + Authors' addresses: G.~Zhou, Computer Science Department, College of + William and Mary, 104 Jameson Rd, Williamsburg, PA 23185, US; + V.~B\'eranger, Inria Paris-Rocquencourt, Rocquencourt, France; + A.~Patel, Rajiv Gandhi University, Rono-Hills, Doimukh, Arunachal + Pradesh, India; H.~Chan, Tsinghua University, 30 Shuangqing Rd, + Haidian Qu, Beijing Shi, China; T.~Yan, Eaton Innovation Center, + Prague, Czech Republic; T.~He, C.~Huang, J.~A.~Stankovic University + of Virginia, School of Engineering Charlottesville, VA 22903, USA; + T. F. Abdelzaher, (Current address) NASA Ames Research Center, + Moffett Field, California 94035.} \maketitle diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf Binary files differindex e9736d1eb9c..eb98cc04483 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf +++ b/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf Binary files differindex 4fb1c09bd46..bf056fe70a9 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf +++ b/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigchi.tex b/Master/texmf-dist/doc/latex/acmart/sample-sigchi.tex index 51347c5286a..0615e653acb 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-sigchi.tex +++ b/Master/texmf-dist/doc/latex/acmart/sample-sigchi.tex @@ -7,12 +7,13 @@ %\setcopyright{none} %\setcopyright{acmcopyright} %\setcopyright{acmlicensed} -\setcopyright{rightsretained} +%\setcopyright{rightsretained} %\setcopyright{usgov} %\setcopyright{usgovmixed} %\setcopyright{cagov} +\setcopyright{licensedcagov} %\setcopyright{cagovmixed} - +%\setcopyright{licensedothergov} % DOI \acmDOI{10.475/123_4} @@ -70,19 +71,26 @@ \country{Iceland}} \email{larst@affiliation.org} -\author{Lawrence P. Leipuner} -\affiliation{ - \institution{Brookhaven Laboratories} - \streetaddress{P.O. Box 5000}} -\email{lleipuner@researchlabs.org} - -\author{Sean Fogarty} +\author{Valerie B\'eranger} +\affiliation{% + \institution{Inria Paris-Rocquencourt} + \city{Rocquencourt} + \country{France} +} +\author{Aparna Patel} +\affiliation{% + \institution{Rajiv Gandhi University} + \streetaddress{Rono-Hills} + \city{Doimukh} + \state{Arunachal Pradesh} + \country{India}} +\author{Huifen Chan} \affiliation{% - \institution{NASA Ames Research Center} - \city{Moffett Field} - \state{California} - \postcode{94035}} -\email{fogartys@amesres.org} + \institution{Tsinghua University} + \streetaddress{30 Shuangqing Rd} + \city{Haidian Qu} + \state{Beijing Shi} + \country{China}} \author{Charles Palmer} \affiliation{% diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigconf-authordraft.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigconf-authordraft.pdf Binary files differindex 9642f5e7ae1..f35ab50de88 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-sigconf-authordraft.pdf +++ b/Master/texmf-dist/doc/latex/acmart/sample-sigconf-authordraft.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf Binary files differindex 56b14d1eaa4..eaf5d9c7e72 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf +++ b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigconf.tex b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.tex index 3547f0a816c..f236d299b47 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-sigconf.tex +++ b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.tex @@ -71,19 +71,27 @@ \country{Iceland}} \email{larst@affiliation.org} -\author{Lawrence P. Leipuner} -\affiliation{ - \institution{Brookhaven Laboratories} - \streetaddress{P.O. Box 5000}} -\email{lleipuner@researchlabs.org} - -\author{Sean Fogarty} +\author{Valerie B\'eranger} +\affiliation{% + \institution{Inria Paris-Rocquencourt} + \city{Rocquencourt} + \country{France} +} +\author{Aparna Patel} \affiliation{% - \institution{NASA Ames Research Center} - \city{Moffett Field} - \state{California} - \postcode{94035}} -\email{fogartys@amesres.org} + \institution{Rajiv Gandhi University} + \streetaddress{Rono-Hills} + \city{Doimukh} + \state{Arunachal Pradesh} + \country{India}} +\author{Huifen Chan} +\affiliation{% + \institution{Tsinghua University} + \streetaddress{30 Shuangqing Rd} + \city{Haidian Qu} + \state{Beijing Shi} + \country{China} +} \author{Charles Palmer} \affiliation{% diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf Binary files differindex e7607905762..4b5b91634bd 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf +++ b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.tex b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.tex index b1ace5a09fc..7d4ad58455b 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.tex +++ b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.tex @@ -73,19 +73,26 @@ \country{Iceland}} \email{larst@affiliation.org} -\author{Lawrence P. Leipuner} -\affiliation{ - \institution{Brookhaven Laboratories} - \streetaddress{P.O. Box 5000}} -\email{lleipuner@researchlabs.org} - -\author{Sean Fogarty} +\author{Valerie B\'eranger} +\affiliation{% + \institution{Inria Paris-Rocquencourt} + \city{Rocquencourt} + \country{France} +} +\author{Aparna Patel} +\affiliation{% + \institution{Rajiv Gandhi University} + \streetaddress{Rono-Hills} + \city{Doimukh} + \state{Arunachal Pradesh} + \country{India}} +\author{Huifen Chan} \affiliation{% - \institution{NASA Ames Research Center} - \city{Moffett Field} - \state{California} - \postcode{94035}} -\email{fogartys@amesres.org} + \institution{Tsinghua University} + \streetaddress{30 Shuangqing Rd} + \city{Haidian Qu} + \state{Beijing Shi} + \country{China}} \author{Charles Palmer} \affiliation{% diff --git a/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex b/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex index 732f0610a22..299bc88dfc3 100644 --- a/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex +++ b/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex @@ -119,10 +119,37 @@ information can be found in the \textit{Author's Guide}, and exhaustive details in the \textit{\LaTeX\ User's Guide} by Lamport~\shortcite{Lamport:LaTeX}. - This article shows only the plainest form of the citation command, using \texttt{{\char'134}cite}. +Some examples. A paginated journal article \cite{Abril07}, an enumerated +journal article \cite{Cohen07}, a reference to an entire issue \cite{JCohen96}, +a monograph (whole book) \cite{Kosiur01}, a monograph/whole book in a series (see 2a in spec. document) +\cite{Harel79}, a divisible-book such as an anthology or compilation \cite{Editor00} +followed by the same example, however we only output the series if the volume number is given +\cite{Editor00a} (so Editor00a's series should NOT be present since it has no vol. no.), +a chapter in a divisible book \cite{Spector90}, a chapter in a divisible book +in a series \cite{Douglass98}, a multi-volume work as book \cite{Knuth97}, +an article in a proceedings (of a conference, symposium, workshop for example) +(paginated proceedings article) \cite{Andler79}, a proceedings article +with all possible elements \cite{Smith10}, an example of an enumerated +proceedings article \cite{VanGundy07}, +an informally published work \cite{Harel78}, a doctoral dissertation \cite{Clarkson85}, +a master's thesis: \cite{anisi03}, an online document / world wide web +resource \cite{Thornburg01, Ablamowicz07, Poker06}, a video game (Case 1) \cite{Obama08} and (Case 2) \cite{Novak03} +and \cite{Lee05} and (Case 3) a patent \cite{JoeScientist001}, +work accepted for publication \cite{rous08}, 'YYYYb'-test for prolific author +\cite{SaeediMEJ10} and \cite{SaeediJETC10}. Other cites might contain +'duplicate' DOI and URLs (some SIAM articles) \cite{Kirschmer:2010:AEI:1958016.1958018}. +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}. + +Online citations: \cite{TUGInstmem, Thornburg01, CTANacmart}. + + \subsection{Tables} Because tables cannot be split across pages, the best placement for them is typically the top of the page diff --git a/Master/texmf-dist/doc/latex/acmart/samplebody-journals.tex b/Master/texmf-dist/doc/latex/acmart/samplebody-journals.tex index 57c6a29ba2c..97fdfbf5676 100644 --- a/Master/texmf-dist/doc/latex/acmart/samplebody-journals.tex +++ b/Master/texmf-dist/doc/latex/acmart/samplebody-journals.tex @@ -283,7 +283,7 @@ back-off algorithms for the slotted media access design. % Start of "Sample References" section -\section{Typical references in new ACM Reference Format} +\section{Typical References in New ACM Reference Format} A paginated journal article \cite{Abril07}, an enumerated journal article \cite{Cohen07}, a reference to an entire issue \cite{JCohen96}, a monograph (whole book) \cite{Kosiur01}, a monograph/whole book in a series (see 2a in spec. document) @@ -309,9 +309,11 @@ Boris / Barbara Beeton: multi-volume works as books A couple of citations with DOIs: \cite{2004:ITE:1009386.1010128, Kirschmer:2010:AEI:1958016.1958018}. +Online citations: \cite{TUGInstmem, Thornburg01, CTANacmart}. + % Appendix \appendix -\section{Switching times} +\section{Switching Times} In this appendix, we measure the channel switching time of Micaz \cite{CROSSBOW} sensor devices. In our experiments, one mote @@ -328,7 +330,7 @@ s=\frac{10}{N_{1}}-\frac{10}{N_{2}}. By repeating the experiments 100 times, we get the average channel-switching time of Micaz motes: 24.3\,$\mu$s. -\section{Supplementary materials} +\section{Supplementary Materials} \begin{printonly} @@ -336,7 +338,7 @@ channel-switching time of Micaz motes: 24.3\,$\mu$s. \end{printonly} \begin{screenonly} -\subsection{This is an example of Appendix subsection head} +\subsection{This is an Example of Appendix Subsection Head} Channel-switching time is measured as the time length it takes for motes to successfully switch from one channel to another. This @@ -353,7 +355,7 @@ channels. In both scenarios, the channel-switching time does not have obvious changes. (In our experiments, all values are in the range of 23.6 $\mu$s to 24.9 $\mu$s.) -\subsection{Appendix subsection head} +\subsection{Appendix Subsection Head} The primary consumer of energy in WSNs is idle listening. The key to reduce idle listening is executing low duty-cycle on nodes. Two |