From ec47c1b7880fd4f626f8aa8377e576e03d72c24f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 25 Oct 2010 23:10:59 +0000 Subject: new latex package parselines (25oct10) git-svn-id: svn://tug.org/texlive/trunk@20205 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/parselines/README | 22 +++++++++++++++++++++ .../texmf-dist/doc/latex/parselines/parselines.pdf | Bin 0 -> 153666 bytes 2 files changed, 22 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/parselines/README create mode 100644 Master/texmf-dist/doc/latex/parselines/parselines.pdf (limited to 'Master/texmf-dist/doc/latex') 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 new file mode 100644 index 00000000000..e985cf64e59 Binary files /dev/null and b/Master/texmf-dist/doc/latex/parselines/parselines.pdf differ -- cgit v1.2.3