Closed vlas-sokolov closed 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).
pdflatex
make.py
which
A rather minor improvement - the path to
pdflatex
executable under some Linux systems is not the one in the default args for themake.py
file. Here we mimic thewhich
functionality to optimize it (while staying within the standard python libs).