summaryrefslogtreecommitdiff
path: root/build/stylesheets
diff options
context:
space:
mode:
authorvictory .deb <victory.deb@gmail.com>2017-01-16 08:37:54 +0000
committervictory .deb <victory.deb@gmail.com>2017-01-16 08:37:54 +0000
commit4a1ee8ccfd56ba2758d544492159486657c73044 (patch)
treef9090fddcd5950329cd133c39cf5efc55ad6ab13 /build/stylesheets
parent3106e24954b0d3027ae35fa55976078611298f65 (diff)
downloadinstallation-guide-4a1ee8ccfd56ba2758d544492159486657c73044.zip
Font used for Japanese pdf needs to be changed as currently used IPA fonts lack TM mark.
Diffstat (limited to 'build/stylesheets')
-rw-r--r--build/stylesheets/dblatex.xsl12
1 files changed, 6 insertions, 6 deletions
diff --git a/build/stylesheets/dblatex.xsl b/build/stylesheets/dblatex.xsl
index dc3eee070..a16797c24 100644
--- a/build/stylesheets/dblatex.xsl
+++ b/build/stylesheets/dblatex.xsl
@@ -7,12 +7,12 @@
<xsl:choose>
<xsl:when test="contains(/book/@lang,'ja')">
<xsl:text>\usepackage{xeCJK}&#10;</xsl:text>
- <xsl:text>\setCJKmainfont{IPAPGothic}&#10;</xsl:text>
- <xsl:text>\setCJKsansfont{IPAPGothic}&#10;</xsl:text>
- <xsl:text>\setCJKmonofont{IPAPGothic}&#10;</xsl:text>
- <xsl:text>\setmainfont{IPAPGothic}&#10;</xsl:text>
- <xsl:text>\setsansfont{IPAPGothic}&#10;</xsl:text>
- <xsl:text>\setmonofont{IPAPGothic}&#10;</xsl:text>
+ <xsl:text>\setCJKmainfont{VL-PGothic-Regular}&#10;</xsl:text>
+ <xsl:text>\setCJKsansfont{VL-PGothic-Regular}&#10;</xsl:text>
+ <xsl:text>\setCJKmonofont{VL-PGothic-Regular}&#10;</xsl:text>
+ <xsl:text>\setmainfont{VL-PGothic-Regular}&#10;</xsl:text>
+ <xsl:text>\setsansfont{VL-PGothic-Regular}&#10;</xsl:text>
+ <xsl:text>\setmonofont{VL-PGothic-Regular}&#10;</xsl:text>
</xsl:when>
<xsl:when test="contains(/book/@lang,'ko')">
<xsl:text>\usepackage{xeCJK}&#10;</xsl:text>