1\documentclass{article} 2 3\usepackage{graphicx, color} 4 5 6\begin{document} 7 8Let's include a graphical image, for example a \emph{png} file. 9 10\begin{center} 11 \includegraphics[scale=.5]{graph-example} 12\end{center} 13 14 15\end{document} 16 17