Looks like it's a bit tricky to submit a paper to arXiv from Living Papers.
- You need to extract source files from
.temp/latex, preferably without build output files. (Although apparently some build output, like .bib, is desired...)
- You need to do a bit of directory structure rearrangement, if
.temp/latex/index.tex accesses figures from assets. Hidden directories are deleted!
Seems like it wouldn't be too hard to have an arXiv-submission output format, or helper script, or something.
Other fun things this format/helper could do:
- Strip out comments from the tex file, since it gets archived.
- Remove unused figures, since they get archived too.
Some info on what arXiv is looking for in a TeX submission.
Looks like it's a bit tricky to submit a paper to arXiv from Living Papers.
.temp/latex, preferably without build output files. (Although apparently some build output, like.bib, is desired...).temp/latex/index.texaccesses figures fromassets. Hidden directories are deleted!Seems like it wouldn't be too hard to have an arXiv-submission output format, or helper script, or something.
Other fun things this format/helper could do:
Some info on what arXiv is looking for in a TeX submission.