summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/texcheck.py
Commit message (Collapse)AuthorAgeFilesLines
* Add two missing markup tags.Georg Brandl2006-01-231-1/+1
|
* Teach texcheck about \textbarRaymond Hettinger2005-07-011-0/+1
|
* Use set() instead of sets.Set()Raymond Hettinger2004-07-121-3/+2
|
* Add more known macros.Raymond Hettinger2004-07-121-0/+1
|
* Whitespace normalization.Tim Peters2004-07-081-1/+0
|
* Generalize the last change to check for other markup spacing errors.Raymond Hettinger2003-09-081-4/+4
|
* Check for \NULL markup errors.Raymond Hettinger2003-09-081-0/+5
|
* Added doubled word warnings.Raymond Hettinger2003-08-251-0/+3
|
* * Added file globbing to make it easier to check many LaTeX files.Raymond Hettinger2003-05-161-39/+60
| | | | | | | * Delimiter mismatch now prints a warning instead of raising an exception. * Offer style warnings for use of e.g. and i.e. * Bypass false positive warnings for forward slashes in urls and in /rfc822. * Put non-LaTex delimiter matching first to make -d option more reliable.
* Forward slash warnings now only occur for potentially valid LaTeX commands.Raymond Hettinger2003-05-141-8/+8
| | | | (Idea contributed by Anthony Baxter.)
* * Added separate checks for matching braces.Raymond Hettinger2003-05-121-6/+27
| | | | | | * Added more LaTex cmds from the docs. * Blocked forward-slash warnings with delimiters-only option. * Put help message on shorter line to fit an 80 char screen.
* Minor fixups.Raymond Hettinger2003-05-101-2/+4
|
* Add table level validation and made minor fix-ups.Raymond Hettinger2003-05-101-8/+22
|
* Added a tool for making a rough check of LaTeX documents.Raymond Hettinger2003-05-101-0/+167
It checks for known commands, forward slashes, unbalanced or mismatched delimters, and unbalanced or mismatched begin/end blocks.