On Fri, May 25, 2001 at 10:59:18AM +0100, Jonathan Ware wrote:
> Hello,
> 
> Is it possible to label figures in lyx so that (for example) those under
> a paragraph heading are numbered <<paragraph number>>-<<figure number>>
> (e.g. 2.3.4.1-1), those under a subsection heading are numbered
> <<subsection number>>-<<figure number>> (e.g. 2.3-2) and so on?

Yes. Use the \numberwithin command from amsmath.
You need to select the "Use amsmath" button in the document menu.
Then write (in the preamble or in the body)
\numberwithin{figure}{subsection}

You can use the command several times in the text to change the numbering
style.

Reply via email to