Convert arxiv research papers into kindle format that can be read from KoReader as well as Google Play Books (browser only), which enables features such as saving and syncing highlights, bookmarks and much more!
git clone https://github.com/projektjoe/arxiv2kindle
cd arxiv2kindle
pip3 install -r requirements.txt
python3 main.py https://arxiv.org/abs/1706.03762
- Works on any device that supports KoReader.
- Parses title and author properly.
- Handles references.
- Handles SVGs.
- Handles Math (LaTex) equations.
- Does not work on Kindle devices yet, since the kindle software does not support parsing of advanced objects (such as LateX equations)
- Performs conversion based on ar5iv (LateXML) and therefore new papers wont work (needs a week or two for the paper to be processed)
- Tables are sometimes not very well formatted.