I was wondering, does software similar to the arXiv AutoTeX exist, or is AutoTeX is available somewhere?
Asked
Active
Viewed 1,404 times
6
-
2A quick google search shows TeX::AutoTeX perl module – Aditya Nov 12 '11 at 03:25
2 Answers
12
arXiv runs AutoTeX which is available via a cpan module: http://search.cpan.org/~tschwand/TeX-AutoTeX-v0.906.0/lib/TeX/AutoTeX/File.pm
We also ad hoc apply hyperref to your code by default. arXiv's tex tree is currently built off of TeXLive2011. If your code compiles without human intervention from the liveDVD image, it will compile on arXiv just fine.
Cheers,
-arXiv admin
Jake
- 1,159
-
Hi Jake, just off topic here, where does one ask LaTeX related arXiv questions? I don't use arXiv my self but a lot of my users does and sometimes they get into problems. – daleif May 23 '14 at 14:26
-
1sorry for getting back to this so late... specific questions should be directed to help@arxiv.org along with a submit-id that has the source code in it. For other contact info see: https://arxiv.org/help/contact – Jake Feb 28 '18 at 16:58
6
If I understood correctly, it's simply a script that runs LaTeX the right number of times on the source files --- there are similar alternatives around, such as latexmk (the most mature), latex-makefile, or rubber (my personal favorite, although it is complicated to google for help, given the unfortunate naming).
Federico Poloni
- 10,294