blob: 0de0c73f47a51bc18427f145b8b483f666d0e708 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<html>
<head><title>Help On LaTeX \input</title></head>
<body bgcolor="#ffffff" text="#000000" link="#000099" vlink="#cc0000" alink="#cc0000">
<h1><font size="-2">Hypertext Help with LaTeX</font><br><font color="#cc0000">\input</font></h1>
<tt>\input{file}</tt>
<p>
The <tt>\input</tt> command causes the indicated <tt>file</tt>
to be read and processed,
exactly as if its contents had been inserted in the current file at
that point. The file name may be a complete file name with extension
or just a first name, in which case the file <tt>file.tex</tt> is used.
<hr>
See also <A href="ltx-165.html">Splitting the Input</A><br>
See also <A href="ltx-245.html"><tt>\include</tt></A><br>
Return to the <a href="ltx-2.html">LaTeX Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 30 Oct 1995.
</address>
</body>
</html>
|