Yes, thanks for the confirmation Vincent. How much interest do you feel there would be for such support? Level of difficulty? Pointers?
Interestingly, it is almost implemented. One does see two columns on the second page in my example, it's just that they're the width as defined in the opening one-column layout. Btw, I've mananged to get a mix by having the opening 1-column in a 'block span=all' trick posted elsewhere, then a one column of width = width of one-of-two-columns. Seems to be working... On 11/18/2010 05:04 AM, Vincent Hennebert wrote: > Hi Rob, > > While in theory it’s possible to use page masters with different column > counts, in practice it’s not supported by FOP yet. > > Sorry, > Vincent > > > On 14/11/10 19:32, Rob Sargent wrote: > >> Using fop-0.95. Can move forward if needed. >> >> On 11/14/2010 12:31 PM, Rob Sargent wrote: >> >>> Is it possible to change the column count within a single flow with each >>> new simple-page master? >>> >>> >>> <fo:page-sequence-master master-name="document-sequence"> >>> <!-- one column region-body --> >>> <fo:single-page-master-reference master-reference="chapter-open" /> >>> <!-- two column region-body --> >>> <fo:single-page-master-reference master-reference="all-text-page-2" /> >>> <!-- one column region-body --> >>> <fo:single-page-master-reference >>> master-reference="three-side-page-3" /> >>> <!-- two column region-body --> >>> <fo:single-page-master-reference master-reference="table-page-4" /> >>> <!-- two column region-body --> >>> <fo:single-page-master-reference master-reference="table-page-5" /> >>> <!-- one column region-body --> >>> <fo:single-page-master-reference >>> master-reference="three-side-page-6" /> >>> </fo:page-sequence-master master-name="document-sequence"> >>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
