A simple tool to recompile arxiv papers to kindle-like format.
Project description
arxiv2kindle
A simple script to recompile arxiv papers to kindle-like format.
How does it work?
This script downloads the LaTeX source from arxiv and re-compiles it trying to fit a smaller size. We also apply some simple transforms such as:
- downsize images;
- add automatic line breaks in formulas;
- allow formulas be placed on the next line;
- try to convert two-sided documents to one-sided format.
All these transformations are automatic, so the success is not guaranteed. This approach will also not work for papers without the source. Nevertheless, in most cases the result is readable (tested on an old 6.5in x 4.5in Kindle).
Usage
With your paper of choice run:
arxiv2kindle --width 4 --height 6 --margin 0.2 1802.08395 - > out.pdf
or
arxiv2kindle --width 6 --height 4 --margin 0.2 --landscape "Towards end-to-end spoken language understanding" ./
Installation
arxiv2kindle
requires pip
version 10.0 or greater.
To install the package, run
pip install arxiv2kindle
Acknowledgements
This script is based on this amazing notebook.
Related projects
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file arxiv2kindle-0.1.3.tar.gz
.
File metadata
- Download URL: arxiv2kindle-0.1.3.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.8.3 Linux/5.4.0-37-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 092adea22260c40adae317681a690e3ff63c2f4e456d43dd5cc4e895e4855f46 |
|
MD5 | fcca3ed4caaa3e28e9b20e0924409f98 |
|
BLAKE2b-256 | d0b55c0ce54a1de1b5024c3083abcebdcc85b8ab00f812bcf71c261aa5163946 |
File details
Details for the file arxiv2kindle-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: arxiv2kindle-0.1.3-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.8.3 Linux/5.4.0-37-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3773048a4a600d91a27f185e5857119464568f3b91158e1722d2fb4cf2f73b34 |
|
MD5 | 723dd6c62a94bdb4ffdd931721b9238a |
|
BLAKE2b-256 | cdfb87536425713b9ea05cee4ea85b5bb233705eb4cc80fc66ef76b3deb09def |