summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/chemstyle
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-31 00:03:59 +0000
committerKarl Berry <karl@freefriends.org>2010-03-31 00:03:59 +0000
commit65e86bebc777c600c0e6ee936c97874151ca7745 (patch)
tree0e43730fdd0967844d3bc55104bdf21c2c3729a9 /Master/texmf-dist/tex/latex/chemstyle
parent1fa0b6e8c5e8a3a07b68cd6767183b9903a3fbfa (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')
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty8
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty2
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/config/angew.chemstyle.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/config/ic.chemstyle.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/config/jacs.chemstyle.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/config/jomc.chemstyle.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/config/orglett.chemstyle.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/config/rsc.chemstyle.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/config/tetlett.chemstyle.cfg2
9 files changed, 15 insertions, 9 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}
diff --git a/Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty b/Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty
index fdb42c10489..f1f14bfef06 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty
+++ b/Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty
@@ -14,7 +14,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{chemstyle}
- [2010/01/30 v2.0f Schemes and style for chemistry]
+ [2010/03/29 v2.0g Schemes and style for chemistry]
\RequirePackage{amstext,caption,chemscheme,xspace}
\SetupKeyvalOptions{
family=cst,
diff --git a/Master/texmf-dist/tex/latex/chemstyle/config/angew.chemstyle.cfg b/Master/texmf-dist/tex/latex/chemstyle/config/angew.chemstyle.cfg
index 5729a92308b..eff54860803 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/config/angew.chemstyle.cfg
+++ b/Master/texmf-dist/tex/latex/chemstyle/config/angew.chemstyle.cfg
@@ -13,7 +13,7 @@
%% ----------------------------------------------------------------
%%
\ProvidesFile{angew.chemstyle.cfg}
- [2010/01/30 v2.0f Angew. Chem. journal style]
+ [2010/03/29 v2.0g Angew. Chem. journal style]
\setkeys{cst}{
abbremph = false,
radhyphen = false
diff --git a/Master/texmf-dist/tex/latex/chemstyle/config/ic.chemstyle.cfg b/Master/texmf-dist/tex/latex/chemstyle/config/ic.chemstyle.cfg
index f469e5a9c95..76c422eade7 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/config/ic.chemstyle.cfg
+++ b/Master/texmf-dist/tex/latex/chemstyle/config/ic.chemstyle.cfg
@@ -13,7 +13,7 @@
%% ----------------------------------------------------------------
%%
\ProvidesFile{ic.chemstyle.cfg}
- [2010/01/30 v2.0f Inorg. Chem. journal style]
+ [2010/03/29 v2.0g Inorg. Chem. journal style]
\DeclareCaptionLabelSeparator{perquad}{.\quad}
\captionsetup{
labelfont = {bf,it,sf},
diff --git a/Master/texmf-dist/tex/latex/chemstyle/config/jacs.chemstyle.cfg b/Master/texmf-dist/tex/latex/chemstyle/config/jacs.chemstyle.cfg
index 9bccf7fef1a..a5164387795 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/config/jacs.chemstyle.cfg
+++ b/Master/texmf-dist/tex/latex/chemstyle/config/jacs.chemstyle.cfg
@@ -13,7 +13,7 @@
%% ----------------------------------------------------------------
%%
\ProvidesFile{jacs.chemstyle.cfg}
- [2010/01/30 v2.0f J. Am. Chem. Soc. journal style]
+ [2010/03/29 v2.0g J. Am. Chem. Soc. journal style]
\DeclareCaptionLabelSeparator{perquad}{.\quad}
\captionsetup{
labelfont = {bf,it,sf},
diff --git a/Master/texmf-dist/tex/latex/chemstyle/config/jomc.chemstyle.cfg b/Master/texmf-dist/tex/latex/chemstyle/config/jomc.chemstyle.cfg
index 58dd513fe2b..0d9dbd68450 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/config/jomc.chemstyle.cfg
+++ b/Master/texmf-dist/tex/latex/chemstyle/config/jomc.chemstyle.cfg
@@ -13,7 +13,7 @@
%% ----------------------------------------------------------------
%%
\ProvidesFile{jomc.chemstyle.cfg}
- [2010/01/30 v2.0f J. Organomet. Chem. journal style]
+ [2010/03/29 v2.0g J. Organomet. Chem. journal style]
\setkeys{cst}{
abbremph = false,
radhyphen = true,
diff --git a/Master/texmf-dist/tex/latex/chemstyle/config/orglett.chemstyle.cfg b/Master/texmf-dist/tex/latex/chemstyle/config/orglett.chemstyle.cfg
index e4376d500be..cef8d7cfa8d 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/config/orglett.chemstyle.cfg
+++ b/Master/texmf-dist/tex/latex/chemstyle/config/orglett.chemstyle.cfg
@@ -13,7 +13,7 @@
%% ----------------------------------------------------------------
%%
\ProvidesFile{orglett.chemstyle.cfg}
- [2010/01/30 v2.0f Org. Lett. journal style]
+ [2010/03/29 v2.0g Org. Lett. journal style]
\DeclareCaptionLabelSeparator{perquad}{.\quad}
\captionsetup{
labelfont = bf,
diff --git a/Master/texmf-dist/tex/latex/chemstyle/config/rsc.chemstyle.cfg b/Master/texmf-dist/tex/latex/chemstyle/config/rsc.chemstyle.cfg
index 68900159354..9afd6bfa534 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/config/rsc.chemstyle.cfg
+++ b/Master/texmf-dist/tex/latex/chemstyle/config/rsc.chemstyle.cfg
@@ -13,7 +13,7 @@
%% ----------------------------------------------------------------
%%
\ProvidesFile{rsc.chemstyle.cfg}
- [2010/01/30 v2.0f RSC journal style]
+ [2010/03/29 v2.0g RSC journal style]
\captionsetup{
labelsep = quad,
labelfont = bf
diff --git a/Master/texmf-dist/tex/latex/chemstyle/config/tetlett.chemstyle.cfg b/Master/texmf-dist/tex/latex/chemstyle/config/tetlett.chemstyle.cfg
index 61bad5574c7..abe01533122 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/config/tetlett.chemstyle.cfg
+++ b/Master/texmf-dist/tex/latex/chemstyle/config/tetlett.chemstyle.cfg
@@ -13,7 +13,7 @@
%% ----------------------------------------------------------------
%%
\ProvidesFile{tetlett.chemstyle.cfg}
- [2010/01/30 v2.0f Tetrahedron Lett. journal style]
+ [2010/03/29 v2.0g Tetrahedron Lett. journal style]
\captionsetup{
labelsep = period,
labelfont = bf,