[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Multiple languages in PDF?
<xsl:template match="indexentry">
 <xsl:choose>
 Â<xsl:when test="contains(' ja ', parent::type)">
   <fo:inline font-family="'Zen Old Mincho'">
    <xsl:apply-templates/>
   </fo:inline>
 Â</xsl:when>
  <xsl:otherwise>
   <xsl:apply-templates/>
  </xsl:otherwise>
 </xsl:choose>
</xsl:template>
Please ask Bob about to different indeces separated by type. IIRC that has not been functional in docbook although it looked functional. With some update I got working properly. Maybe you have to update something. I had the same problem 1 1/2 year ago: Index for scientific names and for german one. But it finally worked.
I donot remember what has changed therefore ask Bob Stayton direcly.
KR Bernhard
Am 29.12.2021 um 10:31 schrieb M. Downing Roberts:
I have <indexterm> elements in my document, like this:
<indexterm type="en"><primary>Hypothesis</primary></indexterm>
<indexterm type="ja"><primary>äè</primary></indexterm>
And <index> elements at the end, like this:
<index type="en"><title>Index</title></index>
<index type="ja"><title>çå</title></index>-- spitzhalde9 D-79853 lenzkirch bernhard.kleine@gmx.net www.b-kleine.com, www.urseetal.net Ich darf auf mein neues Buch "670 Falterarten im Hochschwarzwald" aufmerksam machen (Infos bei mir) - thunderbird GPG schlÃssel: D5257409 fingerprint: 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]