blob: 37423e94952ad0f29e3fcd006e953b6230dadb9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
%%
%% This is file `orglett.jdf',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% chemstyle.dtx (with options: `orglett')
%% ----------------------------------------------------------------
%% The chemstyle package --- Writing chemistry with style
%% Maintained by Joseph Wright
%% 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.jdf}
[2008/03/21 v1.2a Org. Lett. journal style]
\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}
\DeclareCaptionLabelSeparator{perquad}{.\quad}
\captionsetup{labelfont=bf,labelsep=perquad}
\setkeys[cst]{opt}{
radprefix=true,
rademph=true,
radsuper=true,
radhyphen=false,
abbremph=false,
abbrcomma=true,
notesbefore=true}
\cst@notesbeforefalse
\endinput
%%
%% End of file `orglett.jdf'.
|