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
|
Source: vim-latexsuite
Section: editors
Priority: optional
Maintainer: Johann Felix Soden <johfel@debian.org>
Build-Depends: debhelper-compat (= 12), python3, dh-python
Standards-Version: 4.5.0
Homepage: http://vim-latex.sourceforge.net/
Vcs-Git: https://salsa.debian.org/debian/vim-latexsuite.git
Vcs-Browser: https://salsa.debian.org/debian/vim-latexsuite/
Rules-Requires-Root: no
Package: vim-latexsuite
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, ${perl:Depends}, vim-common (>= 1:7.1.314), vim, python3
Recommends: texlive-base-bin, vim-addon-manager
Suggests: xpdf | pdf-viewer, gv | postscript-viewer, xdg-utils
Enhances: vim
Description: view, edit and compile LaTeX documents from within Vim
vim-latexsuite attempts to provide a comprehensive set of tools to view,
edit and compile LaTeX documents in Vim. Together, they provide tools starting
from macros to speed up editing LaTeX documents to functions for forward
searching .dvi documents.
.
This package also provides help to LaTeX in Vim.
.
By default, vim-latexsuite is not enabled. Please read
/usr/share/doc/vim-latexsuite/README.Debian after installing the package.
|