AZ logo

CTAN directory: /support/check

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
check A syntax checker and tidier.

Files

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.

Contents of readme

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.