diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-30 00:03:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-30 00:03:10 +0000 |
commit | 00c969bbe1be9fd05838637447be71627dffc9fd (patch) | |
tree | 3640023059fa6ffa079fecc2fb8e51bb4f4fb718 /Master/texmf-dist/source/latex/acmart | |
parent | 4f3140ae411ed163ddb5a960b9827e4f1b53ebec (diff) |
acmart (29jan18)
git-svn-id: svn://tug.org/texlive/trunk@46476 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 | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/acmart/acmart.dtx b/Master/texmf-dist/source/latex/acmart/acmart.dtx index 92964a2c423..2927f66b1fb 100644 --- a/Master/texmf-dist/source/latex/acmart/acmart.dtx +++ b/Master/texmf-dist/source/latex/acmart/acmart.dtx @@ -276,7 +276,8 @@ % \normalfont Value & Meaning\\ % \midrule % manuscript & A manuscript. This is the default. \\ -% acmsmall & Small single-column format. Used for CIE, CSUR, JACM, JDIQ, JEA, JERIC, +% acmsmall & Small single-column format. Used for CIE, CSUR, DTRAP, +% JACM, JDIQ, JEA, JERIC, % JETC, PACMHCI, PACMPL, TAAS, TACCESS, TACO, TALG, TALLIP (formerly TALIP), TCPS, % TEAC, TECS, THRI, TIIS, TISSEC, TIST, TKDD, TMIS, TOCE, TOCHI, TOCL, % TOCS, TOCT, TODAES, TODS, TOIS, TOIT, TOMACS, TOMM (formerly @@ -409,6 +410,7 @@ % \midrule % CIE & ACM Computers in Entertainment \\ % CSUR & ACM Computing Surveys\\ +% DTRAP & Digital Threats: Research and Practice\\ % IMWUT & PACM on Interactive, Mobile, Wearable and Ubiquitous % Technologies\\ % JACM & Journal of the ACM \\ @@ -1407,6 +1409,13 @@ % \setcitestyle{numbers,sort&compress} % \end{verbatim} % +% One of the more common versions is +% \begin{verbatim} +% \setcitestyle{nosort} +% \end{verbatim} +% It is useful if you do not like the way |natbib| sorts citation +% lists. +% % If you use |natbib|, then commands like \cs{citep} and % \cs{citeauthor} are automatically supported. The command % \cs{shortcite} is the same as \cs{cite} in numerical mode and cites @@ -1662,7 +1671,7 @@ \ProvidesFile{acmart.dtx} %</gobble> %<class>\ProvidesClass{acmart} -[2017/12/14 v1.48 Typesetting articles for the Association for +[2018/01/24 v1.49 Typesetting articles for the Association for Computing Machinery] % \end{macrocode} % @@ -1741,6 +1750,7 @@ Computing Machinery] % \changes{v1.48}{2017/10/01}{Initial support for Biblatex (Daniel Thomas)} % \changes{1.48}{2017/10/14}{Bib code cleanup (Zack Weinberg)} % \changes{1.48}{2017/12/03}{Documentation update (siggraph)} +% \changes{1.49}{2018/01/24}{New journal: DTRAP} % % And the driver code: % \begin{macrocode} @@ -3107,6 +3117,7 @@ Computing Machinery] \define@choicekey*+{ACM}{acmJournal}[\@journalCode\@journalCode@nr]{% CIE,% CSUR,% + DTRAP,% IMWUT,% JACM,% JDIQ,% @@ -3167,6 +3178,10 @@ Computing Machinery] \def\@journalName{ACM Computing Surveys}% \def\@journalNameShort{ACM Comput. Surv.}% \def\@permissionCodeOne{0360-0300}% +\or % DTRAP + \def\@journalName{Digital Threats: Research and Practice}% + \def\@journalNameShort{Digit. Threat. Res. Pract.}% + \def\@permissionCodeOne{2576-5337}% \or % IMWUT \def\@journalName{Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies}% |