diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/achemso/achemso.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/achemso/achemso.sty | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.sty b/Master/texmf-dist/tex/latex/achemso/achemso.sty index a26439afa73..1d3b8a8e6fb 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso.sty +++ b/Master/texmf-dist/tex/latex/achemso/achemso.sty @@ -16,7 +16,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{achemso} - [2009/07/29 v3.2e Support for ACS journals] + [2009/08/13 v3.2g Support for ACS journals] \@ifclassloaded{achemso}{% \PackageInfo{achemso}{% You have already loaded the `achemso' class:\MessageBreak @@ -181,18 +181,6 @@ }% }% } -\newcommand*\acs@bibstyle{achemso} -\bibliographystyle{achemso} -\ifacs@biochem - \def\acs@bibstyle{biochem} - \bibliographystyle{biochem} -\fi -\newcommand*\acs@bibliographystyle{} -\let\acs@bibliographystyle\bibliographystyle -\def\bibliographystyle#1{% - \acs@warning{\string\bibliographystyle\space ignored}% - \expandafter\acs@bibliographystyle\expandafter{\acs@bibstyle}% -} \newwrite\acs@bib@file \newcommand*\acs@bib@message{% This is an auxiliary file used by the `achemso' bundle.^^J% @@ -243,6 +231,19 @@ \def\citenumfont{\textit} \fi \RequirePackage{natmove} +\newcommand*\acs@bibstyle{achemso} +\ifacs@biochem + \def\acs@bibstyle{biochem} + \bibliographystyle{biochem} +\else + \bibliographystyle{achemso} +\fi +\newcommand*\acs@bibliographystyle{} +\let\acs@bibliographystyle\bibliographystyle +\def\bibliographystyle#1{% + \acs@warning{\string\bibliographystyle\space ignored}% + \expandafter\acs@bibliographystyle\expandafter{\acs@bibstyle}% +} \AtBeginDocument{% \@ifpackageloaded{notes2bib}{}{% \acs@niib@create |