Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add two missing markup tags. | Georg Brandl | 2006-01-23 | 1 | -1/+1 |
| | |||||
* | Teach texcheck about \textbar | Raymond Hettinger | 2005-07-01 | 1 | -0/+1 |
| | |||||
* | Use set() instead of sets.Set() | Raymond Hettinger | 2004-07-12 | 1 | -3/+2 |
| | |||||
* | Add more known macros. | Raymond Hettinger | 2004-07-12 | 1 | -0/+1 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2004-07-08 | 1 | -1/+0 |
| | |||||
* | Generalize the last change to check for other markup spacing errors. | Raymond Hettinger | 2003-09-08 | 1 | -4/+4 |
| | |||||
* | Check for \NULL markup errors. | Raymond Hettinger | 2003-09-08 | 1 | -0/+5 |
| | |||||
* | Added doubled word warnings. | Raymond Hettinger | 2003-08-25 | 1 | -0/+3 |
| | |||||
* | * Added file globbing to make it easier to check many LaTeX files. | Raymond Hettinger | 2003-05-16 | 1 | -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 Hettinger | 2003-05-14 | 1 | -8/+8 |
| | | | | (Idea contributed by Anthony Baxter.) | ||||
* | * Added separate checks for matching braces. | Raymond Hettinger | 2003-05-12 | 1 | -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 Hettinger | 2003-05-10 | 1 | -2/+4 |
| | |||||
* | Add table level validation and made minor fix-ups. | Raymond Hettinger | 2003-05-10 | 1 | -8/+22 |
| | |||||
* | Added a tool for making a rough check of LaTeX documents. | Raymond Hettinger | 2003-05-10 | 1 | -0/+167 |
It checks for known commands, forward slashes, unbalanced or mismatched delimters, and unbalanced or mismatched begin/end blocks. |