blob: 8c5482b75a4d8512cf3783505ed4e961e30c706e (
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
54
55
56
57
58
59
|
_____________________________________________________
~ plipsum ~
`Lorem ipsum' paragraphs generator for the purposes
of the plain TeX developers.
Sergio Spina (sergio.am.spina@gmail.com)
_____________________________________________________
1. Contents of the package
--------------------------
plipsum.dtx
plipsum.ins
README (this file)
2. Installation
--------------------------
- Run plipsum.ins through latex
- Move the resulting .tex file to a place where latex finds it.
On a TDS compliant system this should be (substitute $TEXMF
with your local or home texmf directory):
$TEXMF/tex/plain/plipsum/
- If you like to, move the source files (.dtx and .ins) in a
source directory of your system.
- Update your filename database. How to achieve this depends
on your system. For TeXlive `texhash' will work.
- If you are using a non TDS compliant system take a look in
the documentation how to install new packages.
3. License
--------------------------
This material is subject to the LaTeX Project Public License. See
http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html
for the details of that license.
Enjoy plipsum.
= END =
|