[lacheck]
apt = lacheck
files = *.tex
types = text/x-tex
command = lacheck {files}

[lintex]
apt = lintex
files = *.aux *.bbl *.blg *.dvi *.idx *.ilg *.ind *.lof *.log  *.lot  *.nav *.out *.pdf *.ps *.snm *.thm *.toc *.toc.old *.synctex.gz *.xyc
command = lintex -r -o -p

# TODO: chktex

# vim:ft=dosini
