diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-27 22:14:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-27 22:14:17 +0000 |
commit | d6ccdf19e007f0e6c885750f0bbb43fa0b4acce5 (patch) | |
tree | 7c92d59586895523f7f03f9dadaad378f4eba577 /Master/texmf-dist/doc/plain | |
parent | bb64113f0c117e1f3236a66b9f963b9bca4955e0 (diff) |
new plain package plipsum (27aug12)
git-svn-id: svn://tug.org/texlive/trunk@27541 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/plain')
-rw-r--r-- | Master/texmf-dist/doc/plain/plipsum/README | 59 | ||||
-rw-r--r-- | Master/texmf-dist/doc/plain/plipsum/pliptest.tex | 21 |
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'. |