diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex2e-html/ltx-245.html')
-rw-r--r-- | Master/texmf-doc/doc/english/latex2e-html/ltx-245.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/Master/texmf-doc/doc/english/latex2e-html/ltx-245.html b/Master/texmf-doc/doc/english/latex2e-html/ltx-245.html deleted file mode 100644 index ee636285985..00000000000 --- a/Master/texmf-doc/doc/english/latex2e-html/ltx-245.html +++ /dev/null @@ -1,31 +0,0 @@ -<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> |