This repository provides a simple script to download and compile latex sources from Arxiv papers and convert it to your e-reader format.
Here is an example of the usage. The paper ID can be found in the paper URL.
python3 arxiv2epub.py --id 1807.10543 --landscape
The command will end giving you the path to the epub file located in tmp folder.
The --help option can provide you with more detailed options.
Defaults are set for the Kobo Aura One.
Requirements can be installed via:
pip3 install -r requirements.txt
The system also needs texlive-full package.