summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-11Update get_arxivable to use the new run_latex interface (#10)HEADmasterMatthew Sotoudeh
This resolves some issues caused by a change in the arguments to `run_latex.py` that I didn't update the `get_arxivable` rules to work with.
2020-10-13Use PDFCROP from TeXLive (#9)Matthew Sotoudeh
We previously had it download a separate copy of the pdfcrop script from CTAN, which is problematic because we check checksums and CTAN doesn't guarantee a particular version. This just uses the pdfcrop script that TeXLive-full already comes with.
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-30DBLP-ify rule: support entries without authors without failing (#7)Matthew Sotoudeh
Sometimes BibTeX entries don't have authors (or should, but don't yet). This caused the old DBLP-ify script to fail. Now it just indicates there is no author.
2020-09-16Add a script for automatically DBLP-ifying references (#5)Matthew Sotoudeh
Also added documentation for it in the README.
2020-09-13Fixes to the arXiv-cleaning rules (#4)Matthew Sotoudeh
Resolves Issue #3, now the arxiv-latex-cleaner rules should work correctly.
2020-08-18Complain when given a non-absolute path (#2)Matthew Sotoudeh
Closes Issue #1 by requesting the user explicitly provide an absolute path.
2020-04-13Update README to refer to git_repositoryMatthew Sotoudeh
2020-04-13Update READMEMatthew Sotoudeh
2020-04-13Update the READMEMatthew Sotoudeh
2020-04-13Initial code releaseMatthew Sotoudeh
2020-04-13Initial commitMatthew Sotoudeh
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback