Some tools for working with arXiv papers.
Install the requirements of
arxiv-collector: arxiv-collector · PyPI
Install arxiv_tool:
pip install arxiv_tool- Copy the sources of the paper in a directory, e.g.,
paper_src/. - Run
python -m arxiv_tool paper_src paper_outto generate the submission files in thepaper_outdirectory. - Upload the files to arXiv.
All the available options can be found by running arxiv_tool --help.
Install the requirements:
pip install -r requirements.txt- Directly clone the sources from GitHub
- Support more cases (nested folders, etc.)