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 36 37
|
Source: emacs-pdf-tools
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Rémi Vanicat <vanicat@debian.org>,
Aymeric Agon-Rambosson <aymeric.agon@yandex.com>,
Build-Depends: debhelper-compat (= 13),
Build-Depends-Indep: dh-elpa,
Build-Depends-Arch: libsynctex-dev, libpng-dev, libz-dev, libpoppler-glib-dev, libpoppler-private-dev,
Standards-Version: 4.6.2
Rules-Requires-Root: binary-targets
Homepage: https://github.com/vedang/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: ${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
|