Next in thread → Next in month →

RE: [docbook-apps] customizing glossaries (as list, FO output)

From
Mauritz Jeanson <>
Date
2009-07-23T11:45:19+00:00
ID
4CFFD966C49441FF82C91E1F56D43C2C@D7MZ171J
Thread
RE: [docbook-apps] customizing glossaries (as list, FO output)
|  -----Original Message-----
|  From: Bergfrid Skaara 
|   
|  1. I've set the glossary.sort parameter to 1, but I would 
|  like space and hypens to be ignored when sorting (so that 
|  you get ca, car, ca-range and not ca, ca-range, car). 


Use the sortas attribute on glossentry to indicate how you want the entry to
be sorted. For example:

 <glossentry sortas="carange">
  <glossterm>ca-range</glossterm>
  ...
 </glossentry>

Mauritz
Next in thread → Next in month →