[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] problem with callouts with multiple "arearefs"
On Wed, 3 Sep 2003, Bob Stayton wrote:
> Well, the calloutlist template in fo/lists.xsl hardwires
> the width, so it wasn't designed to support multiple
> callout bugs:
>
> <xsl:template match="calloutlist">
> <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
>
> <fo:block id="{$id}">
> <xsl:if test="title">
> <xsl:apply-templates select="title" mode="list.title.mode"/>
> </xsl:if>
>
> <fo:list-block space-before.optimum="1em"
> space-before.minimum="0.8em"
> space-before.maximum="1.2em"
> provisional-distance-between-starts="2.2em"
> provisional-label-separation="0.2em">
> <xsl:apply-templates/>
> </fo:list-block>
> </fo:block>
> </xsl:template>
>
> This template should be setting the indent (the
> provision-distance-between-starts) by finding
> the areasrefs attribute in the list with the maximum
> number of entries. You could file an RFE for it,
> or fix it and file a patch. 8^)
i'll give it a shot, but maybe i'll file an RFE just to play
it safe. :-)
rday
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]