blob: 595cc38418e48ea9c60ad952e2a55023f0b93bf5 (
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
60
61
62
63
64
65
|
_____________________________________________________
~ 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.nw
plipsum.tex
pliptest.tex
plipsumdoc.pdf
compile.sh
README (this file)
2. Installation
--------------------------
- Run plipsum.nw through noweb <http://www.cs.tufts.edu/~nr/noweb/>.
The commands are listed in compile.sh
- Move the resulting .tex file to a place where TeX 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 file (.nw) 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 you are on your own; take a look
in the documentation how to install new packages.
- If you are using windows (TM) you are on your own even more.
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 =
|