[Tugindia] Figure ref. numbering

Jitender Singh jsinghdrdo at gmail.com
Mon May 30 14:28:41 CEST 2011


Position of label w.r.t. caption does change format of printed label. I just
cross-checked it, you may try it yourself:
 \begin{figure}[htbp]
 \includegraphics[width=0.5\textwidth]{fileName.png}
 \caption{figure caption}
 \label{fig:tiger}
 \end{figure}

results in figure 3 whereas,

 \begin{figure}[htbp]
 \includegraphics[width=0.5\textwidth]{fileName.png}
 \label{fig:tiger}
 \caption{figure caption}
 \end{figure}

gives figure 2.1.3. (section number)

Regards,
Jitender SIngh

On Mon, May 30, 2011 at 3:26 PM, S. venkataraman <svenkat at ignou.ac.in>wrote:

> On Mon, May 30, 2011 at 1:49 PM, Jitender Singh <jsinghdrdo at gmail.com
> >wrote:
>
> > I believe Vinay wants figure number to be independent of section number,
> > e.g. 1, 2 ,3 etc. For this, put label command below the caption.
> >
> > \begin{figure}[htbp]
> > \includegraphics[width=0.5\textwidth]{fileName.png}
> > \caption{figure caption}
> > \label{fig:tiger}
> > \end{figure}
> >
> > Regards,
> > Jitender Singh
> > On Mon, May 30, 2011 at 11:05 AM, vinay <vinay_elc at rediffmail.com>
> wrote:
> >
> >
> > The position of the \label does'nt influence the format
> of the label printed in any way as far as I know.
> Best,
> S. Venkataraman
> _______________________________________________
> Home:        http://www.tug.org.in/
> TeX FAQ:     http://www.tex.ac.uk/faq
> unsubscribe: http://tug.org/mailman/listinfo/tugindia
>



-- 
Regards!
Jitender Singh


More information about the tugindia mailing list