summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/chemstyle/config/orglett.jdf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemstyle/config/orglett.jdf')
-rw-r--r--Master/texmf-dist/tex/latex/chemstyle/config/orglett.jdf62
1 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/chemstyle/config/orglett.jdf b/Master/texmf-dist/tex/latex/chemstyle/config/orglett.jdf
new file mode 100644
index 00000000000..35a1c1fd5f7
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/chemstyle/config/orglett.jdf
@@ -0,0 +1,62 @@
+%%
+%% This is file `orglett.jdf',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% chemstyle.dtx (with options: `orglett')
+%% ----------------------------------------------------------------
+%% The chemstyle bundle --- Schemes and style for chemistry
+%% 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}
+ [\cst@ver Org. Lett. journal style]
+\RequirePackage{xcolor}
+\@ifpackageloaded{floatrow}
+ {\PackageError{chemstyle}
+ {Org. Lett. style only works with float}
+ {Load chemstyle with the floatrow=false option
+ to\MessageBreak use the orglett style}}
+ {}
+\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'.