Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 270 Bytes

File metadata and controls

8 lines (5 loc) · 270 Bytes

csv2tex

A Python script converting a csv file to a LaTeX table

Usage: python csv2tex.py <path_to_csv_file>.csv

If the given csv file exists, a new .tex file will be created within the same directory and with the same name.

Try it out: python csv2tex.py test.csv