From: Guido van Rossum Date: Wed, 19 Aug 1992 16:54:06 +0000 (+0000) Subject: Use \input instead of \include (or \inclide) X-Git-Tag: v0.9.8~202 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e389af0c9b537acbe7a3881aa613fc49ed3c018;p=thirdparty%2FPython%2Fcpython.git Use \input instead of \include (or \inclide) --- diff --git a/Doc/ref.tex b/Doc/ref.tex index ed4abc8cc2dc..cf7d30a80e09 100644 --- a/Doc/ref.tex +++ b/Doc/ref.tex @@ -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} diff --git a/Doc/ref/ref.tex b/Doc/ref/ref.tex index ed4abc8cc2dc..cf7d30a80e09 100644 --- a/Doc/ref/ref.tex +++ b/Doc/ref/ref.tex @@ -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}