Search found 2 matches

by stuball3d
Mon Sep 21, 2009 6:25 am
Forum: Graphics, Figures & Tables
Topic: \begin{figure} removing graphic
Replies: 4
Views: 2816

Re: \begin{figure} removing graphic

Ahhh, I figured it out...

It was a multi-column environment giving it trouble.

I'm doing a 3-4 page scientific report. Standard {report} class. I wanted a standard abstract over a normal page width, but the remaining parts separated into two columns.

Apparently the multicols was messing it up ...
by stuball3d
Mon Sep 21, 2009 5:21 am
Forum: Graphics, Figures & Tables
Topic: \begin{figure} removing graphic
Replies: 4
Views: 2816

\begin{figure} removing graphic

I am trying to insert a figure, and am using the following code:

\begin{figure}
\begin{center}
\includegraphics{vijaygel}
\caption{Picture caption.\label{fig:gel1}}
\end{center}
\end{figure}


And no picture/caption/anything is being inserted. However, if I comment out the \begin{figure} and \end ...