Package: dblatex
Version: 0.3-2

<indexterm> entries starting with a number show up in the index under a
rather strange "_" heading.  Can this be changed to be more like the
docbook-xsl apprach, where the same entry show up under and 'Symbols'
heading in the index?

Here is an example document demonstrating the problem.

<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd";>
<!--

Demonstrate problem with non-alphabetic indexterm entries in dblatex.

The '60 Minutes' entry is placed under an "_" heading, which is rather
strange.  docbook-xsl places it under an 'Symbols' heading, which is
strange too, but a bit better looking than the dblatex approach.

 -->
<book>
  <bookinfo>
    <title>Example demonstrating index problem</title>
  </bookinfo>
<preface>
<indexterm><primary>A index entry</primary></indexterm>
<indexterm><primary>60 Minutes</primary></indexterm>
  <para>text is good</para>
</preface>
<index></index>
</book>

--
Happy hacking
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to