diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-25 21:57:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-25 21:57:18 +0000 |
commit | c697daa2e690c9ad09ed1f0857b3c23e7dd8f547 (patch) | |
tree | 2abafef2776b921b3e61d031555afcf952e1c5e3 /Master/texmf-dist/tex | |
parent | d5ecdd2f84f9d2f7da62abe388df4031ce018c38 (diff) |
asmeconf (25dec19)
git-svn-id: svn://tug.org/texlive/trunk@53229 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/asmeconf/asmeconf.cls | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/asmeconf/asmeconf.cls b/Master/texmf-dist/tex/latex/asmeconf/asmeconf.cls index 2ce3ccce4ee..8120904b200 100644 --- a/Master/texmf-dist/tex/latex/asmeconf/asmeconf.cls +++ b/Master/texmf-dist/tex/latex/asmeconf/asmeconf.cls @@ -5,9 +5,9 @@ %% %% Please note that ASME's journals follow specifications different from ASME conference papers. %% -%% This file is version 1.13 dated 2019/11/06. - \def\versionno{1.13} - \def\versiondate{2019/11/06\space} +%% This file is version 1.14 dated 2019/12/25. + \def\versionno{1.14} + \def\versiondate{2019/12/25\space} %% %% Author: John H. Lienhard V %% Department of Mechanical Engineering @@ -69,7 +69,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{asmeconf}[\versiondate ASME Conference Paper Format] +\ProvidesClass{asmeconf}[\versiondate ASME Conference Paper Format (JHL)] \LoadClass[twoside,twocolumn,10pt]{article} % Two-sided layout not used in ASME's specs, although that's how the papers are printed @@ -89,7 +89,7 @@ \RequirePackage{kvoptions} -\RequirePackage{kvsetkeys} +%\RequirePackage{kvsetkeys} \SetupKeyvalOptions{ family=asmeconf, prefix=asmeconf@, @@ -362,7 +362,7 @@ \RequirePackage{doi} % provides hyperlinks for doi in bibliography \renewcommand{\doitext}{DOI } % change the default value, {doi:}, to this per ASME specification - +\RequirePackage{bookmark} % improves handling of pdf bookmarks %% Since \bm may be useful in headings, this fix will reduce frequency with which %% alternate pdfstrings must be given in revised section command as \section[pdfstring]{texstring} |