1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: emacs-pdf-tools
Section: text
Priority: optional
Maintainer: Debian Emacs addons team <debian-emacsen@lists.debian.org>
Uploaders: Rémi Vanicat <vanicat@debian.org>
Build-Depends: debhelper (>=11~),
Build-Depends-Indep: dh-elpa,
Build-Depends-Arch: libsynctex-dev, libpng-dev, libz-dev, libpoppler-glib-dev, libpoppler-private-dev,
Standards-Version: 4.3.0
Homepage: https://github.com/politza/pdf-tools
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-pdf-tools
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-pdf-tools.git/
Package: elpa-pdf-tools
Architecture: all
Depends: ${misc:Depends}, ${elpa:Depends}, emacsen-common (>= 2.0.8), emacs, elpa-pdf-tools-server
Built-Using: ${misc:Built-Using}
Description: Display and interact with pdf in Emacs
This mode replace DocView for PDF files. The key difference is, that pages
are created on-demand and stored in memory.
.
One can also get all kinds of information about a document, add
annotation, copy and paste, follow link...
.
With synctex one can also get to the tex source of a part of a
document.
Package: elpa-pdf-tools-server
Architecture: any
Depends: libpoppler-glib8 (>= 20.09.0~), ${misc:Depends}, ${shlibs:Depends}
Description: server for Emacs's pdf-tools
This package contain the server needed by elpa-pdf-tools to transform
pdf into png to be displayed by Emacs.
.
You probably need it only for elpa-pdf-tools
|