File: sec167.html

package info (click to toggle)
ts 9802-1
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,348 kB
  • ctags: 1,468
  • sloc: tcl: 4,567; ansic: 3,389; makefile: 88; sh: 1
file content (28 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (3)
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
<html>
<head><title>Splitting the Input</title></head>
<body>
<h1>Splitting the Input</h1>
<P>

</P>

<P>
A large document requires a lot of input.  Rather than putting the whole
input in a single large file, it's more efficient to split it into
several smaller ones.  Regardless of how many separate files you use,
there is one that is the root file; it is the one whose name you type
when you run LaTeX.

</P>

<UL>
<LI><A href="sec168.html">&#92;include</A>: Conditionally include a file.
<LI><A href="sec169.html">&#92;includeonly</A>: Determine which files are included.
<LI><A href="sec170.html">&#92;input</A>: Unconditionally include a file.
</UL>



<p>--&gt;<a href="index.html">LaTeX index</a>
</body>
</html>