summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/chemstyle
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-08-24 18:29:39 +0000
committerKarl Berry <karl@freefriends.org>2007-08-24 18:29:39 +0000
commitd113ba9d6ff01b6887f6ffee1ff74e79f57bb3bf (patch)
treeaf05ab5fd6da306b49173a4e4607b212635707f3 /Master/texmf-dist/tex/latex/chemstyle
parent1ce48411b17da60024defebe9a60f7ab67be0c77 (diff)
chemstyle 1.0a (23aug07)
git-svn-id: svn://tug.org/texlive/trunk@4790 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemstyle')
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/angew.jdf4
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty5
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/ic.jdf3
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/jacs.jdf11
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/jpc.jdf32
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/none.jdf3
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/orglett.jdf50
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/rsc.jdf3
8 files changed, 96 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/latex/chemstyle/angew.jdf b/Master/texmf-dist/tex/latex/chemstyle/angew.jdf
index c6da68fda0b..99a3550d440 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/angew.jdf
+++ b/Master/texmf-dist/tex/latex/chemstyle/angew.jdf
@@ -12,8 +12,7 @@
%% Released under the GNU General Public License
%% See http://www.gnu.org/licenses/gpl.txt
%% ----------------------------------------------------------------
-
-\ProvidesFile{cst-angew.def}[2007/08/113 v1.0]
+\ProvidesFile{cst-angew.def}[2007/08/23 v1.0a]
\RequirePackage[labelsep=period,labelfont={bf,it},font=sf]{caption}
\captionsetup[table]{labelsep=colon}
\captionsetup{singlelinecheck=off}
@@ -21,6 +20,7 @@
\def\cst@hyph{}
\let\cst@super\relax
\cst@prefixtrue
+\latinemphoff
\endinput
%%
%% End of file `angew.jdf'.
diff --git a/Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty b/Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty
index cb3be73902a..2c3bdce5ea9 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty
+++ b/Master/texmf-dist/tex/latex/chemstyle/chemstyle.sty
@@ -12,10 +12,9 @@
%% Released under the GNU General Public License
%% See http://www.gnu.org/licenses/gpl.txt
%% ----------------------------------------------------------------
-
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{chemstyle}
- [2007/08/13 v1.0 Writing chemistry with style]
+ [2007/08/23 v1.0a Writing chemistry with style]
\ifx\fg\@undefined
\else
\ifx\fg\relax
@@ -24,7 +23,7 @@
\let\fg\@undefined
\fi
\fi
-\RequirePackage{graphicx,amssymb,fixltx2e,varioref,xspace,unitsdef}
+\RequirePackage{graphicx,amssymb,varioref,xspace,unitsdef}
\ifx\cst@fg\@undefined
\let\fg\@undefined
\else
diff --git a/Master/texmf-dist/tex/latex/chemstyle/ic.jdf b/Master/texmf-dist/tex/latex/chemstyle/ic.jdf
index 7735097cc98..cf77e50a6b8 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/ic.jdf
+++ b/Master/texmf-dist/tex/latex/chemstyle/ic.jdf
@@ -12,8 +12,7 @@
%% Released under the GNU General Public License
%% See http://www.gnu.org/licenses/gpl.txt
%% ----------------------------------------------------------------
-
-\ProvidesFile{ic.jdf}[2007/08/13 v1.0]
+\ProvidesFile{ic.jdf}[2007/08/23 v1.0a]
\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 fb685ef4c15..a6b80e57f4b 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/jacs.jdf
+++ b/Master/texmf-dist/tex/latex/chemstyle/jacs.jdf
@@ -12,8 +12,7 @@
%% Released under the GNU General Public License
%% See http://www.gnu.org/licenses/gpl.txt
%% ----------------------------------------------------------------
-
-\ProvidesFile{jacs.jdf}[2007/08/13 v1.0]
+\ProvidesFile{jacs.jdf}[2007/08/23 v1.0a]
\RequirePackage[labelfont={bf,it,sf},textfont=sf]{caption}
\DeclareCaptionLabelSeparator{perquad}{.\quad}
\captionsetup{labelsep=perquad}
@@ -22,8 +21,12 @@
\let\cst@emph\emph
\def\cst@hyph{}
\let\cst@super\textsuperscript
-\cst@prefixtrue \floatstyle{plaintop} \restylefloat{scheme}
-\floatstyle{plain} \latinemphoff \cst@notesbeforefalse
+\cst@prefixtrue
+\floatstyle{plaintop}
+\restylefloat{scheme}
+\floatstyle{plain}
+\latinemphoff
+\cst@notesbeforefalse
\endinput
%%
%% End of file `jacs.jdf'.
diff --git a/Master/texmf-dist/tex/latex/chemstyle/jpc.jdf b/Master/texmf-dist/tex/latex/chemstyle/jpc.jdf
new file mode 100644
index 00000000000..52f358a8180
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chemstyle/jpc.jdf
@@ -0,0 +1,32 @@
+%%
+%% This is file `jpc.jdf',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% chemstyle.dtx (with options: `jpc')
+%% ----------------------------------------------------------------
+%% chemstyle - Writing chemistry with style
+%% Maintained by Joseph Wright
+%% E-mail: joseph.wright@morningstar2.co.uk
+%% Released under the GNU General Public License
+%% See http://www.gnu.org/licenses/gpl.txt
+%% ----------------------------------------------------------------
+\ProvidesFile{jpc.jdf}[2007/08/23 v1.0a]
+\RequirePackage[font=bf,labelsep=colon]{caption}
+\DeclareCaptionFormat{labelcaps}{\MakeUppercase{#1}#2#3}
+\captionsetup{format=labelcaps}
+\captionsetup[figure]{format=plain,textfont=md,labelsep=period}
+\captionsetup{singlelinecheck=off}
+\let\cst@emph\emph
+\def\cst@hyph{}
+\let\cst@super\textsuperscript
+\cst@prefixtrue
+\floatstyle{plaintop}
+\restylefloat{scheme}
+\floatstyle{plain}
+\latinemphoff
+\cst@notesbeforefalse
+\endinput
+%%
+%% End of file `jpc.jdf'.
diff --git a/Master/texmf-dist/tex/latex/chemstyle/none.jdf b/Master/texmf-dist/tex/latex/chemstyle/none.jdf
index 2d4eb3f1fd3..7247fbd358c 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/none.jdf
+++ b/Master/texmf-dist/tex/latex/chemstyle/none.jdf
@@ -12,8 +12,7 @@
%% Released under the GNU General Public License
%% See http://www.gnu.org/licenses/gpl.txt
%% ----------------------------------------------------------------
-
-\ProvidesFile{none.jdf}[2007/08/13 v1.0]
+\ProvidesFile{none.jdf}[2007/08/23 v1.0a]
\RequirePackage{caption}
\floatstyle{plain}
\restylefloat{table}
diff --git a/Master/texmf-dist/tex/latex/chemstyle/orglett.jdf b/Master/texmf-dist/tex/latex/chemstyle/orglett.jdf
new file mode 100644
index 00000000000..796959e8185
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chemstyle/orglett.jdf
@@ -0,0 +1,50 @@
+%%
+%% This is file `orglett.jdf',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% chemstyle.dtx (with options: `orglett')
+%% ----------------------------------------------------------------
+%% chemstyle - Writing chemistry with style
+%% Maintained by Joseph Wright
+%% E-mail: joseph.wright@morningstar2.co.uk
+%% Released under the GNU General Public License
+%% See http://www.gnu.org/licenses/gpl.txt
+%% ----------------------------------------------------------------
+\ProvidesFile{orglett.jdf}[2007/08/23 v1.0a]
+\RequirePackage{xcolor}
+\newcommand*{\OrgLettColour}{purple}
+\newcommand\fs@orglett{\def\@fs@cfont{\bfseries}
+ \let\@fs@capt\floatc@ruled
+ \def\@fs@pre{\begingroup\color{\OrgLettColour}
+ \hrule height12pt depth0pt \kern2pt\endgroup}%
+ \def\@fs@mid{\vspace\belowcaptionskip\relax}%
+ \def\@fs@post{\begingroup\color{\OrgLettColour}\kern2pt
+ \hrule height1.5pt depth0pt\endgroup}%
+ \let\@fs@iftopcapt\iftrue}
+\newcommand\fs@orglettfig{\def\@fs@cfont{\bfseries}
+ \let\@fs@capt\floatc@plain
+ \def\@fs@pre{\begingroup\color{\OrgLettColour}
+ \hrule height12pt depth0pt \kern2pt\endgroup}%
+ \def\@fs@mid{\vspace\abovecaptionskip\relax}%
+ \def\@fs@post{\begingroup\color{\OrgLettColour}\kern2pt
+ \hrule height1.5pt depth0pt\endgroup}%
+ \let\@fs@iftopcapt\iffalse}
+\floatstyle{orglettfig}
+\restylefloat{figure}
+\floatstyle{orglett}
+\restylefloat{scheme}
+\restylefloat{table}
+\RequirePackage[labelfont=bf]{caption}
+\DeclareCaptionLabelSeparator{perquad}{.\quad}
+\captionsetup{labelsep=perquad}
+\let\cst@emph\emph
+\def\cst@hyph{}
+\let\cst@super\textsuperscript
+\cst@prefixtrue
+\latinemphoff
+\cst@notesbeforefalse
+\endinput
+%%
+%% End of file `orglett.jdf'.
diff --git a/Master/texmf-dist/tex/latex/chemstyle/rsc.jdf b/Master/texmf-dist/tex/latex/chemstyle/rsc.jdf
index d6527b386dc..acfaf1fcc01 100644
--- a/Master/texmf-dist/tex/latex/chemstyle/rsc.jdf
+++ b/Master/texmf-dist/tex/latex/chemstyle/rsc.jdf
@@ -12,8 +12,7 @@
%% Released under the GNU General Public License
%% See http://www.gnu.org/licenses/gpl.txt
%% ----------------------------------------------------------------
-
-\ProvidesFile{rsc.jdf}[2007/08/13 v1.0]
+\ProvidesFile{rsc.jdf}[2007/08/23 v1.0a]
\renewcommand{\figurename}{Fig.}
\RequirePackage[labelsep=quad,labelfont=bf]{caption}
\let\cst@emph\relax