From 0e389af0c9b537acbe7a3881aa613fc49ed3c018 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 19 Aug 1992 16:54:06 +0000 Subject: [PATCH] Use \input instead of \include (or \inclide) --- Doc/ref.tex | 3 ++- Doc/ref/ref.tex | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Doc/ref.tex b/Doc/ref.tex index ed4abc8cc2d..cf7d30a80e0 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 ed4abc8cc2d..cf7d30a80e0 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}