diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:57:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:57:56 +0000 |
commit | cc3b86e0de9ace5565e8b58c71bd3c7d7423c8ee (patch) | |
tree | d6a489b0a557fad175471a7193e6ed6d8899ee29 /Master/texmf-dist/source/latex/srcltx/srcltx.ins | |
parent | 7ae0f3e92fd45d0f42c38ac06ca545161be45581 (diff) |
trunk/Master/texmf-dist/source/latex/srcltx
git-svn-id: svn://tug.org/texlive/trunk@523 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/srcltx/srcltx.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/srcltx/srcltx.ins | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/srcltx/srcltx.ins b/Master/texmf-dist/source/latex/srcltx/srcltx.ins new file mode 100644 index 00000000000..4fe1cc17602 --- /dev/null +++ b/Master/texmf-dist/source/latex/srcltx/srcltx.ins @@ -0,0 +1,54 @@ +%% +%% This file will generate fast loadable files and documentation +%% driver files from the doc files in this package when run through +%% LaTeX or TeX. +%% +%% +\input docstrip + +\keepsilent + +% !!!FIXME: add check for docstrip > 2.4d + +\preamble + +This package is in the public domain. It comes with no guarantees +and no reserved rights. You can use or modify this package at your +own risk. +Originally written by: Aleksander Simonic +Current maintainer: Stefan Ulrich <stefanulrich@users.sourceforge.net> + +\endpreamble + +\generate{% + \file{srcltx.sty}{\from{srcltx.dtx}{package,latex}}% + \file{srctex.sty}{\from{srcltx.dtx}{package,tex}}% +} + +\Msg{*****************************************************************} +\Msg{*} +\Msg{* To finish the installation, you need to move the following files} +\Msg{* into a directory searched by TeX:} +\Msg{*} +\Msg{* srcltx.sty} +\Msg{* srctex.tex} +\Msg{*} +\Msg{* To produce the documentation, run srcltx.dtx through LaTeX.} +\Msg{*} +\Msg{* To include the full source code into the documentation, } +\Msg{* create a file `ltxdoc.cfg' containing the following line: } +\Msg{* \space\space\space\string\AtBeginDocument\string{\string\AlsoImplementation\string} } +\Msg{*} +\Msg{*} +\Msg{* To produce the index for the documentation, run makeindex} +\Msg{* like this:} +\Msg{* \space\space makeindex -s gind.ist srcltx} +\Msg{*} +\Msg{* To produce a history of changes, run makeindex} +\Msg{* like this:} +\Msg{* \space\space makeindex -s gglo.ist -o srcltx.gls srcltx.glo} +\Msg{*} +\Msg{* Happy TeXing!} +\Msg{*****************************************************************} + +\endbatchfile |