csv2latex
csv2latex
converts data formatted as CSV to LaTeX-formatted tables. For
information on how to use the utility, see the User's Manual included with the
source in the doc
directory.
How to get it
- Source (latest): https://christoffer.space/files/csv2latex/csv2latex-latest.tar.gz
- Signature: https://christoffer.space/files/csv2latex/csv2latex-latest.tar.gz.sig
The latest version is 0.2.1 as of 2017-11-26. Releases are signed with my personal PGP key which has key ID as specified on my contact page.
What does it depend on?
to_latex
(Ruby gem)- Pandoc for building
man
page from Markdown
What has changed?
Version 0.2.3 (2017-11-27)
- Fix
install
rule in Makefile not obeyingPREFIX
environment variable for installing man pages
Version 0.2.2 (2017-11-27)
- Fix
clean
rule in Makefile to not fail if files do not exist
Version 0.2.1 (2017-11-26)
- Fix permissions bug for
bin/csv2latex
Version 0.2.0
Output file
Allows for specification of the output file.
Lookup file
Now suppports specifying a file that maps header fields to prettier and more printable names.
Column delimiter
Support for specifying the column delimiter to be used when parsing the CSV input.
Optional header
Allows for specifying whether or not the CSV contains header fields.
Version 0.1.0
Intial release