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: Re: [docbook-apps] keep-together and blockquotes


Thanks, that did it.
Ron

>El Miércoles, 11 de Abril de 2007 22:50, Ron Catterall escribió:
>
>>
>  >    <fo:block xsl:use-attribute-sets="blockquote.properties">
>>       <xsl:call-template name="anchor"/>
>>       <fo:block>
>>
>>   <!-- this test added -->
>>         <xsl:if test="$keep.together != ''">
>>           <xsl:attribute name="keep-together.within-column">
>>             <xsl:value-of select="$keep.together"/>
>>           </xsl:attribute>
>>         </xsl:if>
>>   <!--  -->
>
>Try moving it to just after the first fo:block.
>
>  <fo:block xsl:use-attribute-sets="blockquote.properties">
>   <!-- this test added -->
>         <xsl:if test="$keep.together != ''">
>           <xsl:attribute name="keep-together.within-column">
>             <xsl:value-of select="$keep.together"/>
>           </xsl:attribute>
>         </xsl:if>
>   <!--  -->
>       <xsl:call-template name="anchor"/>
>       <fo:block>
>
>
>--
>Manuel Canales Esparcia
>Usuario de LFS nº2886:       http://www.linuxfromscratch.org
>LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.info
>TLDP-ES:                           http://es.tldp.org
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
>For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


--
Ron Catterall, Phd, DSc			       	email: ron@catterall.net
Prolongacion de Hidalgo 140				http://catterall.net/
San Felipe del Agua					tel: +52 951 520 1821
Oaxaca      68020	Mexico				fax: +1 530 348 8309


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