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: chktex
Section: tex
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
libncurses-dev,
texlive,
texlive-latex-extra,
latex2html,
autoconf,
libpcre2-dev,
libpcre2-posix3,
less
Standards-Version: 4.6.1
Homepage: https://www.nongnu.org/chktex/
Vcs-Browser: https://salsa.debian.org/alteholz/chktex
Vcs-Git: https://salsa.debian.org/alteholz/chktex.git
Rules-Requires-Root: no
Package: chktex
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Finds typographic errors in LaTeX
ChkTeX finds typographic errors in LaTeX documents:
* Supports over 40 warnings.
* Supports ``\input'' command; both TeX and LaTeX version. Actually
includes the files. ``TEXINPUTS''-equivalent search path.
* Intelligent warning/error handling. The user may promote/mute
warnings to suit his preferences. You may also mute warnings in
the header of a file; thus killing much unwanted garbage.
* Supports both LaTeX 2.09 and LaTeX2e.
* Flexible output handling. Has some predefined formats and lets the
user specify his own format. Uses a ``printf()'' similar syntax.
``lacheck'' compatible mode included for interfacing with the
AUC-TeX Emacs mode.
|