20 lines
319 B
TeX
20 lines
319 B
TeX
\documentclass{article}
|
|
|
|
\usepackage{graphicx}
|
|
|
|
\begin{document}
|
|
|
|
Hello world, I'm in a subdirectory \cite{DouglasAdams}
|
|
|
|
\input{chapter1.tex}
|
|
\input{chapter2.tex}
|
|
|
|
\begin{centering}
|
|
\includegraphics[width=0.5\textwidth]{image.png}
|
|
\end{centering}
|
|
|
|
\bibliographystyle{plain}
|
|
\bibliography{bibliography}
|
|
|
|
\end{document}
|