diff options
author | Norbert Preining <preining@logic.at> | 2008-09-27 11:24:41 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-09-27 11:24:41 +0000 |
commit | 5d3a1476294a9dba906948950a7f0db1f32a24c0 (patch) | |
tree | 6804675b3ed490b1120e888de79c9fa63ef74dc8 /Master/texmf-dist/source/latex/elsarticle/elsarticle.ins | |
parent | 4fd3bbead92f1936110c05950d40436536c6494a (diff) |
update elsarticle from ctan, include the doc since source is now provided,
git-svn-id: svn://tug.org/texlive/trunk@10740 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/elsarticle/elsarticle.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/elsarticle/elsarticle.ins | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/elsarticle/elsarticle.ins b/Master/texmf-dist/source/latex/elsarticle/elsarticle.ins new file mode 100644 index 00000000000..b5a2a1456ae --- /dev/null +++ b/Master/texmf-dist/source/latex/elsarticle/elsarticle.ins @@ -0,0 +1,73 @@ +%% +%% This file will generate fast loadable files and documentation +%% driver files from the doc files in this package when run through +%% LaTeX or TeX. +%% +%% Copyright 2007, 2008 Elsevier Ltd. +%% +%% This file is part of the 'Elsarticle Bundle'. +%% ------------------------------------------- +%% +%% It may be distributed under the conditions of the LaTeX Project Public +%% License, either version 1.2 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.2 or later is part of all distributions of LaTeX +%% version 1999/12/01 or later. +%% +%% The list of all files belonging to the 'Elsarticle Bundle' is +%% given in the file 'manifest.txt'. +%% +%% +%% +\input docstrip.tex +%%\keepsilent + +\preamble + +Copyright 2007, 2008 Elsevier Ltd. + +This file is part of the 'Elsarticle Bundle'. +------------------------------------------- + +It may be distributed under the conditions of the LaTeX Project Public +License, either version 1.2 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.2 or later is part of all distributions of LaTeX +version 1999/12/01 or later. + +The list of all files belonging to the 'Elsarticle Bundle' is +given in the file `manifest.txt'. + +\endpreamble + +\askoverwritefalse + +\generate{\file{elsarticle.cls}{\from{elsarticle.dtx}{class}}} +\generate{\file{elsdoc.tex}{\from{elsarticle.dtx}{mydoc}}} +\generate{\file{elsarticle-num.bst}{\from{elsarticle.dtx}{num}}} +\generate{\file{elsarticle-num-names.bst}{\from{elsarticle.dtx}{numnames}}} +\generate{\file{elsarticle-harv.bst}{\from{elsarticle.dtx}{harvard}}} +\generate{\file{elsarticle-template-num.tex}{\from{elsarticle.dtx}{numtemplate}}} +\generate{\file{elsarticle-template-harv.tex}{\from{elsarticle.dtx}{harvtemplate}}} + +\obeyspaces +\Msg{*************************************************************} +\Msg{* *} +\Msg{* To finish the installation you have to move the following *} +\Msg{* file into a directory searched by TeX: *} +\Msg{* *} +\Msg{* elsarticle.cls *} +\Msg{* and *} +\Msg{* elsarticle-*.bst *} +\Msg{* *} +\Msg{* To produce the documentation go to the ../contrib folder *} +\Msg{* and run the file elsdoc.tex through pdfLaTeX *} +\Msg{* or use the Makefile which is far more easier. *} +\Msg{* *} +\Msg{* Happy TeXing! *} +\Msg{* *} +\Msg{*************************************************************} + +\endbatchfile |