diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:58:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:58:03 +0000 |
commit | accd64417e9fb6f0740e5b91e5c5e8ee38638903 (patch) | |
tree | 3b6c60cfffe5b06c7d5ca25cd093a0d434fe4968 /Master/texmf-dist/source/latex/struktex/struktex.ins | |
parent | 2ccf13a98bd4db026455f85f82a1c1bcf1b5661c (diff) |
trunk/Master/texmf-dist/source/latex/struktex
git-svn-id: svn://tug.org/texlive/trunk@530 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/struktex/struktex.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/struktex/struktex.ins | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/struktex/struktex.ins b/Master/texmf-dist/source/latex/struktex/struktex.ins new file mode 100644 index 00000000000..ac27680c009 --- /dev/null +++ b/Master/texmf-dist/source/latex/struktex/struktex.ins @@ -0,0 +1,112 @@ +%% +%% $Revision: 7.3 $ +%% +%% This file will generate fast loadable files and documentation +%% driver files from the doc files in this package when run through +%% LaTeX or TeX. +%% +%% IMPORTANT COPYRIGHT NOTICE: +%% +%% No other permissions to copy or distribute this file in any form +%% are granted and in particular NO PERMISSION to modify its contents. +%% +%% You are NOT ALLOWED to change this file. +%% +%% --------------- start of docstrip commands ------------------ +%% +\def\batchfile{struktex.ins} +\input docstrip.tex + +\preamble + +Copyright (C) 1989-2005 by Jobst Hoffmann. All rights reserved. + +IMPORTANT COPYRIGHT NOTICE: + +No other permissions to copy or distribute this file in any form +are granted and in particular NO PERMISSION to modify its contents. + +You are NOT ALLOWED to change this file. + +Please address error reports and any problems in case of UNCHANGED versions +to + j.hoffmann@fh-aachen.de +\endpreamble + +\declarepostamble\examplepost +\endpostamble + +%\BaseDirectory{~/TeX/texmf} +%\UseTDS +%\usedir{tex/latex/jhf} + +\keepsilent + +\def\targetdirectory{} % or may be for example +%\def\targetdirectory{../../../../texmf/tex/latex/JHf/} + +% programs and packages + +\Msg{*** Generating the package files ***} + +\generate% +{% + \askforoverwritefalse + \file{struktex.sty}{\from{struktex.dtx}{struktex}} + \file{strukdoc.sty}{\from{struktex.dtx}{strukdoc}} + \file{struktxf.sty}{\from{struktex.dtx}{struktxf}} + \file{struktxp.sty}{\from{struktex.dtx}{struktxp}} +} + +\Msg{*** Generating example files ***} + +\preamble +\endpreamble +\generate% +{% + \askforoverwritefalse + \usepostamble\examplepost + \file{struktex-test-0.nss}{\from{struktex.dtx}{example1}} + \file{struktex-test-1.tex}{\from{struktex.dtx}{example2}} + \file{struktex-test-2.tex}{\from{struktex.dtx}{example3}} + \file{struktex-test-3.tex}{\from{struktex.dtx}{example4}} +} + +\Msg{*** Generating make file and make setup file ***} +\generate +{% + \nopreamble\nopostamble\def\MetaPrefix{}% + \file{struktex.mk}{\from{struktex.dtx}{makefile}} + \file{struktex.makemake}{\from{struktex.dtx}{setup}} + \file{getversion.tex}{\from{struktex.dtx}{getversion}} +} + +\ifToplevel{% +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the file} +\Msg{*} +\Msg{* \space\space\space\space struktex.sty} +\Msg{*} +\Msg{* into a directory searched by TeX:} +\Msg{* To produce the documentation, run the file} +\Msg{*} +\Msg{* \space\space\space\space struktex.dtx through LaTeX.} +\Msg{*} +\Msg{* To see the examples, run the files} +\Msg{*} +\Msg{* \space\space\space\space struktex-test-1.tex} +\Msg{* \space\space\space\space struktex-test-2.tex} +\Msg{* \space\space\space\space struktex-test-3.tex} +\Msg{*} +\Msg{* through LaTeX.} +\Msg{***********************************************************} +} + +\endinput +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% mode: flyspell +%%% ispell-local-dictionary: "deutsch8" +%%% End: |