summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/parselines/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-10-25 23:10:59 +0000
committerKarl Berry <karl@freefriends.org>2010-10-25 23:10:59 +0000
commitec47c1b7880fd4f626f8aa8377e576e03d72c24f (patch)
tree4c3095601b17f91dcd94509be36db313d43d3fa8 /Master/texmf-dist/doc/latex/parselines/README
parent7df33fd1a4e61f23710ae0167ae14e4a01c1d483 (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/latex/parselines/README')
-rw-r--r--Master/texmf-dist/doc/latex/parselines/README22
1 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)
+
+
+
+