commit | 71e0033200d7b013a64375d3001d2aa2de933f3c | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat May 10 03:30:13 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat May 10 03:30:13 2003 +0000 |
tree | 4c7c68b536446b8db19e4bd153728f8e8b67b015 | |
parent | a053f3388791208bfccb94c9407ffa3f5f79ecc8 [diff] [blame] |
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.
diff --git a/Misc/NEWS b/Misc/NEWS index d29c90e..b943391 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -44,6 +44,9 @@ Tools/Demos ----------- +- texcheck.py is a new script for making a rough validation of Python LaTeX + files. + Build -----