diff options
author | Karl Berry <karl@freefriends.org> | 2007-08-24 18:48:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-08-24 18:48:04 +0000 |
commit | 686137f5b9989a1484cec92103ccd5222c0e75b6 (patch) | |
tree | 3ed4a4a845dd93ebad1372084a34d5b93b042409 /Master/texmf-dist/source/latex/toptesi/toptesi.ins | |
parent | 666fcd1c013c91ae11d762fe724612f53161becf (diff) |
new latex package toptesi (8jul07)
git-svn-id: svn://tug.org/texlive/trunk@4806 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/toptesi/toptesi.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/toptesi/toptesi.ins | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/toptesi/toptesi.ins b/Master/texmf-dist/source/latex/toptesi/toptesi.ins new file mode 100644 index 00000000000..17d9b77fcf7 --- /dev/null +++ b/Master/texmf-dist/source/latex/toptesi/toptesi.ins @@ -0,0 +1,113 @@ +%% +%% This file is necessary to extract from file toptesi.dtx the following files: +%% toptesi.cls, +%% toptesi.sty, +%% topcoman.sty, +%% topfront.sty, +%% topsiz14.clo, +%% trieste.sty, +%% toptesi.cfg +%% that are strictly speaking the components of the TOPtesi bundle and form +%% the Work. The extraction is performed by means of the doctrip utility +%% that extracts practically only the uncommented lines so that their loading +%% becomes very quick. The bundle documentations in Italian is contained +%% in the document toptesi-doc.pdf (part of the bundle), and further +%% documentation in English may be obtained by LaTeX processing the +%% documented TeX source file toptesi.dtx. +%% +%% ---------------------------------------- +%% +%% This system 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. +%% +%% IMPORTANT NOTICE: +%% +%% Copyright 1989--2006 Claudio Beccari +%% All rights reserved. +%% +%% Permission is granted to distribute verbatim copies of this file +%% together with toptesi.dtx. +%% +%% No other permissions to copy or distribute this file in any form +%% are granted and in particular no permission to modify its contents. +%% +%% --------------- start of docstrip commands ------------------ +%% +\def\batchfile{toptesi.ins} +\input docstrip.tex +\preamble + +Copyright 1989--2005 Claudio Beccari All rights reserved. + + This system 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. + + +IMPORTANT NOTICE: + +This file is subject to the LPPL licence, version 1.3 or any subsequent +version. Copy of the LaTeX Project Public Licence is downloadable from +any CTAN archive. + + +\endpreamble + +\keepsilent + +\Msg{*** Generazione dei file del pacchetto TOPtesi ***} + +\generateFile{toptesi.cls}{t}{\from{toptesi.dtx}{class}} +\generateFile{toptesi.sty}{t}{\from{toptesi.dtx}{topsty}} +\generateFile{topcoman.sty}{t}{\from{toptesi.dtx}{topcmn}} +\generateFile{topfront.sty}{t}{\from{toptesi.dtx}{topfrn}} +\generateFile{topsiz14.clo}{t}{\from{toptesi.dtx}{top14}} +\generateFile{trieste.sty}{t}{\from{toptesi.dtx}{toptrst}} +\generateFile{toptesi.cfg}{t}{\from{toptesi.dtx}{topcfg}} + + + + +\ifToplevel{% +\Msg{***********************************************************} +\Msg{*\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space*} +\Msg{* Now move all files to a folder that is on \space\space + \space\space\space\space\space\space\space\space\space\space + \space\space*} +\Msg{* the LaTeX search path \space\space\space\space\space + \space\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space\space*} +\Msg{*\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space*} +\Msg{* In order to produce the English documentation run LaTeX *} +\Msg{* on toptesi.dtx. \space\space\space\space\space\space + \space\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space\space\space + \space\space\space\space*} +\Msg{*\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space\space\space + \space\space\space\space\space\space\space\space*} +\Msg{* \space\space\space\space\space\space\space\space\space + \space\space\space\space + Buon lavoro! Happy TeXing! \space\space\space\space\space + \space\space\space\space\space\space\space\space\space\space + \space*} +\Msg{***********************************************************} +} + +\endinput |