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