You can get the contents of this directory bundled as a zip file.
| Identifier | Caption |
|---|---|
| check | A syntax checker and tidier. |
| Name | Size* | Date UTC | Notes |
|---|---|---|---|
| check.c | 16 KiB | 1993-Jul-01 | |
| check.doc | 7 KiB | 1994-Apr-07 | |
| check.txt | 7 KiB | 1994-Apr-07 | another name for /support/check/check.doc |
| readme | 385 bytes | 1994-Apr-07 | Shown below |
*File sizes in kibibytes.
Overview -------- check.c is the source of a TeX file filter. It provides syntax checking as well as automatic labelling, and additionally german language support. Hints for compiling check.c --------------------------- check.c can be compiled with any ANSI-C C-compiler. On UNIX systems use cc -o check check.c -lm to produce an executable check. Read check.doc for usage hints.