13 lines
246 B
TeX
13 lines
246 B
TeX
\documentclass{article}
|
|
|
|
\usepackage{graphicx}
|
|
|
|
\begin{document}
|
|
|
|
Here is an image:
|
|
\fbox{\includegraphics[width=2in]{subdir/images/Cool2WarmBar}}
|
|
|
|
This included file should show up on the next page.
|
|
\include{subdir/IncludedFile}
|
|
|
|
\end{document}
|