I am creating a document with an inserted PNG file, and I'm trying to create it where the name of the file is not located in the bottom left hand corner of it.
Here is part of the source code:
\documentclass[12pt]{article}
\usepackage{graphicx}
\begin{document}
\begin{center}
\scalebox{0.5}[0.5]{\includegraphics*{C:/Users/PcOwmer/Pictures/OneFourthRSquaredSinFourTheta.png}}
\end{center}
\end{document}
texfile and just use\scalebox{0.5}[0.5]{\includegraphics*{OneFourthRSquaredSinFourTheta.png}}instead of the full path. – Ryan Dec 03 '14 at 07:04