Author: chukhutsina
Date: 2009-07-14 11:53:36 -0400 (Tue, 14 Jul 2009)
New Revision: 16569
Modified:
trunk/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/com/jboss/tools/pdf.xsl
Log:
<html><head><meta name="qrichtext" content="1"
/></head><body style="font-size:9pt;font-family:Sans Serif">
<
p>https://jira.jboss.org/jira/browse/JBDS-770- Fixed the problem with two
superfluous title pages in com guides.</p>
</body></html>
Modified:
trunk/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/com/jboss/tools/pdf.xsl
===================================================================
---
trunk/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/com/jboss/tools/pdf.xsl 2009-07-14
15:47:13 UTC (rev 16568)
+++
trunk/documentation/jbosstools-docbook-xslt/src/main/resources/xslt/com/jboss/tools/pdf.xsl 2009-07-14
15:53:36 UTC (rev 16569)
@@ -13,13 +13,15 @@
<!-- overwriting links properties -->
<xsl:param name="ulink.show" select="0"></xsl:param>
-
+ <xsl:template name="book.titlepage.separator"/>
+ <xsl:template name="book.titlepage.verso"/>
+ <xsl:template name="book.titlepage3.recto"/>
<xsl:attribute-set name="header.content.properties">
<xsl:attribute name="font-family">Helvetica</xsl:attribute>
<xsl:attribute name="font-size">9pt</xsl:attribute>
<xsl:attribute name="font-weight">bold</xsl:attribute>
-
</xsl:attribute-set>
+
<xsl:template name="header.content">
<xsl:param name="pageclass" select="''"/>
<xsl:param name="sequence" select="''"/>
@@ -478,5 +480,5 @@
<xsl:otherwise>auto</xsl:otherwise>
</xsl:choose>
</xsl:template>
-
-</xsl:stylesheet>
+
+ </xsl:stylesheet>