summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx
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/source/latex/chemstyle/chemstyle.dtx
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/source/latex/chemstyle/chemstyle.dtx')
-rw-r--r--Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx34
1 files changed, 23 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx b/Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx
index 3b67c5558cf..95ac08085bc 100644
--- a/Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx
+++ b/Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx
@@ -711,7 +711,8 @@ This work consists of the file chemstyle.dtx and
% issue. The package makes use of the \pkg{psfrag} package, which
% means that it can only directly produce DVI output (using \LaTeX).
% However, direct PDF output using pdf\LaTeX\ is possible: see
-% Section~\ref{demo}.
+% Section~\ref{demo}. However, it \emph{will not work} with XeTeX
+% as the underlying \pkg{psfrag} package does not with XeTeX.
%
% Getting automated numbers into schemes is a two step procedure. In
% the first step, schemes (or other graphics) should be prepared as
@@ -997,7 +998,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*package>
\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,
@@ -1792,13 +1793,24 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*chemscheme>
\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@
}
% \end{macrocode}
+%
+% There is a lot of confusion about XeTeX: hopefully a warning will
+% sort this.
+% \begin{macrocode}
+\begingroup\expandafter\expandafter\expandafter\endgroup
+\expandafter\ifx\csname XeTeXrevision\endcsname\relax
+\else
+ \PackageWarning{chemscheme}
+ {XeTeX in use: \string\schemeref\space will not work}
+\fi
+% \end{macrocode}
%
% Users of the \pkg{achemso} class should not load \pkg{chemscheme}.
% \begin{macrocode}
@@ -2296,7 +2308,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*angew>
\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
@@ -2318,7 +2330,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*ic>
\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},
@@ -2353,7 +2365,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*jacs>
\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},
@@ -2386,7 +2398,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*jomc>
\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,
@@ -2410,7 +2422,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*jpc>
\ProvidesFile{jpc.chemstyle.cfg}
- [2010/01/30 v2.0f J. Phys. Chem. journal style]
+ [2010/03/29 v2.0g J. Phys. Chem. journal style]
\DeclareCaptionFormat{labelcaps}{\MakeUppercase{#1}#2#3}
\captionsetup{
font = bf,
@@ -2444,7 +2456,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*orglett>
\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,
@@ -2568,7 +2580,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*rsc>
\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
@@ -2584,7 +2596,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*tetlett>
\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,