Next in thread →
Next in month →
Re: DOCBOOK: ordered list
writes: > Is there a way to get a orderedlist like that: > > (1) First > (2) Second > (3) Third > ... You mean the markup? <orderedlist> <listitem>First</listitem> <listitem>Second</listitem> <listitem>Third</listitem> </orderedlist> Or the rendering with the parenthesis as above? If it's the rendering, you'll have to customize your stylesheets to add them. Take a look at dblists.dsl to see how this is generated. -- Godoy. <> Solutions Developer - Conectiva Inc. - http://www.conectiva.com Desenvolvedor de Solu踥es - Conectiva S.A. - http://www.conectiva.com.br
Next in thread →
Next in month →