texmatch(1) UNIX System V(7/10/86) texmatch(1)
NAME
texmatch - checks matching in TeX and LaTeX documents.
SYNOPSIS
texmatch [-i] filename
DESCRIPTION
Texmatch gives error messages if it detects unmatched delimiters.
Delimiters are braces, brackets, parentheses, dollar signs (single and
double), and LaTeX's \begin and \end. Error messages are sent to the
standard error.
Escaped braces and dollar signs are not counted. \input and \include
files are also checked unless the -i flag is used.
Text, displayed equations, and environments are checked independently,
while commented text is not checked.
DIAGNOSTICS
LaTeX environments that are started and ended by user-defined control
sequences are regarded as ordinary text and they are not checked
independently.
White spaces within LaTeX's \begin{...} and \end{...} are not allowed
for.
SEE ALSO
texexpand(1), texeqn(1).
AUTHOR
Kamal Al-Yahya, Stanford University
10/89 Page 1