blob: ee636285985ecb8c994cc3b49b3bad94c988a8a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<html>
<head><title>Help On LaTeX \include</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">\include</font></h1>
<tt>\include{file}</tt>
<p>
The <tt>\include</tt> command is used in conjunction with the
<tt><a href="ltx-246.html">\includeonly</a></tt>
command for selective inclusion of files. The <tt>file</tt> argument is the
first name of a file, denoting <tt>file.tex</tt>. If the file is also
in the file list of the <tt>\includeonly</tt> command or if there is no
<tt>\includeonly</tt> command, the <tt>\include</tt> command is equivalent to
<Pre>
<tt><a href="ltx-213.html">\clearpage</a> \input{file} <a href="ltx-213.html">\clearpage</a></tt>
</Pre>
except that if the file <tt>file.tex</tt> does not exist, then a warning
message rather than an error is produced. If the file is not in the
file list, the <tt>\include</tt> command is equivalent to <tt>\clearpage</tt>.
<p>
The <tt>\include</tt> command may not appear in the preamble or in a file read
by another <tt>\include</tt> command.
<hr>
See also <A href="ltx-165.html">Splitting the Input</A><br>
See also <a href="ltx-248.html"><tt>\input</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>
|