Use \input instead of \include (or \inclide)

This commit is contained in:
Guido van Rossum 1992-08-19 16:54:06 +00:00
parent ae507a42a0
commit 0e389af0c9
2 changed files with 4 additions and 2 deletions

View File

@ -65,6 +65,7 @@ the {\em Python Tutorial}.
\include{ref6} % Simple statements
\include{ref7} % Compound statements
\include{ref8} % Top-level components
\inclide{ref.ind}
\input{ref.ind}
\end{document}

View File

@ -65,6 +65,7 @@ the {\em Python Tutorial}.
\include{ref6} % Simple statements
\include{ref7} % Compound statements
\include{ref8} % Top-level components
\inclide{ref.ind}
\input{ref.ind}
\end{document}