summaryrefslogtreecommitdiffstats
path: root/xsl/main-pdf.xsl
blob: 8c66a388a05f456ee95ab25fe9b017d8b7bdd16c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<xsl:stylesheet version="1.0"
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
        xmlns:fo="http://www.w3.org/1999/XSL/Format"
>

<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/fo/docbook.xsl"/>

<xsl:param name="use.extensions" select="0"/>
<xsl:param name="tablecolumns.extensions" select="0"/>

<xsl:param name="generate.toc">article toc</xsl:param>
<xsl:param name="toc.section.depth">3</xsl:param>
<xsl:param name="section.autolabel" select="1"/>

<xsl:param name="FDPDIR">..</xsl:param>

<!-- THIS MUST BE AN ABSOLUTE PATH OR URL; PDF GETS BUILT IN A TMPDIR  -->
<xsl:param name="callout.graphics.path">
	<xsl:value-of 
		select="concat( $FDPDIR, '/docs-common/stylesheet-images/' )"/>
</xsl:param>

</xsl:stylesheet>