This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]