diff options
author | Karl Berry <karl@freefriends.org> | 2007-04-09 21:50:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-04-09 21:50:10 +0000 |
commit | 37978e7887833a19ccf0729dc2a8ccdd5eb246c7 (patch) | |
tree | d38ad363b25777984df12f6985ae817a6c1c2405 /Master/texmf-dist/source/latex/isodoc/isodoc.ins | |
parent | 8b900ccf26a7b6d6ff353536ecf8799983450b6c (diff) |
new latex package isodoc
git-svn-id: svn://tug.org/texlive/trunk@4141 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/isodoc/isodoc.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/isodoc/isodoc.ins | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/isodoc/isodoc.ins b/Master/texmf-dist/source/latex/isodoc/isodoc.ins new file mode 100644 index 00000000000..d2db5512f58 --- /dev/null +++ b/Master/texmf-dist/source/latex/isodoc/isodoc.ins @@ -0,0 +1,61 @@ +%% +%% Copyright (C) 2006 by Wybo Dekker <wybo@servalys.nl> +%% +%% This file may be distributed and/or modified 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. +%% + +\input docstrip.tex +\keepsilent + +\usedir{tex/latex/isodoc} + +\preamble + +This is a generated file. + +Copyright (C) 2006 by Wybo Dekker <wybo@servalys.nl> + +This file may be distributed and/or modified 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. + +\endpreamble + +\generate{\file{isodoc.cls}{\from{isodoc.dtx}{class}}} + +\obeyspaces +\Msg{*************************************************************} +\Msg{* *} +\Msg{* To finish the installation you have to move the following *} +\Msg{* file into a directory searched by TeX: *} +\Msg{* *} +\Msg{* isodoc.cls *} +\Msg{* *} +\Msg{* To produce the documentation run the file isodoc.dtx *} +\Msg{* through LaTeX. *} +\Msg{* pdflatex --interaction=batchmode $NAME > /dev/null *} +\Msg{* makeindex -q -s gglo.ist -o isodoc.gls isodoc.glo *} +\Msg{* makeindex -q -s gind.ist -o isodoc.ind isodoc.idx *} +\Msg{* pdflatex --interaction=batchmode $NAME > /dev/null *} +\Msg{* *} +\Msg{* Happy TeXing! *} +\Msg{* *} +\Msg{*************************************************************} + +\endbatchfile + +%% $Id: isodoc.ins,v 1.1.1.1 2006/09/15 21:27:36 wybo Exp $ |