atom feed14 messages in org.oasis-open.lists.docbook-appsDOCBOOK-APPS: column.count.back
FromSent OnAttachments
Togan MuftuogluOct 4, 2002 4:39 am 
Dave PawsonOct 4, 2002 9:53 am 
Togan MuftuogluOct 4, 2002 10:15 am 
Dave PawsonOct 4, 2002 10:19 am 
Togan MuftuogluOct 4, 2002 10:40 am 
Bob StaytonOct 4, 2002 10:49 am 
Togan MuftuogluOct 4, 2002 11:18 am 
Dave PawsonOct 4, 2002 11:19 am 
Norman WalshOct 8, 2002 6:06 am 
Norman WalshOct 8, 2002 6:07 am 
Norman WalshOct 8, 2002 6:09 am 
Togan MuftuogluOct 8, 2002 6:32 am 
Dave PawsonOct 8, 2002 10:36 am 
Norman WalshOct 9, 2002 3:21 am 
Subject:DOCBOOK-APPS: column.count.back
From:Togan Muftuoglu (tog@users.sourceforge.net)
Date:Oct 4, 2002 4:39:34 am
List:org.oasis-open.lists.docbook-apps

Hi,

Since I have got the coninuation of numbereing in the ordered lists I have another problem. Maybe I am getting this wrong. This for 1.55.0/fo

1) Is appendix in an article considered a "back-matter" a) If so <xsl:param colum.count.back="2"> should produce a two column Appendix right but it does not b) Should not appendix be forced to start on a new page even on articles? Currently I am forcing this via processing instruction (Iam using double side printing)

<xsl:template match="processing-instruction('toganm-pagebreak')"> <fo:block break-before='page'/> </xsl:template>

2. If appendix is not back-matter what are back matters

Thanks