summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/parselines/README
diff options
context:
space:
mode:
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)
+
+
+
+