diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-28 21:21:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-28 21:21:53 +0000 |
commit | 81f2ce9526530729a56c249c50b744e771ae39ba (patch) | |
tree | 9917085d9955bf3251b221400a8fd1c00a398b76 /Master/texmf-dist/source/latex | |
parent | 0037d4691bf89c9d148f35a149c9baccb0f27ecd (diff) |
acmart (28may19)
git-svn-id: svn://tug.org/texlive/trunk@51245 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/acmart/acmart.dtx | 40 |
1 files changed, 34 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/acmart/acmart.dtx b/Master/texmf-dist/source/latex/acmart/acmart.dtx index 6c3adecb73c..7a4573ae5ff 100644 --- a/Master/texmf-dist/source/latex/acmart/acmart.dtx +++ b/Master/texmf-dist/source/latex/acmart/acmart.dtx @@ -354,7 +354,8 @@ % The option |balance| determines whether the last page in the two % column mode has balanced columns. By default it is |true|; however, % it may lead to problems for some documents. Set it to |false| if -% you encounter compilation errors. +% you encounter compilation errors. Note that for one page documents +% \cs{balance} command might cause problems. % % The option |urlbreakonhyphens| determines whether URLs can be split % between lines after hyphens. By default it is true. Set it to @@ -396,7 +397,7 @@ % % %\subsection{Top matter} -%\label{sec:ug_topmatter} +\label{sec:ug_topmatter} % % A number of commands set up \emph{top matter} or (in % computer science jargon) \emph{metadata} for an article. They @@ -1441,8 +1442,8 @@ % \end{verbatim} % See the examples at \url{http://arxiv.org/hypertex/bibstyles/}. % -% There are the special entry types \path{online} and -% \path{game} for Web pages and games, for example, +% There are several special entry types. Types \path{online} and +% \path{game} are used for Web pages and games, for example, % \begin{verbatim} % @online{Thornburg01, % author = "Harry Thornburg", @@ -1453,8 +1454,33 @@ % lastaccessed = "March 2, 2005", % } % \end{verbatim} +% Entry types \path{artifactsoftware}, \path{artifactdataset} +% (with synonyms \path{software} and \path{dataset}) can be used to +% cite software artifacts and datasets, for example, +% \begin{verbatim} +% @ArtifactSoftware{R, +% title = {R: A Language and Environment for Statistical Computing}, +% author = {{R Core Team}}, +% organization = {R Foundation for Statistical Computing}, +% address = {Vienna, Austria}, +% year = {2019}, +% url = {https://www.R-project.org/}, +%} +% @ArtifactDataset{UMassCitations, +% author = {Sam Anzaroot and Andrew McCallum}, +% title = {{UMass} Citation Field Extraction Dataset}, +% year = 2013, +% url = +% {http://www.iesl.cs.umass.edu/data/data-umasscitationfield}, +% lastaccessed = {May 27, 2019} +% } +% \end{verbatim} +% +% % For these entry types you can use the \path{lastaccessed} field to add % the access date for the URL. +% +% % % There are two ways to enter video or audio sources in the % bibliograpy corresponding to two different possibilies. For @@ -1792,7 +1818,7 @@ \ProvidesFile{acmart.dtx} %</gobble> %<class>\ProvidesClass{acmart} -[2019/04/22 v1.60 Typesetting articles for the Association for +[2019/05/27 v1.61 Typesetting articles for the Association for Computing Machinery] % \end{macrocode} % @@ -5594,10 +5620,12 @@ Computing Machinery] % % \begin{macro}{\@typeset@author@bx} % \changes{v1.15}{2016/07/04}{Moved to separate macro} +% \changes{v1.61}{2019/05/26}{Added \cs{normalbaselines}} % Typesetting the box with authors. Note that in |sigchi-a| the box % is not centered. % \begin{macrocode} -\def\@typeset@author@bx{\bgroup\hsize=\author@bx@wd\def\and{\par}% +\def\@typeset@author@bx{\bgroup\hsize=\author@bx@wd + \def\and{\par}\normalbaselines \global\setbox\author@bx=\vtop{\if@ACM@sigchiamode\else\centering\fi \@authorfont\@currentauthors\par\@affiliationfont \@currentaffiliation}\egroup |