blob: f8ef817563274ab2f062ca96d914c2b509536bed (
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
|
%%
%% This file will generate fast loadable files and documentation
%% driver files from the doc files in this package when run through
%% LaTeX or TeX.
%%
\def\batchfile{lettrine.ins}
\input docstrip.tex
\keepsilent
\generateFile{lettrine.sty}{f}{\from{lettrine.dtx}{code}}
\Msg{***********************************************************}
\Msg{*}
\Msg{* To finish the installation you have to move lettrine.sty}
\Msg{* into a directory searched by TeX.}
\Msg{*}
\Msg{* If you want to change the default settings, you can do so}
\Msg{* by copying lettrine.cfg to the directory where you will}
\Msg{* install lettrine.sty and uncomment the lines you want to}
\Msg{* change.}
\Msg{*}
\Msg{* Happy TeXing!}
\Msg{*}
\Msg{***********************************************************}
|