blob: 29c60aa6bd951bdce813321fd040a29c90796564 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
\documentclass{article}
\begin{document}
beforeinput\input{foo}afterinput
beforeinput.tex\input{foo.tex}afterinput.tex
before inclusion of just-comment\input just-comment.tex after inclusion of just-comment
before inclusion of no-eol\input no-eol after inclusion of no-eol.
before inclusion of no-eol\input{no-eol}after inclusion of no-eol (braces).
beforeinclude\include{foo}afterinclude
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
|