diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2015-06-12 23:24:29 +0200 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2015-06-12 23:59:24 +0200 |
| commit | dc2d99f53aa02e98516b9d3a46a4e36814e7298b (patch) | |
| tree | 5ebab529babd2aba372ab2bd4ec2d449448629ab /README.org | |
| parent | 2482dfff3800d5ce34028bf7e81371647c7ed1be (diff) | |
Added VPDF feature.
* lisp/pdf-virtual.el: New file handling virtual PDF documents.
* test/pdf-test.el: Tests for that feature.
* lisp/pdf-misc.el: Extend the menu appropriately.
* lisp/pdf-view.el: Make pdf-view-mode play nicer with it's derived
mode pdf-virtual-view-mode.
* lisp/pdf-tools.el: Integrate pdf-virtual.
* NEWS: Added item.
* README.org: Mention it.
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,12 +47,15 @@ *** SyncTeX Jump from a position on a page directly to the TeX source and vice-versa. +*** Virtual PDF + Use a collection of documents as if it where one, big single PDF. *** Misc + Display PDF's metadata. + Mark a region and kill the text from the PDF. + Keep track of visited pages via a history. + Apply a color filter for reading in low light conditions. + ** Installation The package may be installed via melpa and it will try to build the server part when it is actiated the first time, though next section |
