Search found 3 matches

by kudzu
Sun Jan 24, 2010 1:54 pm
Forum: Graphics, Figures & Tables
Topic: \caption of figure problem
Replies: 4
Views: 4460

Re: \caption of figure problem

Here comes the MWE.
by kudzu
Sun Jan 24, 2010 12:50 pm
Forum: Graphics, Figures & Tables
Topic: \caption of figure problem
Replies: 4
Views: 4460

\caption of figure problem

It's not working for me. To put the \label in caption I found in some tutorial that says this make us sure the label is after caption.

When I make the code like this, nothing changed.

\begin{figure}[ht]
\begin{codebox}
\Procname{$\proc{Dijkstra}(G,w,s)$}
\li $\proc{Initialize-Single-Source}(G,s ...
by kudzu
Sun Jan 24, 2010 12:14 pm
Forum: Graphics, Figures & Tables
Topic: \caption of figure problem
Replies: 4
Views: 4460

\caption of figure problem

Hello,
I use clrscode package and when I put at the same page this second caption of figure

\begin{figure}[ht]
\begin{codebox}
\Procname{$\proc{Dijkstra}(G,w,s)$}
\li $\proc{Initialize-Single-Source}(G,s)$
\li $S \gets \emptyset $
\li $Q \gets V[G]$
\li \While $Q\neq \emptyset$
\li \Do $u \gets ...