used to build pdf output for pdn
[bootmanager.git] / pdn-pdf-style.xsl
1 <?xml version="1.0" encoding="utf-8"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3
4 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
5
6 <xsl:param name="section.autolabel" select="1"></xsl:param>
7
8 <xsl:param name="table.frame.border.thickness" select="'0.5pt'"></xsl:param>
9 <xsl:param name="nominal.table.width" select="'6in'"></xsl:param>
10
11 <xsl:param name="header.rule" select="0"></xsl:param>
12 <xsl:param name="footer.rule" select="0"></xsl:param>
13
14
15 <!-- remove table of contents -->
16 <xsl:param name="generate.toc">
17 article nop
18 </xsl:param>
19
20 <!-- remove revision history -->
21 <xsl:template match="revhistory" mode="titlepage.mode">
22 </xsl:template>
23
24 <!-- remove normal header -->
25 <xsl:template match="header.content">
26 </xsl:template>
27
28 </xsl:stylesheet>