pyspeckit / paper1

First paper about pyspeckit
https://pyspeckit.github.io/paper1/main_compressed.pdf
1 stars 7 forks source link

refactor to a more general executable path for pdflatex #11

Closed vlas-sokolov closed 6 years ago

vlas-sokolov commented 6 years ago

A rather minor improvement - the path to pdflatex executable under some Linux systems is not the one in the default args for the make.py file. Here we mimic the which functionality to optimize it (while staying within the standard python libs).