mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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:
parent
a053f33887
commit
71e0033200
3 changed files with 171 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue