paddymcall / SARIT-pdf-conversions

XML to PDF for SARIT texts
https://github.com/sarit/SARIT-corpus
2 stars 1 forks source link

keep temporary files in a separate directory #39

Closed ppasedach closed 8 years ago

ppasedach commented 8 years ago

Such as .aux and the numbered ones generated by reledmac.

paddymcall commented 8 years ago

This would turn make error tracing a bit more difficult (most tools for latex expect things in the same directory). And it's very easy to remove them: git clean -i ./TeX/ if you don't need them. So with ./bin/compile.tex && git clean -i ./TeX/ you'll get what you want.

paddymcall commented 8 years ago

Added TeX/.gitignore in https://github.com/paddymcall/SARIT-pdf-conversions/commit/448ad66c7255c16a7c45e2d63567d4212e2b8014 to keep the pdfs around.