diff options
author | Guido van Rossum <guido@python.org> | 1992-08-19 16:54:06 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-08-19 16:54:06 (GMT) |
commit | 0e389af0c9b537acbe7a3881aa613fc49ed3c018 (patch) | |
tree | 10a142db479ec908ae88b0f8bd927a25e47e6d4e /Doc/ref/ref.tex | |
parent | ae507a42a0425f2397a5f7b3163dc0c1d6d0aaef (diff) | |
download | cpython-0e389af0c9b537acbe7a3881aa613fc49ed3c018.zip cpython-0e389af0c9b537acbe7a3881aa613fc49ed3c018.tar.gz cpython-0e389af0c9b537acbe7a3881aa613fc49ed3c018.tar.bz2 |
Use \input instead of \include (or \inclide)
Diffstat (limited to 'Doc/ref/ref.tex')
-rw-r--r-- | Doc/ref/ref.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/ref/ref.tex b/Doc/ref/ref.tex index ed4abc8..cf7d30a 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} |