diff options
author | Karl Berry <karl@freefriends.org> | 2017-07-03 20:58:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-07-03 20:58:40 +0000 |
commit | c8e87353c6f27a916b9d01e200bc3a7c0b75f1f6 (patch) | |
tree | ee7f66e0e87b36cf13e8879ba72273ded2aa0206 /Master/texmf-dist/source/latex/acmart | |
parent | 5314296f1fd0a070eca01cbedefaa1926057001d (diff) |
acmart (3jul17)
git-svn-id: svn://tug.org/texlive/trunk@44745 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/acmart')
-rw-r--r-- | Master/texmf-dist/source/latex/acmart/acmart.dtx | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/acmart/acmart.dtx b/Master/texmf-dist/source/latex/acmart/acmart.dtx index 58457cf638b..0e485ad3445 100644 --- a/Master/texmf-dist/source/latex/acmart/acmart.dtx +++ b/Master/texmf-dist/source/latex/acmart/acmart.dtx @@ -508,7 +508,7 @@ % Similarly you can repeat \cs{email} command. % % You may have several authors with the same affiliation, different -% affiliations or overlapping affiliations (author~$A_1$ is affiliated +% affiliations, or overlapping affiliations (author~$A_1$ is affiliated % with institutions $I_1$ and $I_2$, while author $A_2$ is affiliated % with $I_2$ only, and author $A_3$ is affiliated with % $I_1$ and $I_3$, \ldots). The recommended solution is to put the @@ -577,7 +577,7 @@ % \DescribeMacro{\country}% % The \cs{affiliation} and \cs{additionalaffiliation} commands are % further structured to interact with the metadata extraction tools. -% Inside the this command you should use \cs{position}, +% Inside these commands you should use \cs{position}, % \cs{institution}, \cs{department}, \cs{city}, \cs{streetaddress}, % \cs{state}, \cs{postcode} and \cs{country} macros to indicate the % corresponding parts of the affiliation. Note that in some cases @@ -835,12 +835,6 @@ % \begin{verbatim} % \acmBadgeR[http://ctuning.org/ae/ppopp2016.html]{ae-logo} % \end{verbatim} -% Some badges provided by the ACM are -% |artifacts_available|, -% |artifacts_evaluated_functional|, -% |artifacts_evaluated_reusable|, -% |results_replicated|, and -% |results_reproduced|. % % % @@ -1583,7 +1577,7 @@ \ProvidesFile{acmart.dtx} %</gobble> %<class>\ProvidesClass{acmart} -[2017/06/25 v1.41 Typesetting articles for Association of +[2017/07/02 v1.42 Typesetting articles for Association of Computing Machinery] % \end{macrocode} % @@ -1646,6 +1640,7 @@ Computing Machinery] % \changes{v1.40}{2017/06/16}{Added new copyright version: % licensedcagov} % \changes{v1.41}{2017/06/25}{Added new badges} +% \changes{v1.41}{2017/07/02}{Deleted ACM badges} % % % And the driver code: @@ -4368,7 +4363,9 @@ Computing Machinery] \@mkbibcitation \fi \hypersetup{pdfauthor={\authors}, - pdftitle={\@title}, pdfkeywords={\@concepts}}% + pdftitle={\@title}, + pdfsubject={\@concepts}, + pdfkeywords={\@keywords}}% \@printendtopmatter \@afterindentfalse \@afterheading |