summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-05-10 03:30:13 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-05-10 03:30:13 (GMT)
commit71e0033200d7b013a64375d3001d2aa2de933f3c (patch)
tree4c7c68b536446b8db19e4bd153728f8e8b67b015 /Misc
parenta053f3388791208bfccb94c9407ffa3f5f79ecc8 (diff)
downloadcpython-71e0033200d7b013a64375d3001d2aa2de933f3c.zip
cpython-71e0033200d7b013a64375d3001d2aa2de933f3c.tar.gz
cpython-71e0033200d7b013a64375d3001d2aa2de933f3c.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d29c90e..b943391 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,9 @@ Library
Tools/Demos
-----------
+- texcheck.py is a new script for making a rough validation of Python LaTeX
+ files.
+
Build
-----