Metadata-Version: 2.1
Name: arxiv2kindle
Version: 0.1.2
Summary: A simple tool to recompile arxiv papers to kindle-like format.
Home-page: https://github.com/dmitriy-serdyuk/arxiv2kindle
License: MIT
Keywords: arxiv,latex,kindle
Author: Dmitriy Serdyuk
Author-email: dmitriy@serdyuk.cc
Requires-Python: >=3.7,<4.0
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: lxml (>=4.5.1,<5.0.0)
Requires-Dist: requests
Project-URL: Repository, https://github.com/dmitriy-serdyuk/arxiv2kindle
Description-Content-Type: text/markdown

# arxiv2kindle

A simple script to recompile arxiv papers to kindle-like format.

## Usage

With your paper of choice run:
```
arxiv2kindle --width 4 --height 6 --margin 0.2 https://arxiv.org/abs/1802.08395 > out.pdf
```
or 
```
arxiv2kindle --width 6 --height 4 --margin 0.2 --landscape --dest-dir ./ https://arxiv.org/abs/1802.08395
```

## Installation

`arxiv2kindle` requires `pip` version 10.0 or greater. 

## Acknowledgements

This script is based on this amazing [notebook](https://gist.github.com/bshillingford/6259986edca707ca58dd).
