From afbcdbe7a832b28975ae6ff843c9d3c070ece345 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 13 Jun 2019 16:38:45 +0100 Subject: bump version and update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6af087a..c58f3c9 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,14 @@ Optionally, you can: - Download a paper but not upload to the reMarkable using the ``-n`` switch. - Insert a blank page after each page using the ``-b`` switch (useful for note taking!) +- Center the pdf on the reMarkable (default is left-aligned) - Provide an explicit filename using the ``--filename`` parameter - Specify the location on the reMarkable to place the file (default ``/``) Here's the full help of the script: ```text -usage: arxiv2remarkable.py [-h] [-b] [-v] [-n] [-d] [--filename FILENAME] +usage: arxiv2remarkable.py [-h] [-b] [-v] [-n] [-d] [-c] [--filename FILENAME] [-p REMARKABLE_DIR] [--rmapi RMAPI] [--pdfcrop PDFCROP] [--pdftk PDFTK] [--gs GS] input @@ -47,6 +48,8 @@ optional arguments: current working dir (default: False) -d, --debug debug mode, doesn't upload to reMarkable (default: False) + -c, --center Center the PDF on the page, instead of left align + (default: False) --filename FILENAME Filename to use for the file on reMarkable (default: None) -p REMARKABLE_DIR, --remarkable-path REMARKABLE_DIR -- cgit v1.2.3