summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/csvtools/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-07-16 16:32:39 +0000
committerKarl Berry <karl@freefriends.org>2007-07-16 16:32:39 +0000
commit84f780af7172e3bd7ea028cd54d13f07711a0821 (patch)
treeec051cae11857b2c66a505d7fcf084f36dcf3ea6 /Master/texmf-dist/doc/latex/csvtools/README
parent1b0d01e91a7b4080895db481fb57b9b8ed53d887 (diff)
csvtools 1.24 (3jul07)
git-svn-id: svn://tug.org/texlive/trunk@4620 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/csvtools/README')
-rw-r--r--Master/texmf-dist/doc/latex/csvtools/README15
1 files changed, 8 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/csvtools/README b/Master/texmf-dist/doc/latex/csvtools/README
index 6134501469f..d0e9175ea0c 100644
--- a/Master/texmf-dist/doc/latex/csvtools/README
+++ b/Master/texmf-dist/doc/latex/csvtools/README
@@ -1,11 +1,12 @@
-LaTeX Package : csvtools v 1.1
+LaTeX Package : csvtools v 1.24
-Last Modified : 19 Oct 2004
+Last Modified : 3 July 2007
Author : Nicola Talbot
Files : csvtools.dtx - documented source file
csvtools.ins - installation script
+ csvtools.pl - Perl script
The csvtools package allows you to repeatedly perform
a set of LaTeX commands on data in each row
@@ -13,21 +14,21 @@ of a comma separated variable (CSV) file.
This can be used for mail merging, generating
tables etc. Examples given in documentation.
-Version 1.1 has the new command \CSVtolongtable (analogous to \CSVtotabular)
-and a Perl script. See documentation for details.
-
To extract the code, do:
latex csvtools.ins
-This will create the files csvtools.sty (package) and csvtools.pl (accompanying
-Perl script.)
+This will create the files csvtools.sty, csvpie.sty and csvsort.sty.
+These files should be place somewhere on TeX's search path.
To extract the documentation, do:
latex csvtools.dtx
latex csvtools.dtx
+(If you want the documented source code as well, remove the command
+\OnlyDescription from csvtools.dtx)
+
Alternatively, if you use pdflatex instead of latex, the documentation will
have hyperlinks.