sample_graphics.tex


\documentclass[12pt]{amsart}

% Compile only with pdfLaTeX
\usepackage[pdftex]{graphicx}

\begin{document}

% Use the name of the PNG file without the .png extension
\begin{center}\includegraphics[height=3in]{sample_graphics}\end{center}

\end{document}


[Crash Course in LaTeX home]