diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty b/Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty index 93158d09060..fdb42c10489 100644 --- a/Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty +++ b/Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty @@ -14,12 +14,23 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{chemstyle} - [2009/12/28 v2.0e Schemes and style for chemistry] + [2010/01/30 v2.0f Schemes and style for chemistry] \RequirePackage{amstext,caption,chemscheme,xspace} \SetupKeyvalOptions{ family=cst, prefix=cst@ } +\@ifclassloaded{achemso} + { + \PackageWarning{chemstyle} + {% + The chemstyle package should not\MessageBreak + be used with the achemso class:\MessageBreak + loading chemstyle will abort% + } + \endinput + } + {} \newcommand*\cst@tempa{} \DeclareBoolOption[false]{abbrcomma} \DeclareBoolOption[true]{abbremph} @@ -463,7 +474,7 @@ \cst@ref@load %% -%% Copyright (C) 2006-2009 by +%% Copyright (C) 2006-2010 by %% Joseph Wright <joseph.wright@morningstar2.co.uk> %% %% It may be distributed and/or modified under the conditions of |