Update of /cvsroot/hibernate/Hibernate2/doc/reference/src/xsl
In directory sc8-pr-cvs1:/tmp/cvs-serv28590/src/xsl
Modified Files:
fopdf.xsl
Log Message:
Improved running headers
Index: fopdf.xsl
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/doc/reference/src/xsl/fopdf.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** fopdf.xsl 23 Feb 2003 13:52:28 -0000 1.1
--- fopdf.xsl 3 Mar 2003 06:17:12 -0000 1.2
***************
*** 64,67 ****
--- 64,80 ----
<!--###################################################
+ Header
+ ################################################### -->
+
+ <!-- More space in the center header for long text -->
+ <xsl:attribute-set name="header.content.properties">
+ <xsl:attribute name="font-family">
+ <xsl:value-of select="$body.font.family"/>
+ </xsl:attribute>
+ <xsl:attribute name="margin-left">-5em</xsl:attribute>
+ <xsl:attribute name="margin-right">-5em</xsl:attribute>
+ </xsl:attribute-set>
+
+ <!--###################################################
Custom Footer
################################################### -->
***************
*** 227,231 ****
<xsl:param name="page.margin.top">5mm</xsl:param>
<xsl:param name="region.before.extent">10mm</xsl:param>
! <xsl:param name="body.margin.top">15mm</xsl:param>
<xsl:param name="body.margin.bottom">15mm</xsl:param>
--- 240,244 ----
<xsl:param name="page.margin.top">5mm</xsl:param>
<xsl:param name="region.before.extent">10mm</xsl:param>
! <xsl:param name="body.margin.top">10mm</xsl:param>
<xsl:param name="body.margin.bottom">15mm</xsl:param>
|