Search found 3 matches

by kobinissim
Sun Sep 12, 2010 9:01 am
Forum: Graphics, Figures & Tables
Topic: \ref to figure problem
Replies: 6
Views: 2821

Re: \ref to figure problem

Hi sommerfee
Thanks a lot
The problem is solved
by kobinissim
Mon Sep 06, 2010 4:24 pm
Forum: Graphics, Figures & Tables
Topic: \ref to figure problem
Replies: 6
Views: 2821

Re: \ref to figure problem

Hi
Here is the code I used for the figure:

\begin{center}
\begin{figure}[h]
\begin{picture}(130,220)
\put(-125,-180){\includegraphics[scale=0.65]{PS_3d.pdf}}
\end{picture}
\put(-240,-80){\caption{Pseudospectra of Orr-Sommerfeld operator}}
\label{PS2}
\put(-30,-40){Real$\;\;\lambda$}
\put(-180,10 ...
by kobinissim
Mon Sep 06, 2010 2:29 pm
Forum: Graphics, Figures & Tables
Topic: \ref to figure problem
Replies: 6
Views: 2821

\ref to figure problem

Hi
When Im using the command \numberwithin{figure}{chapter}
everything is O.K, I get for example FIGURE 3.1
BUT when Im trying to use \ref to the figure I get only FIG. 3
Is anybody can help me?
Thanks