diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-14 22:15:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-14 22:15:34 +0000 |
commit | d936b9c9cd538d0e1554fdd682899a1fa15ab55b (patch) | |
tree | 947f2a87206b854e7684d494e7aaeabdaa972021 /Master/texmf-dist/doc/plain/plipsum/compile.sh | |
parent | 655440ffbc259c110c3f77959344260e641a5fb0 (diff) |
plipsum (14sep12)
git-svn-id: svn://tug.org/texlive/trunk@27670 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/plain/plipsum/compile.sh')
-rw-r--r-- | Master/texmf-dist/doc/plain/plipsum/compile.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/plain/plipsum/compile.sh b/Master/texmf-dist/doc/plain/plipsum/compile.sh new file mode 100644 index 00000000000..a9768663ef3 --- /dev/null +++ b/Master/texmf-dist/doc/plain/plipsum/compile.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +# commands to compile the `plipsum' package. +# +# 1 - the tex format +notangle -Rplipsum.tex plipsum.nw > plipsum.tex +# +# 2 - the example file. +notangle -Rpliptest.tex plipsum.nw > pliptest.tex +# +# 3 - the printable documentation. +noweave -tex -filter "elide paragraphs plipsum.tex pliptest.tex" \ +plipsum.nw > plipsumdoc.tex +pdftex plipsumdoc.tex |