texexpand(1) UNIX System V(7/10/86) texexpand(1)
NAME
texexpand - expands TeX's \input and LaTeX's \input{} and \include{}.
SYNOPSIS
texexpand [-w] filename
DESCRIPTION
A TeX or LaTeX document can have included files. Texexpand rewrites the
document after inserting these files. The name of the included file has
to be correct relative to the current working directory. If filename
cannot be opened, it will try to open filename.tex. The character '%' is
recognized as a comment indicator and the commented text is passed to the
output without opening inserted files in that line.
Warning is given if suspected unmatching is detected. Use the -w flag to
suppress these warnings.
SEE ALSO
texeqn(1), texmatch(1), detex(1).
DIAGNOSTICS
Nesting of \input and \include is allowed but the number of opened files
must not exceed the system's limit on the number of simultaneously opened
files (normally < 20).
LaTeX's \includeonly is not recognized.
AUTHOR
Kamal Al-Yahya, Stanford University, 7/10/86
10/89 Page 1