OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / stylesheets / lfs-xsl / pdf.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
8                 xmlns:fo="http://www.w3.org/1999/XSL/Format"
9                 version="1.0">
10 @y
11 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
12                 xmlns:fo="http://www.w3.org/1999/XSL/Format" languages="ja"
13                 version="1.0">
14 @z
15
16 @x
17   <!--<xsl:output  encoding="UTF-8" indent="yes" />-->
18 @y
19   <xsl:output  encoding="UTF-8" indent="no" />
20 @z
21
22 @x
23   <xsl:param name="paper.type" select="'USletter'"/>
24 @y
25   <xsl:param name="paper.type" select="'A4'"/>
26 @z
27
28 @x
29   <xsl:param name="alignment">justify</xsl:param>
30 @y
31   <xsl:param name="alignment">left</xsl:param>
32 @z
33
34 @x
35   <xsl:param name="body.font.size">12pt</xsl:param>
36 @y
37   <xsl:param name="body.font.size">10pt</xsl:param>
38
39   <xsl:param name="body.font.family" select="'TakaoMincho'"/>
40   <xsl:param name="title.font.family" select="'TakaoGothic'"/>
41   <xsl:param name="italic.font.family" select="'TakaoGothic'"/>
42   <xsl:param name="sans.font.family" select="'TakaoGothic'"/>
43   <xsl:param name="monospace.font.family" select="'Courier,TakaoGothic'"/>
44   <xsl:param name="hyphenate">false</xsl:param>
45   <xsl:param name="l10n.gentext.default.language" select="'ja'"/>
46 @z