[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Multiple languages in PDF?
<para>The HÅjÅki [æäè] is an important and popular short work of the early Kamakura period.</para>
<xsl:template match="subtitle" mode="section.titlepage.recto.auto.mode">
<fo:block xsl:use-attribute-sets="section.titlepage.recto.style" font-family="Hiragino Mincho ProN">
<xsl:apply-templates select="." mode="section.titlepage.recto.mode"/>
</fo:block>
</xsl:template>
<xsl:template match="subtitle" mode="titlepage.mode">
 <fo:block font-family="Hiragino Mincho ProN">
  <xsl:apply-templates mode="titlepage.mode"/>
 </fo:block>
</xsl:template>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]