
Images are not showing up when I call them - they just give an appropriate size outline with the filename written inside. I have read other posts and it is not that I have a draft class in place:
Code: Select all
\documentclass[a4paper,12pt]{article}
\usepackage{graphicx}
\begin{document}
\section{section}
some writing...
\begin{figure}[h!]
\centering
\includegraphics[width=0.6\textwidth]{parity2.jpg}
\caption{Parity operation action on a left-handed particle's wave function, is equivalent to a right handed particle}
\label{fig:parity}
\end{figure}
some more writing...
\end{document}
