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] | |
There is no numbering option in the stylesheets that will handle such a complex numbering scheme.
I would do the extensions list as a variablelist, and manually enter the numbers as the <term> element. You could wrap a <link> element around the term content to form a link back to the scenario step.
<variablelist> <varlistentry> <term><link linkend="step2">2a</link></term> <listitem><para>Exception occurs in step 2</para></listitem> </varlistentry> ...
Unfortunately, this solution requires manual maintenance of the numbers in the extensions lists.
--------------------------------------------------------------------- To unsubscribe, e-mail: docbook-unsubscribe@lists.oasis-open.org For additional commands, e-mail: docbook-help@lists.oasis-open.org
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |