diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:58:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:58:21 +0000 |
commit | a6fd2811827449c0c0f340b03b948fc4b1db7111 (patch) | |
tree | 55119299271f4bba52e6dd7041b1236d927ce063 /Master/texmf-dist/source/latex/textfit/textfit.ins | |
parent | bc786044411bc52fd62e8f9a08f7eb7790067239 (diff) |
trunk/Master/texmf-dist/source/latex/textfit
git-svn-id: svn://tug.org/texlive/trunk@548 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/textfit/textfit.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/textfit/textfit.ins | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/textfit/textfit.ins b/Master/texmf-dist/source/latex/textfit/textfit.ins new file mode 100644 index 00000000000..b64a29ea407 --- /dev/null +++ b/Master/texmf-dist/source/latex/textfit/textfit.ins @@ -0,0 +1,48 @@ +\def\fileversion{1} +\def\filedate{1994/01/10} +% +% \StopEventually{} +% +% As always we begin by identifying the latest version of this file +% on the VDU and in the {\sf log} file. +% \begin{macrocode} +\def\batchfile{textfit.ins} +\input docstrip.tex +\preamble + +Copyright (C) 1993,94 by Sebastian Rahtz, Phil Taylor +All rights reserved. + +\endpreamble + +\def\batchfile{textfit.dst} % ignored in distribution +\input docstrip.tex % ignored in distribution + +\keepsilent + +\preamble +Copyright (C) 1993,94 Sebastian Rahtz and Phil Taylor. +All rights reserved. Permission is granted to to +customize the declarations in this file to serve the needs of your +installation. However, no permission is granted to distribute a +modified version of this file under its original name. + +\endpreamble + +\Msg{*** Generating style file for Textfit ***} + +\generateFile{textfit.sty}{f}{ + \from{textfit.dtx}{package}} + +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the} +\Msg{* file textfit.sty into a directory searched by TeX} +\Msg{*} +\Msg{***********************************************************} + + +\endinput + + + |