1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: csv2latex
Section: tex
Priority: optional
Maintainer: BenoƮt Rouits <brouits@free.fr>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.1
Homepage: http://brouits.free.fr/csv2latex/
Vcs-Browser: https://git.noise.rocks/ben/csv2latex
Vcs-Git: https://git.noise.rocks/ben/csv2latex.git
Rules-Requires-Root: no
Package: csv2latex
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: command-line CSV to LaTeX file converter
csv2latex is a simple command-line file converter
that converts a comma-separated-values file into
a LaTeX table. It can guess exotic csv formats.
|