Use \input instead of \include (or \inclide)
This commit is contained in:
parent
ae507a42a0
commit
0e389af0c9
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue