Release Notes: This version introduces the optional use of longtabulars in the LaTeX output. Several bugs have been fixed.


Release Notes: This version introduces the optional use of longtabulars in the LaTeX output. Several bugs have been fixed.


Release Notes: This version now escapes the "\" input character as \textbackslash in LaTeX. It also has a new option (--noescape) to prevent it from escaping any of the values from CSV files that embed TeX macros.


Release Notes: This version treats the option --lines=0 to mean an almost infinite number of lines per output table (actually 2 Giga lines). The 2 Giga limitation may be removed in the next version.


Release Notes: This version has a complete manpage (in docbook SGML format) that can be generated with a tool such as docbook-to-man. Debian and Ubuntu users can now have csv2latex up-to-date by setting the ppa repository in their apt source list, as shown on the csv2latex main page. Gentoo users can use the given ebuild file.


Release Notes: This version has a --reduce option to allow it to shrink the table size in LaTeX, thanks to the {relsize} macros. A bug concerning the CSV parser is fixed. The parser has been rewritten.