blob: e6dbfef2ad31c88dbba895868a91f748e85f36a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
\def\batchfile{ebsthesis.ins}
\input docstrip
\preamble
\endpreamble
\keepsilent
\usedir{tex/latex/ebsthesis}
\generate{\file{ebsthesis.cls}{\from{ebsthesis.dtx}{ebsthesis}}
}
\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{*}
\Msg{* To produce the documentation run the files ending with}
\Msg{* `.dtx' through LaTeX.}
\Msg{*}
\Msg{* Happy TeXing}
\Msg{***********************************************************}
}
\endbatchfile
|