summaryrefslogtreecommitdiff
path: root/run_latex.py
AgeCommit message (Collapse)Author
2020-10-10Allow the user to specify which LaTeX compiler to use (#8)Matthew Sotoudeh
We were using pdflatex as a default LaTeX compiler. This PR allows the user to specify any of the ones shipped with TeXLive. This is particularly important because some applications require, e.g., Times New Roman font. In PDFLatex, it looks like it's basically impossible to guarantee this. In XeLaTeX and LuaLaTeX it seems to be possible. So having the option to switch between them can be useful.
2020-09-13Fixes to the arXiv-cleaning rules (#4)Matthew Sotoudeh
Resolves Issue #3, now the arxiv-latex-cleaner rules should work correctly.
2020-04-13Initial code releaseMatthew Sotoudeh
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback