csv2latex
Details
| Size: | 2K |
| Last Update: | 2008-05-24 23:29:24 |
| Version: | 0.9 |
| OS Support: | Linux |
| License/Program Type: | GPL (GNU General Public License) |
| Publisher: | Benoit Rouits |
| Price: | $0.00 |
Description:
csv2latex 0.9 is others software developed by Benoit Rouits.
csv2latex converts a well formed csv file (as done by OpenOffice.org) to a LaTeX document. csv2latex project is written in C and flush the document to the standard output. The number of columns is automatically detected.
let's say we have to convert a table.csv to a document.tex
This generally do the trick:
~$ csv2latex table.csv > document.tex
However...
~$ csv2latex --separator c --block d --lines 40 --position l table.csv > document.tex
takes a csv file which separator is a comma, block delimiter is a double-quote, and produces a LaTeX document with 40 lines per table and where the text is flushed left in each cell. 40 lines is a good average for A4 paper.
~$ csv2latex --separator s --block q --lines 20 --position c table.csv > document.tex
takes a csv file which separator is a semi-column, block delimiter is a simple quote and produces a LaTeX document with 20 lines per table and where the text is centered in each cell.
If you have tricky block delimiter such as $ and separators like tabs, let the
program guess:
~$ csv2latex --guess table.csv > document.tex
What's New in This Release:
??? An option to force the tool to recognise [tab] as a separator using the "--separator t" option was added.
csv2latex 0.9 supports english interface languages and works with Linux.
Downloading csv2latex 0.9 will take several seconds if you use fast ADSL connection.
0 comments
Add to
csv2latex Version History
Related Software
|
|
From category: Markup |
| GutenMark is a Project Gutenberg markup tool.... |
|
|
From category: Others |
| rmligs is a small script written in Perl to remove incorrectly used ligatures from German LaTeX documents.... |
|
|
From category: Markup |
| docbooktoc.xsl 0.1.0 is markup software developed by Robert Bienert. docbooktoc.xsl is a XSLT file for generating a XHTML table of contents from DocBook XML documents. It is used by the LayManSys p... |
|
|
From category: Others |
| Dictorg 0.7 is others software developed by Kristian Gunstone. Dictorg is a basic dict.org parser script for console use. The project is written in perl and uses Curl::easy to access dict.org. \... |
|
|
From category: Markup |
| BrightMaRe project is a tool that translates LaTeX equations to ASCII/UTF-8 text.... |
|
|
From category: Filters |
| CutTheCrap! 0.10 is filters software developed by Nicholas Emblow. CutTheCrap! removes wordiness from sentences. CutTheCrap! can load other rules and combine different rule files. The defaul... |
|
|
From category: Others |
| Full Text for SQLite3 0.2.2 is others software developed by Pierre Aubert. Full Text for SQLite3 is a full text indexer for datas stored into a sqlite3 database. Full text means that the text field... |
|
|
From category: Vim-Plugins |
| Unicode Macro Table is a Vim script that allows you to easilyr egister insert mode macros for useful Unicode characters.... |
|
|
From category: Emacs |
| AUCTeX 11.83 is emacs software developed by David Kastrup. AUCTeX is an extensible package for writing and formatting TeX files in GNU Emacs and XEmacs. Here are some key features of \"AUCT... |
|
|
From category: IDEs |
| DrScheme 360 is ides software developed by Eli Barzilay. DrScheme is an interactive, integrated, graphical programming environment for the Scheme, MzScheme, and MrEd programming languages. DrScheme... |
|
|
From category: Others |
| Diakonos 0.8.2 is others software developed by Pistos. Diakonos is a customizable, usable console-based text editor. I made Diakonos with the intention of being easier to configure and use than ema... |
|
|
From category: Others |
| convmv 1.10 is others software developed by Bjorn Jacke. convmv converts filenames (not file content), directories, and even whole filesystems to a different encoding. This comes in very han... |
|
|
From category: Markup |
| ivt2html is a cunning utility that converts .ivt files back into standard HTML.... |
|
|
From category: Markup |
| tracx project reads and stores any kind of XML data using a dedicated programming language.... |
|
|
From category: Others |
| KevEdit is a ZZT world editor that is much more powerful than the built in editor.... |
Leave a comment