Last change
on this file since 3236 was
3236,
checked in by Martin Svensson, 16 years ago
|
References #521. A pdf document is generated together with the html documentation.
The file's name is 'base_{baseversion}.pdf' and it will be placed in doc/docbook
Layout needs to be improved a bit.
|
File size:
663 bytes
|
Line | |
---|
1 | <?xml version='1.0'?> |
---|
2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
---|
3 | xmlns:fo="http://www.w3.org/1999/XSL/Format" |
---|
4 | version='1.0'> |
---|
5 | |
---|
6 | |
---|
7 | <xsl:import href="@ant.docbook.styler.fileuri@/docbook/xsl/fo/docbook.xsl" /> |
---|
8 | <xsl:import href="@docbook.style.fileuri@/xsl/customized.fo-base.xsl" /> |
---|
9 | |
---|
10 | <xsl:param name="fop.extensions" select="1" /> |
---|
11 | <!-- should be 200a, but fop does not support it. --> |
---|
12 | <xsl:param name="ulink.hyphenate">​</xsl:param> |
---|
13 | |
---|
14 | <!-- Base specific templates --> |
---|
15 | <xsl:param name="paper.type" select="'A4'" /> |
---|
16 | |
---|
17 | <xsl:template match="helptext"> |
---|
18 | <xsl:apply-templates /> |
---|
19 | </xsl:template> |
---|
20 | |
---|
21 | </xsl:stylesheet> |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.