blob: 20275f130ef07ef30375fa26744b4a269e5d3103 (
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
31
32
33
34
35
|
\def\batchfile{blindtext.ins}
\input docstrip.tex
\keepsilent
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\preamble
----------------------------------------------------------------------
The original file is loadable from CTAN on:
macros/latex/contrib/supported/minutes
Name of contribution: minutes
Name and email: Knut Lickert <knut.lickert@gmx.de>
Location on CTAN: tex-archive/macros/latex/contrib/supported/lickert
Summary description: Package for writing text
License type: Free
Announcement text:
blindtext.sty:
Style to create text.
Can be used to create examples with a lot text to become a feeling
for the look of classes, packages...
----------------------------------------------------------------------
\endpreamble
\generateFile{blindtext.sty}{f}{\from{blindtext.dtx}{package}}
\Msg{***************************************************************}
\Msg{*}
\Msg{* To finish the installation you have to copy the files }
\Msg{*}
\Msg{*\space\space *.sty, *.cfg into a directory searched by TeX}
\Msg{*}
\Msg{***************************************************************}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\endinput
|