summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/README
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 /Tools/scripts/README
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 'Tools/scripts/README')
-rw-r--r--Tools/scripts/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README
index e718c4a..7ca5090 100644
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -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