OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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
 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]