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 38
|
Source: gummi
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Hugo Lefeuvre <hle@debian.org>
Section: tex
Priority: optional
Build-Depends: debhelper-compat (= 12),
intltool,
libglib2.0-dev,
libgtk-3-dev,
libgtksourceview-3.0-dev,
libgtkspell3-3-dev,
libpoppler-glib-dev,
libsynctex-dev
Standards-Version: 4.5.0
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
Rules-Requires-Root: no
Package: gummi
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: texlive-extra-utils,
texlive-latex-base,
texlive-xetex
Description: simple LaTeX editor with live preview
Gummi is a LaTeX editor based on GTK3.
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.
|