> "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