aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.UTF-8/share/xml/freebsd-dblatex.xsl
blob: 3719975f6a41b10ddd2bd24f1cd90e46f7677125 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version='1.0'?>

<!-- $FreeBSD$ -->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version='1.0'>

  <xsl:param name="xetex.font">
  <xsl:text>\setmainfont{AR PL SungtiL GB}
  </xsl:text>
  <xsl:text>\setsansfont{AR PL KaitiM GB}
  </xsl:text>
  <xsl:text>\setmonofont{DejaVu Sans Mono}
  </xsl:text>
  </xsl:param>

</xsl:stylesheet>