diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-25 22:23:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-25 22:23:20 +0000 |
commit | ebb6aa10821efac1fecd31068e7d467b5c54b8de (patch) | |
tree | cab26a81b6c497f13816ea3e97a1eb46a2713810 /Master/texmf-dist/tex/latex | |
parent | c0587aa7c5e1767aad7010c7c6e0613b27672487 (diff) |
asmeconf (25jan20)
git-svn-id: svn://tug.org/texlive/trunk@53544 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/asmeconf/asmeconf.cls | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/asmeconf/asmeconf.cls b/Master/texmf-dist/tex/latex/asmeconf/asmeconf.cls index 8120904b200..0eda4a27013 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.14 dated 2019/12/25. - \def\versionno{1.14} - \def\versiondate{2019/12/25\space} +%% This file is version 1.15 dated 2020/01/24. + \def\versionno{1.15} + \def\versiondate{2020/01/24\space} %% %% Author: John H. Lienhard V %% Department of Mechanical Engineering @@ -392,7 +392,7 @@ %% if given in section headings. Ditto for \eqref \RequirePackage{xpatch} \xpatchcmd{\@uclcnotmath}{\@nonchangecase\ref}{\@nonchangecase\ref\@nonchangecase\footnote}{}{} -\xpatchcmd{\@uclcnotmath}{\@nonchangecase\ref}{\@nonchangecase\eqref\@nonchangecase\footnote}{}{} +\xpatchcmd{\@uclcnotmath}{\@nonchangecase\ref}{\@nonchangecase\ref\@nonchangecase\eqref}{}{} %% correct 24 Jan 2020 %%% Create an optional argument for unnumbered sections and set pdf bookmark (thru \addcontentsline). @@ -690,18 +690,18 @@ %% Flag for corresponding author (expecting just one, but if two enter both email addresses and flag both authors) \newif\ifCA\CAfalse -% allow for NO email address to be given by omitting the argument (g argument is deprecated, seems to have trouble with \IfNoValueTF) +% allow for NO email address to be given by omitting the argument (g argument is deprecated, seems to have trouble with \IfNoValueTF) %% corrected spacing error 24 Jan 2020 \DeclareDocumentCommand{\CorrespondingAuthor}{g}{% \ignorespaces$\bm{^\ast}$% \global\CAtrue% % \IfNoValueTF{#1}{% \ifblank{#1}{% - \gdef\@CAsep{\relax} - \gdef\@CAemail{\relax} + \gdef\@CAsep{\relax}% + \gdef\@CAemail{\relax}% }{% - \gdef\@CAsep{:\space} - \gdef\@CAemail{#1} - } + \gdef\@CAsep{:\space}% + \gdef\@CAemail{#1}% + }% } %%% Flag for joint first authors (two or more) |