Hi,

 

I'm trying to change the css so that figures will be automatically numbered.
I want the format to be chapter num, then figure number. I've added the
following to the collapsible.imp file.

 

figure > title:first-child:before { 

    content: collapser() " Figure " simple-counter(n-n-) " "; 

}

 

The problem that I am having is that it's counting within the figure's
parent, section. When I go to a new section, the counter resets. Is there
any way using simple-counter to count the figures at the chapter level?

 

Thanks,

Henry

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20100318/ce0b71a3/attachment.htm
 

Reply via email to