csv2latex is a file format converter that converts
any kind of CSV file (e.g. as exported by gnumeric, OOo, Excel, etc.) to the LaTeX document format using the tabular environment.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Esta versão agora escapa o carácter "\" input como \ textbackslash em LaTeX. Ele também tem uma nova opção (- noescape) para evitar que ele fuja de qualquer um dos valores a partir de arquivos CSV que incorporar macros TeX.
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.
Esta versão trata a opção - lines = 0 para significar um número quase infinito de linhas por tabela de saída (na verdade, 2 linhas Giga). A limitação de 2 Giga pode ser removido na próxima versão.
Tags:
Minor feature enhancements
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.
Esta versão tem uma página de manual completo (no formato DocBook SGML) que podem ser gerados com uma ferramenta como docbook-a-homem. Usuários do Debian e Ubuntu podem agora ter csv2latex up-to-date, definindo o repositório PPA em sua lista de fontes do APT, como mostrado na página csv2latex principal. Gentoo users podem usar o dado arquivo de ebuild.
Tags:
Documentation
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.
Esta versão tem um - reduzir a opção que lhe permita diminuir o tamanho da tabela em LaTeX, graças a macros do relsize (). Um bug sobre o analisador de CSV é fixo. O analisador foi reescrito.
Tags:
Major feature enhancements
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.