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]

Writing a customization layer for FOP columns


I want to use something like the fragment below with my XSL-FO stylesheets.

<fo:root>
    <fo:layout-master-set>
        <fo:simple-page-master master-name  ="page-first"
                                page-height  ="8.5in"
                                page-width   ="11in">
            <fo:region-body     margin-top   ="5cm"
                            margin-bottom    =".5in"
                            margin-left      =".5in"
                            margin-right     =".5in"
                            column-count     ="3"/>
            <fo:region-before extent="6cm"/>
        </fo:simple-page-master>
    </fo:layout-master-set>

Which template should I modify?

Carlos

-- 
Carlos E. Araya
---+ WebCT Administrator/Trainer
 P | California Virtual Campus
 - | C/O De Anza College
 G | 21250 Stevens Creek Blvd
---+ Cupertino, CA 95014

email               carlos@cvc.edu
web                 http://www.cvc1.org/ (work)
                    http://www.silverwolf-net.net (personal)
phone               408 257 0420 (work)
PGP Fingerprint:    E629 5DFD 7EAE 4995 E9D7  3D2F 5A9F 0CE7 DFE7 1756

Beta Test Version:  Still too buggy to be released.
Release Version:  Alternate pronunciation of "Beta Test Version".


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