diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-31 00:03:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-31 00:03:59 +0000 |
commit | 65e86bebc777c600c0e6ee936c97874151ca7745 (patch) | |
tree | 0e43730fdd0967844d3bc55104bdf21c2c3729a9 /Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty | |
parent | 1fa0b6e8c5e8a3a07b68cd6767183b9903a3fbfa (diff) |
chemstyle 2.0g (29mar10)
git-svn-id: svn://tug.org/texlive/trunk@17629 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty b/Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty index 963e22c1c8d..41fb223f6a9 100644 --- a/Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty +++ b/Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty @@ -14,12 +14,18 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{chemscheme} - [2010/01/30 v2.0f Schemes for chemistry] + [2010/03/29 v2.0g Schemes for chemistry] \RequirePackage{kvoptions,psfrag} \SetupKeyvalOptions{ family=cst, prefix=cst@ } +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname XeTeXrevision\endcsname\relax +\else + \PackageWarning{chemscheme} + {XeTeX in use: \string\schemeref\space will not work} +\fi \@ifclassloaded{achemso} { \PackageWarning{chemscheme} |