From Wikibooks, open books for an open world
< TeX
This page may need to be
reviewed for quality.
< TeX
[edit] Synopsis
\input [file]
[edit] Description
TeX will process the file [file]. If [file] is of the form foo.tex, then
\input foo.tex
is the same as
\input foo
[edit] Examples