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


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

Table numbering within <reference>


Title: Table numbering within <reference>

I have a <reference> section in a document, which contains a table within some of the <refsect1> sections. The problem is that each table is always called Table 1, whereas I think they should be Table I.1, Table I.2 etc. I am using the dsssl stylesheets, version 1.76. This is happening when I convert to RTF or to HTML.

Structure of document:

<book>
  <bookinfo>...</bookinfo>
  <chapter>...</chapter>
  ...
  <reference>
    <title>...</title>
    <partintro>...</partintro>
    <refentry>
      <refnamediv>...</refnamediv>
      <refsynopsisdiv>...</refsynopsisdiv>
      <refsect1>
        ...
        <para>
          <table>...</table>        <--- this is the offender
        </para>
        ...
      </refsect1>
    </refentry>
    ...
  </reference>
  ...
</book>

--
Cheers
James Ots


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