From 1fa5eeef7004616637b530b506eeb4092bb5168f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 11 Jun 2016 23:20:06 +0000 Subject: acmart (31may16) git-svn-id: svn://tug.org/texlive/trunk@41385 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/acmart/README | 10 ++++++++++ Master/texmf-dist/doc/latex/acmart/acmart.pdf | Bin 629234 -> 661277 bytes .../doc/latex/acmart/sample-acmlarge.pdf | Bin 634036 -> 634017 bytes .../doc/latex/acmart/sample-acmlarge.tex | 2 +- .../doc/latex/acmart/sample-acmsmall.pdf | Bin 628191 -> 628211 bytes .../doc/latex/acmart/sample-acmsmall.tex | 2 +- .../texmf-dist/doc/latex/acmart/sample-acmtog.pdf | Bin 583377 -> 587937 bytes .../texmf-dist/doc/latex/acmart/sample-acmtog.tex | 2 +- .../doc/latex/acmart/sample-manuscript.pdf | Bin 650199 -> 650179 bytes .../doc/latex/acmart/sample-manuscript.tex | 2 +- .../doc/latex/acmart/sample-sigchi-a.pdf | Bin 1284473 -> 1284438 bytes .../doc/latex/acmart/sample-sigchi-a.tex | 4 ---- .../texmf-dist/doc/latex/acmart/sample-sigchi.pdf | Bin 1054299 -> 1054259 bytes .../texmf-dist/doc/latex/acmart/sample-sigconf.pdf | Bin 592937 -> 592955 bytes .../doc/latex/acmart/sample-siggraph.pdf | Bin 1028102 -> 1028388 bytes .../doc/latex/acmart/sample-siggraph.tex | 2 +- .../texmf-dist/doc/latex/acmart/sample-sigplan.pdf | Bin 960370 -> 956625 bytes .../texmf-dist/doc/latex/acmart/sample-sigplan.tex | 2 +- .../doc/latex/acmart/samplebody-conf.tex | 6 ------ .../doc/latex/acmart/samplebody-journals.tex | 2 +- 20 files changed, 17 insertions(+), 17 deletions(-) (limited to 'Master/texmf-dist/doc/latex/acmart') diff --git a/Master/texmf-dist/doc/latex/acmart/README b/Master/texmf-dist/doc/latex/acmart/README index 3b70196537b..a65719bb698 100644 --- a/Master/texmf-dist/doc/latex/acmart/README +++ b/Master/texmf-dist/doc/latex/acmart/README @@ -6,3 +6,13 @@ Changes version 1.08 SIGPLAN reformatting (Matthew Fluet); bug fixes version 1.09 SIGPLAN: revert caption rules (Matthew Fluet) + +version 1.10 Bug fixes + +version 1.11 Customization of ACM theorem styles and proof + environment (Matthew Fluet). + +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. diff --git a/Master/texmf-dist/doc/latex/acmart/acmart.pdf b/Master/texmf-dist/doc/latex/acmart/acmart.pdf index 1c8744aa8ed..0b1d4977be8 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/sample-acmlarge.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf index 6805ac51151..48782993fed 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-acmlarge.tex b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.tex index b135fb2af10..103f92ac200 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.tex +++ b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.tex @@ -1,4 +1,4 @@ -\documentclass[acmlarge,natbib]{acmart} +\documentclass[acmlarge]{acmart} \usepackage{booktabs} % For formal tables diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf index 54c99dc33d4..7f9a52774a1 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-acmsmall.tex b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.tex index 35d9df11858..4ecfded2f15 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.tex +++ b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.tex @@ -1,4 +1,4 @@ -\documentclass[format=acmsmall,natbib=true, review=false, screen=true]{acmart} +\documentclass[format=acmsmall, review=false, screen=true]{acmart} \usepackage{booktabs} % For formal tables diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf index 2164b17459a..c503998d199 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-acmtog.tex b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.tex index b8f60fa2574..6381b904f0e 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-acmtog.tex +++ b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.tex @@ -1,4 +1,4 @@ -\documentclass[acmtog, natbib, authorversion]{acmart} +\documentclass[acmtog, authorversion]{acmart} \usepackage{booktabs} % For formal tables diff --git a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf index fb751aaf514..b2aacebaa25 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-manuscript.tex b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.tex index 9df5e5fc894..d60b1e8fcd1 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.tex +++ b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.tex @@ -1,5 +1,5 @@ \listfiles -\documentclass[manuscript, review, screen, natbib]{acmart} +\documentclass[manuscript, review, screen]{acmart} \setcitestyle{super,sort&compress} \usepackage{booktabs} % For formal tables 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 346d7722d8d..b7d9b4d04b6 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-a.tex b/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.tex index f35d24ddc28..2eb984029c1 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.tex +++ b/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.tex @@ -144,7 +144,6 @@ \end{sidebar} \begin{figure} - \centering \includegraphics[width=\marginparwidth]{sigchi-logo} \caption{Insert a caption below each figure.} \label{fig:sample} @@ -191,7 +190,6 @@ example of footnoted\footnote{Use footnotes sparingly, if at all.} text. As stated in the footnote, footnotes should rarely be used. \begin{table} - \centering \caption{Table captions should be placed above the table. We recommend table lines be 1 point, 25\% black. Minimize use of table grid lines.} @@ -263,7 +261,6 @@ pay attention to the following: \begin{marginfigure} - \centering \includegraphics[width=\marginparwidth]{cats} \caption{In this image, the cats are tessellated within a square frame. Images should also have captions and be within the @@ -295,7 +292,6 @@ clear (see Figure~\ref{fig:cats}). \begin{margintable} - \centering \caption{A simple narrow table in the left margin space.} \label{tab:table2} diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf index 80e514d7912..8855872c461 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.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf index cb634d79612..f28fe9c847f 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-siggraph.pdf b/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf index 78e5554a64a..2bac2bcd7f1 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-siggraph.tex b/Master/texmf-dist/doc/latex/acmart/sample-siggraph.tex index 47979a329fa..6a821fcafaa 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-siggraph.tex +++ b/Master/texmf-dist/doc/latex/acmart/sample-siggraph.tex @@ -1,4 +1,4 @@ -\documentclass[siggraph, natbib=false, review=false]{acmart} +\documentclass[siggraph, review=false]{acmart} \usepackage{booktabs} % For formal tables diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf index 0c90ce21a16..407a7a936cb 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 diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.tex b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.tex index 7a3d3808283..c1785ba6197 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.tex +++ b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.tex @@ -1,4 +1,4 @@ -\documentclass[sigplan, natbib=true, anonymous, review]{acmart} +\documentclass[sigplan, anonymous, review]{acmart} \usepackage{booktabs} % For formal tables diff --git a/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex b/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex index fa1cf0535df..29cbdf8b7ff 100644 --- a/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex +++ b/Master/texmf-dist/doc/latex/acmart/samplebody-conf.tex @@ -141,7 +141,6 @@ placement of the table here with the table in the printed output of this document. \begin{table} - \centering \caption{Frequency of Special Characters} \label{tab:freq} \begin{tabular}{ccl} @@ -167,7 +166,6 @@ in the printed output of this document. \begin{table*} - \centering \caption{Some Typical Commands} \label{tab:commands} \begin{tabular}{ccl} @@ -206,13 +204,11 @@ displayable with \LaTeX. If you work with pdf\LaTeX, use files in the each of these are found in the \textit{Author's Guide}. \begin{figure} -\centering \includegraphics{fly} \caption{A sample black and white graphic.} \end{figure} \begin{figure} -\centering \includegraphics[height=1in, width=1in]{fly} \caption{A sample black and white graphic that has been resized with the \texttt{includegraphics} command.} @@ -226,7 +222,6 @@ the figure and its caption. And don't forget to end the environment with \textbf{figure*}, not \textbf{figure}! \begin{figure*} -\centering \includegraphics{flies} \caption{A sample black and white graphic that needs to span two columns of text.} @@ -234,7 +229,6 @@ that needs to span two columns of text.} \begin{figure} -\centering \includegraphics[height=1in, width=1in]{rosette} \caption{A sample black and white graphic that has been resized with the \texttt{includegraphics} command.} diff --git a/Master/texmf-dist/doc/latex/acmart/samplebody-journals.tex b/Master/texmf-dist/doc/latex/acmart/samplebody-journals.tex index 3985832e1a6..803d7cf5b46 100644 --- a/Master/texmf-dist/doc/latex/acmart/samplebody-journals.tex +++ b/Master/texmf-dist/doc/latex/acmart/samplebody-journals.tex @@ -1,6 +1,7 @@ \section{Introduction} + As a new technology, Wireless Sensor Networks (WSNs) has a wide range of applications \cite{Culler-01, Bahl-02, Akyildiz-01}, including environment monitoring, smart buildings, medical care, industrial and @@ -185,7 +186,6 @@ At first sight, the programs looks like an ANSI~C program. It contains function calls, assignments, if clauses, and while loops. % Figure \begin{figure} - \centering \includegraphics{mouse} \caption{Code before preprocessing.} \label{fig:one} -- cgit v1.2.3