diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty b/Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty index b642463b8fe..963e22c1c8d 100644 --- a/Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty +++ b/Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty @@ -14,12 +14,23 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{chemscheme} - [2009/12/28 v2.0e Schemes for chemistry] + [2010/01/30 v2.0f Schemes for chemistry] \RequirePackage{kvoptions,psfrag} \SetupKeyvalOptions{ family=cst, prefix=cst@ } +\@ifclassloaded{achemso} + { + \PackageWarning{chemscheme} + {% + The chemscheme package should not\MessageBreak + be used with the achemso class:\MessageBreak + loading chemscheme will abort% + } + \endinput + } + {} \DeclareBoolOption[true]{chemcompounds} \DeclareComplementaryOption{bpchem}{chemcompounds} \DeclareBoolOption[true]{floatrow} @@ -303,7 +314,7 @@ \AtBeginDocument{\cst@ref@check@sub} %% -%% 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 |