OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] theorems and similar things


On Monday 13 September 2004 16:17, Wolfgang Jeltsch wrote:
> Hello,
>
> how do I enter theorems, lemmas, proofs and definitions in DocBook?  Except
> for the definitions, all these things shall be numbered automatically
> whereas different numbering schemes shall be available.
>
> Best regards,
> Wolfgang

Utilize the orderedlist element.

i.e.
<orderedlist numeration="xxx">
<listitem>
...
</listitem>
</orderedlist>

Where the numeration argument can have any of the following attributes in 
place of xxx:
arabic
loweralpha
lowerroman
upperalpha
upperroman

HTH.
Thomas Jones

signature



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]