blob: 013bcbf5e1cc7cf7d6f7a2bd48c669873148127f (
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
\def\batchfile{blindtext.ins}
\input docstrip.tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\preamble
----------------------------------------------------------------------
The original file is loadable from CTAN on:
tex-archive/latex/contrib/blindtext
Name of contribution: blindtext
Name and email: Knut Lickert <knut@lickert.net>
Location on CTAN: tex-archive/macros/latex/contrib/blindtext
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...
There are macros to create dummy text, dummy lists and
dummy documents with sections, text and lists.
For more information visit
http://tex.lickert.net/packages/blindtext/index.html
----------------------------------------------------------------------
\endpreamble
\generateFile{blindtext.sty}{f}{
\from{blindtext.dtx}{package}
\from{blindtext_american.dtx}{package}
\from{blindtext_catalan.dtx}{package}
\from{blindtext_english.dtx}{package}
\from{blindtext_french.dtx}{package}
\from{blindtext_german.dtx}{package}
\from{blindtext_latin.dtx}{package}
\from{blindtext_ngerman.dtx}{package}
\from{blindtext.dtx}{packageend}
}
%\generateFile{blind_texts.sty}{f}{\from{generator_text/blind_texts.dtx}{package}}
\Msg{***************************************************************}
\Msg{*}
\Msg{* To finish the installation you have to copy the files }
\Msg{*}
\Msg{*\space\space *.sty into a directory searched by TeX}
\Msg{*}
\Msg{***************************************************************}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\endinput
|