summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/chemstyle
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-03-22 23:29:09 +0000
committerKarl Berry <karl@freefriends.org>2008-03-22 23:29:09 +0000
commitb552fc5adb5017e593f10eeed7bfd18e10e531ac (patch)
treeca68592b075ba2d88a8038d5878d1223f45a0aae /Master/texmf-dist/tex/latex/chemstyle
parent91f46c0caf49d9caf86fe497dd6f44fa8d2dbdbb (diff)
chemstyle 1.2a (21mar08)
git-svn-id: svn://tug.org/texlive/trunk@7086 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemstyle')
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/angew.jdf3
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty9
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/ic.jdf3
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/jacs.jdf3
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/jawltxdoc.sty10
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/jomc.jdf3
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/jpc.jdf3
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/none.jdf8
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/orglett.jdf3
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/rsc.jdf3
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/tetlett.jdf3
11 files changed, 33 insertions, 18 deletions
diff --git a/Master/texmf-dist/tex/latex/chemstyle/angew.jdf b/Master/texmf-dist/tex/latex/chemstyle/angew.jdf
index ef17c69f56c..9f71bff714f 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/angew.jdf
+++ b/Master/texmf-dist/tex/latex/chemstyle/angew.jdf
@@ -13,7 +13,8 @@
%% See http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\ProvidesFile{angew.def}[2007/10/31 v1.1h]
+\ProvidesFile{angew.def}
+ [2008/03/21 v1.2a Angew. Chem. journal style]
\captionsetup{labelsep=period,labelfont={bf,it},font=sf,singlelinecheck=off}
\captionsetup[table]{labelsep=colon}
\setkeys[cst]{opt}{
diff --git a/Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty b/Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty
index 884adcf0be2..a00b2fac5ac 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty
+++ b/Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty
@@ -15,7 +15,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{chemstyle}
- [2008/03/08 v1.2 Writing chemistry with style]
+ [2008/03/21 v1.2a Writing chemistry with style]
\RequirePackage{xkeyval}
\@ifpackagelater{xkeyval}{2005/05/07}
{}
@@ -166,15 +166,16 @@
\floatstyle{plaintop}
\restylefloat{table}
\floatstyle{plain}
-\restylefloat{scheme}
\restylefloat{figure}
\floatplacement{table}{htbp}
-\floatplacement{scheme}{htbp}
\floatplacement{figure}{htbp}
+\AtBeginDocument{
+ \restylefloat{scheme}
+ \floatplacement{scheme}{htbp}}
\floatcontentscentre
-\labelformat{scheme}{\schemename~#1}
\labelformat{figure}{\figurename~#1}
\labelformat{table}{\tablename~#1}
+\AtBeginDocument{\labelformat{scheme}{\schemename~#1}}
\newcommand*{\cst@latin}{%
\ifcst@abbremph
\expandafter\emph%
diff --git a/Master/texmf-dist/tex/latex/chemstyle/ic.jdf b/Master/texmf-dist/tex/latex/chemstyle/ic.jdf
index f9e4ef9981c..b44d4f1f593 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/ic.jdf
+++ b/Master/texmf-dist/tex/latex/chemstyle/ic.jdf
@@ -13,7 +13,8 @@
%% See http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\ProvidesFile{ic.jdf}[2007/10/31 v1.1h]
+\ProvidesFile{ic.jdf}
+ [2008/03/21 v1.2a Inorg. Chem. journal style]
\input {jacs.jdf}
\captionsetup{textfont=rm}
\endinput
diff --git a/Master/texmf-dist/tex/latex/chemstyle/jacs.jdf b/Master/texmf-dist/tex/latex/chemstyle/jacs.jdf
index c47daf979cd..e65df3592e3 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/jacs.jdf
+++ b/Master/texmf-dist/tex/latex/chemstyle/jacs.jdf
@@ -13,7 +13,8 @@
%% See http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\ProvidesFile{jacs.jdf}[2007/10/31 v1.1h]
+\ProvidesFile{jacs.jdf}
+ [2008/03/21 v1.2a J. Am. Chem. Soc. journal style]
\DeclareCaptionLabelSeparator{perquad}{.\quad}
\captionsetup{labelfont={bf,it,sf},textfont=sf,labelsep=perquad}
\captionsetup[figure]{textfont=rm}
diff --git a/Master/texmf-dist/tex/latex/chemstyle/jawltxdoc.sty b/Master/texmf-dist/tex/latex/chemstyle/jawltxdoc.sty
index 7c3ece3e6d6..ec365e7c51b 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/jawltxdoc.sty
+++ b/Master/texmf-dist/tex/latex/chemstyle/jawltxdoc.sty
@@ -16,13 +16,12 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{jawltxdoc}
\usepackage[T1]{fontenc}
-\usepackage[english,UKenglish]{babel}
\usepackage[scaled=0.95]{helvet}
\usepackage[version=3]{mhchem}
\usepackage[final]{microtype}
\usepackage[osf]{mathpazo}
-\usepackage{booktabs,array,url,graphicx,courier,xspace}
-\usepackage{upgreek,ifpdf,listings,float,caption,longtable}
+\usepackage{booktabs,array,url,graphicx,courier,xspace,ifmtarg}
+\usepackage{upgreek,ifpdf,listings,float,caption,longtable,babel}
\floatstyle{plaintop}
\restylefloat{table}
\ifpdf
@@ -130,9 +129,14 @@
(option)\encapchar usage}%
\index{options:\levelchar#1\actualchar{\protect\ttfamily#1}\encapchar
usage}\@esphack}
+\newcommand*{\indexopt}[1]{\DescribeOption{#1}\opt{#1}}
+\newcommand*{\DescribeOptionInfo}[2]{%
+ \DescribeOption{#1}%
+ \opt{#1=\meta{#2}}\xspace}
\newcommand*{\pkg}[1]{\textsf{#1}}
\newcommand*{\currpkg}{\pkg{\jobname}\xspace}
\newcommand*{\opt}[1]{\texttt{#1}}
+\newcommand*{\defaultopt}[1]{\opt{\textbf{#1}}}
\newcommand*{\file}[1]{\texttt{#1}}
\newcommand*{\ext}[1]{\file{.#1}}
\newcommand*{\latin}[1]{\emph{#1}}
diff --git a/Master/texmf-dist/tex/latex/chemstyle/jomc.jdf b/Master/texmf-dist/tex/latex/chemstyle/jomc.jdf
index d61a461c350..56c436ad8c7 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/jomc.jdf
+++ b/Master/texmf-dist/tex/latex/chemstyle/jomc.jdf
@@ -13,7 +13,8 @@
%% See http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\ProvidesFile{jomc.def}[2007/10/31 v1.1h]
+\ProvidesFile{jomc.def}
+ [2008/03/21 v1.2a J. Organomet. Chem. journal style]
\captionsetup{labelsep=period}
\captionsetup[table]{labelsep=newline,singlelinecheck=off}
\AtBeginDocument{%
diff --git a/Master/texmf-dist/tex/latex/chemstyle/jpc.jdf b/Master/texmf-dist/tex/latex/chemstyle/jpc.jdf
index d7e7488c88f..89ede235539 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/jpc.jdf
+++ b/Master/texmf-dist/tex/latex/chemstyle/jpc.jdf
@@ -13,7 +13,8 @@
%% See http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\ProvidesFile{jpc.jdf}[2007/10/31 v1.1h]
+\ProvidesFile{jpc.jdf}
+ [2008/03/21 v1.2a J. Phys. Chem. journal style]
\DeclareCaptionFormat{labelcaps}{\MakeUppercase{#1}#2#3}
\captionsetup{font=bf,labelsep=colon,format=labelcaps}
\captionsetup[figure]{format=plain,textfont=md,labelsep=period}
diff --git a/Master/texmf-dist/tex/latex/chemstyle/none.jdf b/Master/texmf-dist/tex/latex/chemstyle/none.jdf
index 65fadbce374..0d4d29a6c69 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/none.jdf
+++ b/Master/texmf-dist/tex/latex/chemstyle/none.jdf
@@ -13,15 +13,17 @@
%% See http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\ProvidesFile{none.jdf}[2007/10/31 v1.1h]
+\ProvidesFile{none.jdf}
+ [2008/03/21 v1.2a Empty journal style]
\floatstyle{plain}
\restylefloat{table}
-\labelformat{scheme}{#1}
\labelformat{figure}{#1}
\labelformat{table}{#1}
\floatplacement{table}{tbp}
-\floatplacement{scheme}{tbp}
\floatplacement{figure}{tbp}
+\AtBeginDocument{
+ \floatplacement{scheme}{tbp}
+ \labelformat{scheme}{#1}}
\endinput
%%
%% End of file `none.jdf'.
diff --git a/Master/texmf-dist/tex/latex/chemstyle/orglett.jdf b/Master/texmf-dist/tex/latex/chemstyle/orglett.jdf
index 5fb0ff7706e..37423e94952 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/orglett.jdf
+++ b/Master/texmf-dist/tex/latex/chemstyle/orglett.jdf
@@ -13,7 +13,8 @@
%% See http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\ProvidesFile{orglett.jdf}[2007/10/31 v1.1h]
+\ProvidesFile{orglett.jdf}
+ [2008/03/21 v1.2a Org. Lett. journal style]
\RequirePackage{xcolor}
\newcommand*{\OrgLettColour}{purple}
\newcommand*{\fs@orglett}{%
diff --git a/Master/texmf-dist/tex/latex/chemstyle/rsc.jdf b/Master/texmf-dist/tex/latex/chemstyle/rsc.jdf
index c75b9b914a7..70542e47b7e 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/rsc.jdf
+++ b/Master/texmf-dist/tex/latex/chemstyle/rsc.jdf
@@ -13,7 +13,8 @@
%% See http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\ProvidesFile{rsc.jdf}[2007/10/31 v1.1h]
+\ProvidesFile{rsc.jdf}
+ [2008/03/21 v1.2a RSC journal style]
\AtBeginDocument{%
\renewcommand{\figurename}{Fig.}}
\captionsetup{labelsep=quad,labelfont=bf}
diff --git a/Master/texmf-dist/tex/latex/chemstyle/tetlett.jdf b/Master/texmf-dist/tex/latex/chemstyle/tetlett.jdf
index 9ece588f3bd..ae8a5fec941 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/tetlett.jdf
+++ b/Master/texmf-dist/tex/latex/chemstyle/tetlett.jdf
@@ -13,7 +13,8 @@
%% See http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\ProvidesFile{tetlett.def}[2007/10/31 v1.1h]
+\ProvidesFile{tetlett.def}
+ [2008/03/21 v1.2a Tetrahedron Lett. journal style]
\captionsetup{labelsep=period,singlelinecheck=off,labelfont=bf}
\setkeys[cst]{opt}{
radprefix=true,