diff options
author | Karl Berry <karl@freefriends.org> | 2014-12-13 23:37:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-12-13 23:37:35 +0000 |
commit | 5e50ecb7f3e0b46f293e54cb46edc7dc7fd9ffdc (patch) | |
tree | 81082ae164ae25fde23f4c5c07a5ab08dd5e3d5d /Master/texmf-dist/tex/latex/achemso/achemso.cls | |
parent | 5f84bfa24c7c8304d0c13e5a342085ca5b63645e (diff) |
achemso (13dec14)
git-svn-id: svn://tug.org/texlive/trunk@35815 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/achemso/achemso.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/achemso/achemso.cls | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.cls b/Master/texmf-dist/tex/latex/achemso/achemso.cls index cee15517bdc..377b39b7d6d 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso.cls +++ b/Master/texmf-dist/tex/latex/achemso/achemso.cls @@ -16,7 +16,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesClass{achemso} - [2014/08/18 v3.8k Submission to ACS journals] + [2014/12/12 v3.8m Submission to ACS journals] \LoadClass[12pt,letter]{article} \newcommand*\acs@warning{\ClassWarning{achemso}} \newcommand*\acs@ifundefined[1]{% @@ -940,7 +940,9 @@ \acs@number@list@aux@i{phone}% \let\@tempb\@tempa \acs@number@list@aux@i{fax}% - \ifx\@tempa\@empty\else + \ifx\@tempa\@empty + \let\@tempa\@tempb + \else \ifx\@tempb\@empty\else \protected@edef\@tempa{% \@tempb.\space\@tempa |