diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-07 23:22:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-07 23:22:28 +0000 |
commit | 8f0c39ea0736ec81b5d289f9699c5343cc3c88e3 (patch) | |
tree | 75ad2c33945efa3b4e4a1b2d12bd31af03db65c8 /Master/texmf-dist/tex/latex/chemstyle/config/orglett.chemstyle.cfg | |
parent | dc1c34928a4b35b5f377940b8bdd7406820ddd70 (diff) |
chemstyle 2 (6jun09)
git-svn-id: svn://tug.org/texlive/trunk@13659 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemstyle/config/orglett.chemstyle.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex/chemstyle/config/orglett.chemstyle.cfg | 136 |
1 files changed, 136 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/chemstyle/config/orglett.chemstyle.cfg b/Master/texmf-dist/tex/latex/chemstyle/config/orglett.chemstyle.cfg new file mode 100644 index 00000000000..414df6f0a8a --- /dev/null +++ b/Master/texmf-dist/tex/latex/chemstyle/config/orglett.chemstyle.cfg @@ -0,0 +1,136 @@ +%% +%% This is file `orglett.chemstyle.cfg', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% chemstyle.dtx (with options: `orglett') +%% ---------------------------------------------------------------- +%% The chemstyle bundle --- Schemes and style for chemistry +%% E-mail: joseph.wright@morningstar2.co.uk +%% Released under the LaTeX Project Public License v1.3c or later +%% See http://www.latex-project.org/lppl.txt +%% ---------------------------------------------------------------- +%% +\ProvidesFile{orglett.chemstyle.cfg} + [2009/06/06 v2.0 Org. Lett. journal style] +\DeclareCaptionLabelSeparator{perquad}{.\quad} +\captionsetup{ + labelfont = bf, + labelsep = perquad +} +\setkeys{cst}{ + abbrcomma = true, + abbremph = false, + notesbefore = false, + radhyphen = false, + radsuper = true +} +\RequirePackage{xcolor} +\newcommand*\fs@orglett{% + \def\@fs@cfont{\bfseries}% + \let\@fs@capt\floatc@ruled + \def\@fs@pre{% + \begingroup + \color{purple}% + \hrule height 12pt depth 0pt\relax + \kern 2pt\relax + \endgroup + }% + \def\@fs@mid{% + \vspace\belowcaptionskip\relax + }% + \def\@fs@post{% + \begingroup + \color{purple}% + \kern 2pt\relax + \hrule height 1.5pt depth 0pt\relax + \endgroup + }% + \let\@fs@iftopcapt\iftrue +} +\newcommand*\fs@orglettfig{% + \def\@fs@cfont{\bfseries}% + \let\@fs@capt\floatc@plain + \def\@fs@pre{% + \begingroup + \color{purple}% + \hrule height 12pt depth 0pt\relax + \kern 2pt\relax + \endgroup + }% + \def\@fs@mid{% + \vspace\abovecaptionskip\relax + }% + \def\@fs@post{% + \begingroup + \color{purple}% + \kern 2pt\relax + \hrule height1.5pt depth 0pt\relax + \endgroup + }% + \let\@fs@iftopcapt\iffalse +} +\DeclareFloatVCode{orglettthickrule}{% + \par + \begingroup + \color{purple}% + \hrule height 12pt depth 0pt\relax + \vskip 2pt\relax + \endgroup + \par +} +\DeclareFloatVCode{orglettlowrule}{% + \par + \begingroup + \vskip 2pt\relax + \hrule height 1.5pt depth 0pt\relax + \endgroup + \par +} +\@ifpackageloaded{floatrow}{% + \floatsetup{ + capposition = top, + heightadjust = all, + postcode = orglettlowrule, + precode = orglettthickrule, + midcode = rule, + } + \floatsetup[figure]{ + capposition = bottom, + heightadjust = all, + postcode = orglettlowrule, + precode = orglettthickrule, + midcode = rule, + } +}{% + \floatstyle{orglettfig} + \restylefloat{figure} + \floatstyle{orglett} + \restylefloat{scheme} + \restylefloat{table} +} + +%% +%% Copyright (C) 2006-2009 by +%% Joseph Wright <joseph.wright@morningstar2.co.uk> +%% +%% It may be distributed and/or modified under the conditions of +%% the LaTeX Project Public License (LPPL), either version 1.3c of +%% this license or (at your option) any later version. The latest +%% version of this license is in the file: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% This work is "maintained" (as per LPPL maintenance status) by +%% Joseph Wright. +%% +%% This work consists of the file chemstyle.dtx and +%% chemstyle.cdx, +%% and the derived files chemstyle.pdf, +%% chemstyle.ins, +%% chemstyle.sty, +%% chemscheme.sty, +%% +%% +%% End of file `orglett.chemstyle.cfg'. |