aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-09-25 23:24:16 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-09-25 23:24:16 +0200
commit6686b28173b55e45cddd6c6c276a4477b07343ec (patch)
tree10af454cb9d40da120ff211303ad8b9aeececb5c /README.md
parentMove green to test dependencies (diff)
parentMerge branch 'bugfix/neurips' into master (diff)
downloadpaper2remarkable-6686b28173b55e45cddd6c6c276a4477b07343ec.tar.gz
paper2remarkable-6686b28173b55e45cddd6c6c276a4477b07343ec.zip
Merge branch 'master' into bugfix/html-figure
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2aa56d7..8b1db06 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,8 @@ reMarkable from any of the following sources:
* [OpenReview](https://openreview.net/)
* [PMLR](http://proceedings.mlr.press/)
* [PubMed Central](https://www.ncbi.nlm.nih.gov/pmc/)
+* [SagePub](https://journals.sagepub.com/)
+* [SemanticScholar](https://www.semanticscholar.org/)
* [SpringerLink](https://link.springer.com/)
* A generic URL to a PDF file
* A local PDF file
@@ -68,13 +70,13 @@ Optionally, you can:
Here's the full help of the script:
-```text
+```
usage: p2r [-h] [-b] [-c] [-d] [-n] [-p REMARKABLE_DIR] [-r] [-k] [-v] [-V]
[--filename FILENAME] [--gs GS] [--pdftoppm PDFTOPPM]
[--pdftk PDFTK] [--qpdf QPDF] [--rmapi RMAPI]
input
-Paper2reMarkable version 0.6.7
+Paper2reMarkable version 0.7.1
positional arguments:
input URL to a paper or the path of a local PDF file
@@ -145,7 +147,14 @@ Specifically:
- **Arch Linux:** ``pacman -S pdftk ghostscript poppler``
- **Ubuntu:** ``apt-get install pdftk ghostscript poppler-utils``. Replace
``pdftk`` with ``qpdf`` if your distribution doesn't package ``pdftk``.
- - **MacOs:** ``brew install pdftk-java ghostscript poppler`` (using [HomeBrew](https://brew.sh/)).
+ - **MacOS:** ``brew install pdftk-java ghostscript poppler`` (using [HomeBrew](https://brew.sh/)).
+ - **Windows:** Installers or executables are available for
+ [qpdf](https://github.com/qpdf/qpdf/releases) (for instance the mingw
+ binary executables) and
+ [GhostScript](https://www.ghostscript.com/download/gsdnld.html).
+ Importantly, Windows support is untested and these are generic
+ instructions, so we welcome clarifications where needed. The Docker
+ instructions below may be more convenient on Windows.
3. Finally, install ``paper2remarkable``:
```