arxiv-collector icon indicating copy to clipboard operation
arxiv-collector copied to clipboard

A little Python script to collect LaTeX sources for upload to the arXiv.

Results 10 arxiv-collector issues
Sort by recently updated
recently updated
newest added

arXiv has a long-standing history of not allowing the package {microtype} (possibly because of some interplay with {hyperref}?) and failing to compile with a very obscure message if the package...

For tex files that use `biblatex` with the `bibtex` backend and `refsection`s, there is a specific `.bbl` file created for each `refsection`, see the following MWE: ```latex \documentclass{article} \usepackage[ backend=bibtex,...

## My arxiv-collector version is: 0.3.5 (installed via conda-forge) ## Description: arxiv-collector places pdf files instead of eps files in the .tar.gz (and does rightly so). However, the `includegraphics` command...

## Description The project file is `text.tex`. Its content is ``` \documentclass{article} \usepackage{biblatex} \addbibresource{bibliography.bib} \begin{document} \cite{A} \printbibliography \end{document} ``` The bibliography file is `bibliography.bib`. Its content is ``` @book{A, author...

## My arxiv-collector version is: 0.4.1 ## Debugging output: arxiv-collector --debug main.tex Building main... .deps already exists... Running ['latexmk', '-silent', '-pdf', '-deps', '-deps-out=.deps-d', 'main'] External Perl missing or outdated. Please...

Would be nice to have some simple tests that things work correctly, and run them on travis / circle / azure....

enhancement

For example, if you have `\includepackage[disable]{todonotes}`, if you're stripping comments you probably also want to strip the contents of `\todo{}`. Similarly, probably want to remove the contents of any `\iffalse`...

enhancement

Would be nice to add on; just add error handling so it doesn't crash if there isn't one / etc.

enhancement

Sometimes, some authors append chunks of the text after `\end{document}` effectively hiding them. This adds support for that pattern by stopping reading the input .tex file past the first non-commented-out...

## My arxiv-collector version is: `arxiv_collector.py 0.4.1` Rough situation: I have a paper with many plots generated with R, each containing quite a few datapoints. This doesn't compile with pdflatex...