diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/csvtools/README | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/csvtools/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/csvtools/README | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/csvtools/README b/Master/texmf-dist/doc/latex/csvtools/README new file mode 100644 index 00000000000..6134501469f --- /dev/null +++ b/Master/texmf-dist/doc/latex/csvtools/README @@ -0,0 +1,38 @@ +LaTeX Package : csvtools v 1.1 + +Last Modified : 19 Oct 2004 + +Author : Nicola Talbot + +Files : csvtools.dtx - documented source file + csvtools.ins - installation script + +The csvtools package allows you to repeatedly perform +a set of LaTeX commands on data in each row +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.) + +To extract the documentation, do: + +latex csvtools.dtx +latex csvtools.dtx + +Alternatively, if you use pdflatex instead of latex, the documentation will +have hyperlinks. + +This material is subject to the LaTeX Project Public License. +See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for +details of that license. + +http://theoval.cmp.uea.ac.uk/~nlct |