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
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% rsc is free software; you can redistribute it and/or modify it
% under the terms of the GNU General Public License as published by
% the Free Software Foundation; either version 2, or (at your option)
% any later version.
%
% rsc is distributed in the hope that it will be useful, but
% WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with this program; if not, write to the Free Software
% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input docstrip.tex
\askonceonly
\preamble
----------------------------------------------------------------
The rsc package - BibTeX and macro support for Royal Society
of Chemistry and Wiley chemistry articles
Maintained by Joseph A. Wright
E-mail: joseph.wright@morningstar2.co.uk
Released under the GNU General Public License
See http://www.gnu.org/licenses/gpl.txt
----------------------------------------------------------------
\endpreamble
\Msg{Generating rsc files:}
\usedir{tex/latex/contib/rsc}
\generate{\file{rsc.sty}{\from{rsc.dtx}{package}}
\file{rsc-template.tex}{\from{rsc.dtx}{template}}
}
% In order to produce the correct ending for
% BibTeX files, we have to kill the standard
% DocStrip postamble. By using an empty one, but
% not \empty, we still get the "end of file" message.
\declarepostamble\bibtexable
\endpostamble
\usedir{bibtex/bst/rsc}
\generate{\usepostamble\bibtexable
\file{rsc.bst}{\from{rsc.dtx}{bib,rsc}}
\file{rsc-mc.bst}{\from{rsc.dtx}{bib,rsc,mc}}
\file{angew.bst}{\from{rsc.dtx}{bib,angew}}
\file{angew-mc.bst}{\from{rsc.dtx}{bib,angew,mc}}
}
\endbatchfile
|