cd111c4ba18553075294f540a4a587e257ffa22d
[bootmanager.git] / documentation / 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="header.rule" select="0"></xsl:param>
7 <xsl:param name="footer.rule" select="0"></xsl:param>
8 <xsl:param name="section.autolabel" select="1"></xsl:param>
9
10 <!-- remove revision history -->
11 <xsl:template match="revhistory" mode="titlepage.mode">
12 </xsl:template>
13
14 </xsl:stylesheet>