]> granicus.if.org Git - python/commit
Added a tool for making a rough check of LaTeX documents.
authorRaymond Hettinger <python@rcn.com>
Sat, 10 May 2003 03:30:13 +0000 (03:30 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 10 May 2003 03:30:13 +0000 (03:30 +0000)
commit71e0033200d7b013a64375d3001d2aa2de933f3c
tree4c7c68b536446b8db19e4bd153728f8e8b67b015
parenta053f3388791208bfccb94c9407ffa3f5f79ecc8
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.
Misc/NEWS
Tools/scripts/README
Tools/scripts/texcheck.py [new file with mode: 0644]