LaTeX Document eror: too many }'s
- by Kyle
Hello,
I have a latex document, which works fine but when ever I try to add in an image with a figure caption it gives me an error saying there are to many }'s.
\begin{figure}[h!]
\caption{A picture of a gull.}
\includegraphics[width=0.5\textwidth]{uml-usecase/overview.png}
\end{figure}
As far as I can see its right, can anyone figure out…