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
|
Source: gummi
Section: tex
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper (>= 11),
intltool,
libglib2.0-dev (>= 2.20),
libgtk2.0-dev (>= 2.20),
libgtksourceview2.0-dev (>= 2.2.1),
libgtkspell-dev,
libpoppler-glib-dev,
libsynctex-dev
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/science-team/gummi
Vcs-Git: https://salsa.debian.org/science-team/gummi.git
Homepage: https://github.com/alexandervdm/gummi
Package: gummi
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: texlive-extra-utils, texlive-latex-base, texlive-xetex
Description: GTK+ based LaTeX editor with live preview
Gummi is a LaTeX editor based on GTK+.
The basic features are:
- Live preview pane for the compiled document,
- BibTeX integration,
- Helpers for tables and matrices,
- Exporting to PDF,
- Error checking,
- Syntax highlighting,
- Spellchecking,
- Document statistics,
- Persistent configuration.
|