Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 636 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 636 Bytes

Arxiv2Epub

This repository provides a simple script to download and compile latex sources from Arxiv papers and convert it to your e-reader format.

Usage

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

Requirements can be installed via:

pip3 install -r requirements.txt

The system also needs texlive-full package.