Code: Select all
! LaTeX Error: File `Indirect-direct band gap' not found.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.98 ...=1.00\textwidth]{Indirect-direct band gap}
I could not locate the file with any of these extensions:
.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPEG,.JBIG2,.JB2
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
heres my code
Code: Select all
\documentclass[a4paper,10pt]{article}
\usepackage{graphicx}
\usepackage{amssymb,amsmath}
\usepackage[font=small,format=plain,labelfont=bf,up,textfont=it,up]{caption}
\numberwithin{equation}{section}
\begin{document}
\begin{figure}
\begin{minipage}{0.5\linewidth}
\centering
\includegraphics[width=1.00\textwidth]{Indirect-direct band gap}
\caption{Differences between insulators, semiconductors and conductors using a simple energy band diagram.}
\label{banddiagram}
\end{minipage}
\end{figure}
\end{document}