Search found 3 matches

by dumbchick
Wed Dec 22, 2010 3:12 pm
Forum: Graphics, Figures & Tables
Topic: Figure not inserted
Replies: 4
Views: 2361

Re: Figure not inserted

Ok, thank you! Now it displays the picture :)

And TeXnicCenter is not good? It was adviced by my university.
by dumbchick
Wed Dec 22, 2010 2:49 pm
Forum: Graphics, Figures & Tables
Topic: Figure not inserted
Replies: 4
Views: 2361

Re: Figure not inserted

code and log in attachment
by dumbchick
Wed Dec 22, 2010 12:21 am
Forum: Graphics, Figures & Tables
Topic: Figure not inserted
Replies: 4
Views: 2361

Figure not inserted

Hi, I'm trying to insert a figure in LaTeX, but it won't work.

I have the following code:

\begin{figure}
\begin{center}
\includegraphics[width=0.5\textwidth]{design3}
\end{center}
\caption{BlaBla}\label{fig:design}
\end{figure}

And the figure design3.png is located in the same directory as ...