Next in thread → Next in month →

Re: [docbook-apps] Problems with header.table.height

From
Bob Stayton <>
Date
2010-07-13T16:22:34+00:00
ID
00a401cb22a7$8e05aad0$6600a8c0@pazu
Thread
Re: [docbook-apps] Problems with header.table.height
Hi,
The documentation for that param could use a little more explanation.  That param only
sets the minimum height for the table containing the header text, but it does not
change the page geometry that allocates space for a larger header.  For that you need
to adjust other params.  See this reference for details:

http://www.sagehill.net/docbookxsl/PrintHeaders.html#HeaderHeight

and the diagram for the page parameters is here:

http://www.sagehill.net/docbookxsl/PrintOutput.html#TopBotMargins

Bob Stayton
Sagehill Enterprises



----- Original Message ----- 
From: "Tapanainen Mika" <>
To: <>
Sent: Monday, July 12, 2010 12:52 AM
Subject: [docbook-apps] Problems with header.table.height


Hello,

The parameter

<xsl:param name="header.table.height">400pt</xsl:param>

is not working for me with any height values. Currently the footer goes over the body
text. For example this goes over the body text:

<fo:external-graphic content-height="1.2cm">
    <xsl:attribute name="src">
      <xsl:call-template name="fo-external-image">
<xsl:with-param name="filename" select="$header.image.filename"/>
      </xsl:call-template>
    </xsl:attribute>
</fo:external-graphic>
<fo:block/>
<fo:block font-family="Helvetica" font-size="12pt">
ESIMERKKI, TAPIO KALEVI
</fo:block>


Do you know how to fix the problem?

For example the parameter

<xsl:param name="header.column.widths">10 7 3</xsl:param>

is working correctly.

BR,

Mika
http://fi.linkedin.com/in/mikatapanainen

---------------------------------------------------------------------
To unsubscribe, e-mail: 
For additional commands, e-mail: 
Next in thread → Next in month →