diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:52:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:52:32 +0000 |
commit | caaa988bf091042504c26368aa0a69e8594ac67e (patch) | |
tree | 9e8bc8efe49596ba77a5560da7f661924dda8dde /Master/texmf-dist/source/latex/ebsthesis/ebsthesis.ins | |
parent | 3facf5fcd30dac60b8904eab6922d1f0700b79a4 (diff) |
trunk/Master/texmf-dist/source/latex/ebsthesis
git-svn-id: svn://tug.org/texlive/trunk@236 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/ebsthesis/ebsthesis.ins')
-rwxr-xr-x | Master/texmf-dist/source/latex/ebsthesis/ebsthesis.ins | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/ebsthesis/ebsthesis.ins b/Master/texmf-dist/source/latex/ebsthesis/ebsthesis.ins new file mode 100755 index 00000000000..edf1bc045f8 --- /dev/null +++ b/Master/texmf-dist/source/latex/ebsthesis/ebsthesis.ins @@ -0,0 +1,32 @@ +\def\batchfile{ebsthesis.ins} + +\input docstrip + +\preamble +\endpreamble + +\keepsilent +\usedir{tex/latex/ebsthesis} + +\generate{\file{ebsthesis.cls}{\from{ebsthesis.dtx}{ebsthesis}} + \file{ebstools.sty}{\from{ebsthesis.dtx}{ebstools}} + } + +\ifToplevel{ +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the following} +\Msg{* files into a directory searched by TeX:} +\Msg{*} +\Msg{* \space\space ebsthesis.cls} +\Msg{* \space\space ebstools.sty} +\Msg{*} +\Msg{* To produce the documentation run the files ending with} +\Msg{* `.dtx' through LaTeX.} +\Msg{*} +\Msg{* Happy TeXing} +\Msg{***********************************************************} +} + +\endbatchfile + |