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]

Re: [docbook-apps] Glossary format in PDF


On Fri, May 30, 2003 at 05:55:43PM +0200, ekkehard.goerlach@pharma.novartis.com wrote:
> Thanks, Bob, for the explanation. After I read your mail I realized that 
> my "book" contained <variablelist>s - formatted as block as well. But here 
> the spacing was ok. So I compared what was going on in glossary.xsl 
> compared to lists.xsl. 
> 
> The lists use the list.item.spacing attribute set. Using that for the 
> glossary helped already. So I changed that in my glossary.xsl.

Yes, I think this is an appropriate change in this context
since we don't want the space after the glossary term.

> The other 
> point is, probably, a bug: the apply-templates within the 
> "glossentry/glossdef" template did not specify mode="glossary.as.blocks". 
> So the subsequent template which treats the first paragraph in the 
> glossdef different did not come into effect.

Yes, this is a good point too.  But we also have to add
another template for match="*" in mode="glossary.as.blocks"
to pass through elements to the modeless templates,
since a glossdef can contain many other elements besides
para.

> In short: the attached patch (against version 1.61.2) makes the glossary 
> look fine for me. Shall I post that as a suggestion on the SourceForge 
> site ?

I went ahead and checked in the changes to fo/glossary.xsl
to CVS.


Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
The SCO Group                               fax:   (831) 429-1887
                                            email: bobs@sco.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-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]