This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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

Attachment: pgp00000.pgp
Description: signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]