- Change default name format to first-last since the referred names are mostly
non-Japanese - Add more fonts as falback
This commit is contained in:
parent
4ba66a2da4
commit
083b4858bc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/db5/; revision=42446
1 changed files with 13 additions and 3 deletions
|
@ -17,10 +17,20 @@
|
|||
JAPANESE-SPECIFIC PARAMETERS
|
||||
-->
|
||||
|
||||
<xsl:param name="local.l10n.xml" select="document('')"/>
|
||||
|
||||
<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
|
||||
<l:l10n language="ja">
|
||||
<l:context name="styles">
|
||||
<l:template name="person-name" text="first-last"/>
|
||||
</l:context>
|
||||
</l:l10n>
|
||||
</l:i18n>
|
||||
|
||||
<!-- Base fonts -->
|
||||
<xsl:param name="body.font.family">IPAPMincho</xsl:param>
|
||||
<xsl:param name="sans.font.family">IPAPGothic</xsl:param>
|
||||
<xsl:param name="title.font.family">IPAPGothic</xsl:param>
|
||||
<xsl:param name="body.font.family">IPAPMincho, Gentium Plus</xsl:param>
|
||||
<xsl:param name="sans.font.family">IPAPGothic, Droid Sans</xsl:param>
|
||||
<xsl:param name="title.font.family">IPAPGothic, Droid Sans</xsl:param>
|
||||
|
||||
<!-- Slightly reduce header font-size to make headers fit -->
|
||||
<xsl:attribute-set name="header.content.properties">
|
||||
|
|
Loading…
Reference in a new issue