16 lines
205 B
TeX
16 lines
205 B
TeX
\documentclass{article}
|
|
|
|
\usepackage{graphicx}
|
|
|
|
\begin{document}
|
|
|
|
Here is an image.
|
|
|
|
\includegraphics{my.image.eps}
|
|
|
|
\cite{foo}
|
|
|
|
\bibliographystyle{plain}
|
|
\bibliography{multi.dot.filename}
|
|
|
|
\end{document}
|