summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-11-27 01:30:25 +0000
committerKarl Berry <karl@freefriends.org>2009-11-27 01:30:25 +0000
commit45a77effd223883b558d54a8a7cbd6a87aa01e16 (patch)
tree9aba8b04d1d049eb3f1001ac1b3ec18a035d7d27 /Master/texmf-dist
parent6d2deb683c6f5f51f911abd9ffca4096dc128772 (diff)
chemstyle update (26nov09)
git-svn-id: svn://tug.org/texlive/trunk@16187 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/chemstyle/chemstyle-demo.tex11
-rw-r--r--Master/texmf-dist/doc/latex/chemstyle/chemstyle.pdfbin334829 -> 334830 bytes
-rw-r--r--Master/texmf-dist/doc/latex/chemstyle/test.pdfbin0 -> 12346 bytes
-rw-r--r--Master/texmf-dist/doc/latex/chemstyle/test.tex5
-rw-r--r--Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx23
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty2
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty4
-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
14 files changed, 38 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/chemstyle/chemstyle-demo.tex b/Master/texmf-dist/doc/latex/chemstyle/chemstyle-demo.tex
new file mode 100644
index 00000000000..c40223711e5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/chemstyle/chemstyle-demo.tex
@@ -0,0 +1,11 @@
+\documentclass[a4paper]{article}
+\usepackage[T1]{fontenc} % Modern font encoding
+\usepackage[runs=2]{auto-pst-pdf} % Use EPS graphics with pdfLaTeX
+\usepackage{booktabs} % Better table layouts
+\usepackage[journal=rsc]{chemstyle} % Of course!
+\usepackage{geometry} % Easy page laout
+\usepackage{lmodern} % Use Latin Modern fonts
+\usepackage[version=3]{mhchem} % Formula subscripts using \ce{}
+\begin{document}
+\end{document}
+
diff --git a/Master/texmf-dist/doc/latex/chemstyle/chemstyle.pdf b/Master/texmf-dist/doc/latex/chemstyle/chemstyle.pdf
index f4301ba1725..9775955e2c5 100644
--- a/Master/texmf-dist/doc/latex/chemstyle/chemstyle.pdf
+++ b/Master/texmf-dist/doc/latex/chemstyle/chemstyle.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/chemstyle/test.pdf b/Master/texmf-dist/doc/latex/chemstyle/test.pdf
new file mode 100644
index 00000000000..917c56abdb8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/chemstyle/test.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/chemstyle/test.tex b/Master/texmf-dist/doc/latex/chemstyle/test.tex
new file mode 100644
index 00000000000..b76a4259e70
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/chemstyle/test.tex
@@ -0,0 +1,5 @@
+ \documentclass{article}
+ \usepackage{chemstyle}
+ \begin{document}
+ blub \mmHg
+ \end{document}
diff --git a/Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx b/Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx
index ec9684fd4c0..23595c36779 100644
--- a/Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx
+++ b/Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx
@@ -995,7 +995,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*package>
\ProvidesPackage{chemstyle}
- [2009/11/18 v2.0c Schemes and style for chemistry]
+ [2009/11/26 v2.0d Schemes and style for chemistry]
\RequirePackage{amstext,caption,chemscheme,xspace}
\SetupKeyvalOptions{
family=cst,
@@ -1159,6 +1159,7 @@ This work consists of the file chemstyle.dtx and
%\begin{macro}{\molar}
%\begin{macro}{\mmHg}
%\begin{macro}{\mol}
+%\changes{v2.0d}{2009/11/26}{Fix bug with \pkg{KOMA-Script}}
% The \pkg{siunitx} package provides all of the units desired here.
% So if it is loaded, the module \opt{synchem} is all that needs to
% be loaded.
@@ -1170,7 +1171,7 @@ This work consists of the file chemstyle.dtx and
\@ifpackageloaded{unitsdef}{}{%
\IfFileExists{siunitx.sty}{%
\RequirePackage{siunitx}
- \requiresiconfigs{synchem}
+ \AtBeginDocument{\requiresiconfigs{synchem}}%
}{%
\IfFileExists{SIunits.sty}{%
\RequirePackage{SIunits}
@@ -1774,7 +1775,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*chemscheme>
\ProvidesPackage{chemscheme}
- [2009/11/18 v2.0c Schemes for chemistry]
+ [2009/11/26 v2.0d Schemes for chemistry]
\RequirePackage{kvoptions,psfrag}
\SetupKeyvalOptions{
family=cst,
@@ -2263,7 +2264,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*angew>
\ProvidesFile{angew.chemstyle.cfg}
- [2009/11/18 v2.0c Angew. Chem. journal style]
+ [2009/11/26 v2.0d Angew. Chem. journal style]
\setkeys{cst}{
abbremph = false,
radhyphen = false
@@ -2285,7 +2286,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*ic>
\ProvidesFile{ic.chemstyle.cfg}
- [2009/11/18 v2.0c Inorg. Chem. journal style]
+ [2009/11/26 v2.0d Inorg. Chem. journal style]
\DeclareCaptionLabelSeparator{perquad}{.\quad}
\captionsetup{
labelfont = {bf,it,sf},
@@ -2318,7 +2319,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*jacs>
\ProvidesFile{jacs.chemstyle.cfg}
- [2009/11/18 v2.0c J. Am. Chem. Soc. journal style]
+ [2009/11/26 v2.0d J. Am. Chem. Soc. journal style]
\DeclareCaptionLabelSeparator{perquad}{.\quad}
\captionsetup{
labelfont = {bf,it,sf},
@@ -2351,7 +2352,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*jomc>
\ProvidesFile{jomc.chemstyle.cfg}
- [2009/11/18 v2.0c J. Organomet. Chem. journal style]
+ [2009/11/26 v2.0d J. Organomet. Chem. journal style]
\setkeys{cst}{
abbremph = false,
radhyphen = true,
@@ -2375,7 +2376,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*jpc>
\ProvidesFile{jpc.chemstyle.cfg}
- [2009/11/18 v2.0c J. Phys. Chem. journal style]
+ [2009/11/26 v2.0d J. Phys. Chem. journal style]
\DeclareCaptionFormat{labelcaps}{\MakeUppercase{#1}#2#3}
\captionsetup{
font = bf,
@@ -2409,7 +2410,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*orglett>
\ProvidesFile{orglett.chemstyle.cfg}
- [2009/11/18 v2.0c Org. Lett. journal style]
+ [2009/11/26 v2.0d Org. Lett. journal style]
\DeclareCaptionLabelSeparator{perquad}{.\quad}
\captionsetup{
labelfont = bf,
@@ -2533,7 +2534,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*rsc>
\ProvidesFile{rsc.chemstyle.cfg}
- [2009/11/18 v2.0c RSC journal style]
+ [2009/11/26 v2.0d RSC journal style]
\captionsetup{
labelsep = quad,
labelfont = bf
@@ -2549,7 +2550,7 @@ This work consists of the file chemstyle.dtx and
% \begin{macrocode}
%<*tetlett>
\ProvidesFile{tetlett.chemstyle.cfg}
- [2009/11/18 v2.0c Tetrahedron Lett. journal style]
+ [2009/11/26 v2.0d Tetrahedron Lett. journal style]
\captionsetup{
labelsep = period,
labelfont = bf,
diff --git a/Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty b/Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty
index a9504b17fd1..3a8c0df5f83 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty
+++ b/Master/texmf-dist/tex/latex/chemstyle/chemscheme.sty
@@ -14,7 +14,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{chemscheme}
- [2009/11/18 v2.0c Schemes for chemistry]
+ [2009/11/26 v2.0d Schemes for chemistry]
\RequirePackage{kvoptions,psfrag}
\SetupKeyvalOptions{
family=cst,
diff --git a/Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty b/Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty
index 3bf0672e441..b640b39085b 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}
- [2009/11/18 v2.0c Schemes and style for chemistry]
+ [2009/11/26 v2.0d Schemes and style for chemistry]
\RequirePackage{amstext,caption,chemscheme,xspace}
\SetupKeyvalOptions{
family=cst,
@@ -104,7 +104,7 @@
\@ifpackageloaded{unitsdef}{}{%
\IfFileExists{siunitx.sty}{%
\RequirePackage{siunitx}
- \requiresiconfigs{synchem}
+ \AtBeginDocument{\requiresiconfigs{synchem}}%
}{%
\IfFileExists{SIunits.sty}{%
\RequirePackage{SIunits}
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 71d410c74d7..8d3d2c61402 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}
- [2009/11/18 v2.0c Angew. Chem. journal style]
+ [2009/11/26 v2.0d 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 bacacc17089..575fb02ada0 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}
- [2009/11/18 v2.0c Inorg. Chem. journal style]
+ [2009/11/26 v2.0d 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 43ed6b129d0..83a1afcba25 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}
- [2009/11/18 v2.0c J. Am. Chem. Soc. journal style]
+ [2009/11/26 v2.0d 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 23de7b46408..6dca3802156 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}
- [2009/11/18 v2.0c J. Organomet. Chem. journal style]
+ [2009/11/26 v2.0d 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 df8123011d7..61da19e8721 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}
- [2009/11/18 v2.0c Org. Lett. journal style]
+ [2009/11/26 v2.0d 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 50b81bc4a3c..214455a0443 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}
- [2009/11/18 v2.0c RSC journal style]
+ [2009/11/26 v2.0d 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 cafc22d14d8..478fd58f5cc 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}
- [2009/11/18 v2.0c Tetrahedron Lett. journal style]
+ [2009/11/26 v2.0d Tetrahedron Lett. journal style]
\captionsetup{
labelsep = period,
labelfont = bf,