[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: 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 bobs@sagehill.net ----- Original Message ----- From: "Tapanainen Mika" <Mika.Tapanainen@digia.com> To: <docbook-apps@lists.oasis-open.org> 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: docbook-apps-unsubscribe@lists.oasis-open.org For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]