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.