Added a tool for making a rough check of LaTeX documents.

It checks for known commands, forward slashes, unbalanced or
mismatched delimters, and unbalanced or mismatched begin/end blocks.
This commit is contained in:
Raymond Hettinger 2003-05-10 03:30:13 +00:00
parent a053f33887
commit 71e0033200
3 changed files with 171 additions and 0 deletions

View file

@ -43,6 +43,7 @@ suff.py Sort a list of files by suffix
sum5.py Print md5 checksums of files
tabnanny.py Check for ambiguous indentation (Tim Peters)
tabpolice.py Check for ambiguous indentation (GvR)
texcheck.py Validate Python LaTeX formatting (Raymond Hettinger)
texi2html.py Convert GNU texinfo files into HTML
treesync.py Synchronize source trees (very ideosyncratic)
untabify.py Replace tabs with spaces in argument files