Re: Table/Figure numbering

1999-05-10 Thread Jean-Marc Lasgouttes

> "Leonid" == Leonid Belostotski <[EMAIL PROTECTED]> writes:

Leonid> Hello, It was probably discussed somewhere but I was not able
Leonid> to find it.

Leonid> For my thesis, each figure/table has to be numbered in the
Leonid> following fashion: Y-X, where Y is the chapter number and X is
Leonid> the figure number in the chapter. I need to be able to
Leonid> cross-reference to the table/figure and the list of
Leonid> figures/tables has to follow the same format.  Is there a way
Leonid> of doing it?

Try to add in Layout->LaTeX Preamble something like
\renewcommand{\thetable}{\thechapter-\arabic{table}}
\renewcommand{\thefigure}{\thechapter-\arabic{figure}}

Although no change will be visible on screen, everything should be
correct on paper.

JMarc



Table/Figure numbering

1999-05-05 Thread Leonid Belostotski

Hello,

It was probably discussed somewhere but I was not able to find it.

For my thesis, each figure/table has to be numbered in the following
fashion: Y-X, where Y is the chapter number and X is the figure number in
the chapter. I need to be able to cross-reference to the table/figure and
the list of figures/tables has to follow the same format.
Is there a way of doing it?

Thank you