I would like to insert images into my documents and have been able to do this by outputting to dvi format, but it doesn't work with pdf. When I output to pdf the image is missing:
Code: Select all
Code, edit and compile here:
\usepackage{graphicx}...\newpage\section{Diagram}\begin{figure}\centering\includegraphics[scale=0.65, angle=90]{testing}\caption{System}\label{fig:test}\end{figure}