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