summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/plain/plipsum
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/plain/plipsum')
-rw-r--r--Master/texmf-dist/doc/plain/plipsum/README59
-rw-r--r--Master/texmf-dist/doc/plain/plipsum/pliptest.tex21
2 files changed, 80 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/plain/plipsum/README b/Master/texmf-dist/doc/plain/plipsum/README
new file mode 100644
index 00000000000..8c5482b75a4
--- /dev/null
+++ b/Master/texmf-dist/doc/plain/plipsum/README
@@ -0,0 +1,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 =
diff --git a/Master/texmf-dist/doc/plain/plipsum/pliptest.tex b/Master/texmf-dist/doc/plain/plipsum/pliptest.tex
new file mode 100644
index 00000000000..86e8c9b2c6c
--- /dev/null
+++ b/Master/texmf-dist/doc/plain/plipsum/pliptest.tex
@@ -0,0 +1,21 @@
+%%
+%% This is file `pliptest.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source file was: plipsum.dtx.
+%%
+%% Copyright (C) 2012 by Sergio Spina
+%%
+\def\version{2} \def\revision{2} \def\revisiondate{2012/08/27}
+%% A simple example
+\input plipsum
+\newcount\counter\counter=1
+\everystartpar{{\bf\number\counter.\quad\global\advance\counter by1}}
+\everyendpar{\space}
+\lipsum 2
+\lipsum 3
+\lipsum 2,4
+{\nopar\lipsum 131,133 }\par
+\lipsum 4,2
+\bye
+%% End of file `pliptest.tex'.