← Prev in month ← Prev in thread
Next in thread → Next in month →

xref and inheritnum

From
Luciano Scavizzi <>
Date
2006-05-29T12:52:46+00:00
ID
Thread
xref and inheritnum
Hi!

When I have the following:

<orderedlist numeration="arabic" inheritnum="inherit">
....
<orderedlist numeration="arabic" inheritnum="inherit">
<listitem id="foo1">Foo 1</listitem>
</orderedlist>
....
</orderedlist>
<para>About item <xref linkend="foo1"/>...</para>

I get this output:
....
3.1 Foo1
....

About item 1...

While I'd think getting: "About item 3.1..." would be more correct.

Is there an "easy" way to have my <xref> text not ignoring the "inheritnum"?

Thanks,
Luciano
← Prev in month ← Prev in thread
Next in thread → Next in month →