diff options
author | Karl Berry <karl@freefriends.org> | 2010-10-25 23:10:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-10-25 23:10:59 +0000 |
commit | ec47c1b7880fd4f626f8aa8377e576e03d72c24f (patch) | |
tree | 4c3095601b17f91dcd94509be36db313d43d3fa8 /Master/texmf-dist/doc | |
parent | 7df33fd1a4e61f23710ae0167ae14e4a01c1d483 (diff) |
new latex package parselines (25oct10)
git-svn-id: svn://tug.org/texlive/trunk@20205 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/parselines/README | 22 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/parselines/parselines.pdf | bin | 0 -> 153666 bytes |
2 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/parselines/README b/Master/texmf-dist/doc/latex/parselines/README new file mode 100644 index 00000000000..87576fc6996 --- /dev/null +++ b/Master/texmf-dist/doc/latex/parselines/README @@ -0,0 +1,22 @@ +parselines + +This is a simple line parser. + +For files: \dofilebyline{filename} expands \do (a user macro with 1 parameter) +on each line of the given file, reading lines one after another with \read. + +For text: +\begin{parse lines}{\row: #1} + ... + ... +\end{parse lines} + +will add the number of the row before each line in the environment. + +Other funny things can be done (see the .pdf ;-)) + +(c) lppl - 2010 (FC) + + + + diff --git a/Master/texmf-dist/doc/latex/parselines/parselines.pdf b/Master/texmf-dist/doc/latex/parselines/parselines.pdf Binary files differnew file mode 100644 index 00000000000..e985cf64e59 --- /dev/null +++ b/Master/texmf-dist/doc/latex/parselines/parselines.pdf |