SergelsOrg / csv2tex

Tool to replace placeholders in tex-files
GNU General Public License v3.0
5 stars 0 forks source link

Shell commands new #37

Closed DonMischo closed 2 years ago

DonMischo commented 2 years ago

Implements https://github.com/SergelsOrg/csv2tex/issues/7

ArchibaldBienetre commented 2 years ago

Faliing tests: We need to install tex!

You don't have a working TeX binary (tex) installed anywhere inyour PATH, and texi2dvi cannot proceed without one.  

If you want to usethis script, you'll need to install TeX (if you don't have it) or changeyour PATH or TEX environment variable (if you do).  

See the --help output for more details.

For information about obtaining TeX, please see http://tug.org/texlive, 
or do a web search for TeX and your operating system or distro.

On Debian you can install a working TeX system with  apt-get install texlive