\documentclass{article} \usepackage{graphicx} \begin{document} \textbf{Document from subdirectory 1} Here is an image: \fbox{\includegraphics[width=2in]{images/Cool2WarmBar}} This included file should show up on the next page. \include{IncludedFile} \end{document}