From 9ec285cc584e238ea15d669ec346ecd1db0fd68e Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 30 May 2019 00:42:58 +0100 Subject: Update Readme --- arxiv2remarkable.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'arxiv2remarkable.py') diff --git a/arxiv2remarkable.py b/arxiv2remarkable.py index 8a8d58b..b3abc3c 100755 --- a/arxiv2remarkable.py +++ b/arxiv2remarkable.py @@ -5,15 +5,7 @@ __version__ = "0.2.0" __author__ = "G.J.J. van den Burg" """ -Given an arXiv paper url this script: - -1. Downloads the paper -2. Strips the timestamp -3. Crops the pdf to remove unnecessary borders -4. Shrinks the pdf to reduce the filesize -5. Renames it using the format: - '_'.join(author_lastnames) + '_-_' + title + '_' + year.pdf -6. Uploads it to the reMarkable using rMapi. +Download a paper from various sources and send it to the reMarkable. Author: G.J.J. van den Burg Date: 2019-02-02 -- cgit v1.2.3