aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/share/xsl/freebsd-fo.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'ja_JP.eucJP/share/xsl/freebsd-fo.xsl')
-rw-r--r--ja_JP.eucJP/share/xsl/freebsd-fo.xsl42
1 files changed, 42 insertions, 0 deletions
diff --git a/ja_JP.eucJP/share/xsl/freebsd-fo.xsl b/ja_JP.eucJP/share/xsl/freebsd-fo.xsl
index cbc743b04b..80f26d4729 100644
--- a/ja_JP.eucJP/share/xsl/freebsd-fo.xsl
+++ b/ja_JP.eucJP/share/xsl/freebsd-fo.xsl
@@ -12,4 +12,46 @@
<!-- Language-specific general customizations -->
<xsl:import href="freebsd-common.xsl"/>
+
+ <!-- Pull in the CJK-specific stylesheet -->
+ <xsl:import href="http://www.FreeBSD.org/XML/doc/share/xsl/freebsd-fo-cjk.xsl"/>
+
+ <!--
+ 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, 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">
+ <xsl:attribute name="font-size">8pt</xsl:attribute>
+ <xsl:attribute name="font-family">
+ <xsl:value-of select="$body.fontset"></xsl:value-of>
+ </xsl:attribute>
+ <xsl:attribute name="margin-left">
+ <xsl:value-of select="$title.margin.left"></xsl:value-of>
+ </xsl:attribute>
+ </xsl:attribute-set>
+
+ <!-- Increase inline monospace fonts to better fit the Japanese font-size -->
+ <xsl:attribute-set name="monospace.properties">
+ <xsl:attribute name="font-family">
+ <xsl:value-of select="$monospace.font.family"></xsl:value-of>
+ </xsl:attribute>
+ <xsl:attribute name="font-size">10pt</xsl:attribute>
+ </xsl:attribute-set>
+
</xsl:stylesheet>