blob: 26efa3c76ec037bb41adbb38b8ae9dcfa17eaeaf (
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
|
% Copyright (C) 2007 by
% Joseph Wright <joseph.wright@morningstar2.co.uk>
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
% version 1.3 of this license or (at your option) any later
% version. The latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of
% LaTeX version 2003/12/01 or later.
%
% This work has the LPPL maintenance status ``maintained.''
%
% The current maintainer of this work is Joseph Wright.
%
% This work consists of the main source files chemstyle.dtx
% and chemstyle.ins and the derived files chemstyle.sty,
% chemstyle.pdf and a number of .jdf files
%
\input docstrip.tex
\askforoverwritefalse
\preamble
----------------------------------------------------------------
chemstyle - Writing chemistry with style
Maintained by Joseph Wright
E-mail: joseph.wright@morningstar2.co.uk
Released under the LaTeX Project Public License v1.3 or later
See http://www.latex-project.org/lppl.txt
----------------------------------------------------------------
\endpreamble
\Msg{Generating chemstyle files:}
\usedir{tex/latex/contib/chemstyle}
\generate{\file{chemstyle.sty}{\from{chemstyle.dtx}{package}}
\file{template.tex}{\from{chemstyle.dtx}{template}}
\file{rsc.jdf}{\from{chemstyle.dtx}{rsc}}
\file{angew.jdf}{\from{chemstyle.dtx}{angew}}
\file{jacs.jdf}{\from{chemstyle.dtx}{jacs}}
\file{ic.jdf}{\from{chemstyle.dtx}{ic}}
\file{jpc.jdf}{\from{chemstyle.dtx}{jpc}}
\file{orglett.jdf}{\from{chemstyle.dtx}{orglett}}
\file{none.jdf}{\from{chemstyle.dtx}{none}}
}
\endbatchfile
|