OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [docbook-apps] white space and intervening indexterm elements


> -----Original Message-----
> From: Cheryl Chase 

> Now I realize that this has caused my pdf to have two spaces between  
> words, where there should only be one, when there is an intervening  
> indexterm.

[...] 

> ******** xml source **********
>            Mullerian ducts to regress. By about the 12th week,
>              <indexterm>
>              <primary>testosterone</primary>
>              </indexterm>
>              testosterone produced by the testes cause the Wolffian


Remove the whitespace either immediately before or immediately after the
indexterm in the XML source:

       Mullerian ducts to regress. By about the 12th week,<indexterm>
             <primary>testosterone</primary>
             </indexterm>
             testosterone produced by the testes cause the Wolffian 

  or

       Mullerian ducts to regress. By about the 12th week, 
            <indexterm>
             <primary>testosterone</primary>
             </indexterm>testosterone produced by the testes cause the
Wolffian  


/MJ




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]