summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-08-19 16:54:06 +0000
committerGuido van Rossum <guido@python.org>1992-08-19 16:54:06 +0000
commit0e389af0c9b537acbe7a3881aa613fc49ed3c018 (patch)
tree10a142db479ec908ae88b0f8bd927a25e47e6d4e /Doc
parentae507a42a0425f2397a5f7b3163dc0c1d6d0aaef (diff)
downloadcpython-git-0e389af0c9b537acbe7a3881aa613fc49ed3c018.tar.gz
Use \input instead of \include (or \inclide)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/ref.tex3
-rw-r--r--Doc/ref/ref.tex3
2 files changed, 4 insertions, 2 deletions
diff --git a/Doc/ref.tex b/Doc/ref.tex
index ed4abc8cc2..cf7d30a80e 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 ed4abc8cc2..cf7d30a80e 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}