]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Formatting cleanup of fo:layout-master-sets in examples.
authorGlen Mazza <gmazza@apache.org>
Sun, 22 Feb 2004 13:37:07 +0000 (13:37 +0000)
committerGlen Mazza <gmazza@apache.org>
Sun, 22 Feb 2004 13:37:07 +0000 (13:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197361 13f79535-47bb-0310-9956-ffa450edef68

38 files changed:
examples/fo/advanced/barcode.fo
examples/fo/advanced/cid-fonts.fo
examples/fo/advanced/giro.fo
examples/fo/basic/border.fo
examples/fo/basic/fonts.fo
examples/fo/basic/images.fo
examples/fo/basic/link.fo
examples/fo/basic/normal.fo
examples/fo/basic/normalex.fo
examples/fo/basic/pdfoutline.fo
examples/fo/footnotes/columns.fo
examples/fo/footnotes/simple.fo
examples/fo/keeps_and_breaks/columnlevel1.fo
examples/fo/keeps_and_breaks/pagelevel1.fo
examples/fo/keeps_and_breaks/pagelevel2.fo
examples/fo/keeps_and_breaks/pagelevel3.fo
examples/fo/keeps_and_breaks/pagelevel4.fo
examples/fo/markers/glossary.xsl
examples/fo/markers/hide.fo
examples/fo/pagination/allregions.fo
examples/fo/pagination/franklin_2pageseqs.fo
examples/fo/pagination/franklin_alt.fo
examples/fo/pagination/franklin_rep.fo
examples/fo/pagination/franklin_rep_max_repeats.fo
examples/fo/pagination/franklin_rep_max_repeats_expl.fo
examples/fo/pagination/franklin_rep_max_repeats_nl.fo
examples/fo/region_body/simplecol2.fo
examples/fo/region_body/simplecol3.fo
examples/fo/region_body/simplecol4.fo
examples/fo/svg/external.fo
examples/fo/tables/background.fo
examples/fo/tables/borders.fo
examples/fo/tables/break.fo
examples/fo/tables/headfoot.fo
examples/fo/tables/keep.fo
examples/fo/tables/omit.fo
examples/fo/tables/space.fo
examples/fo/tables/widowsorphans.fo

index ba0ba13b3af2e8478dd452f26f578fe5adf99b99..822d6fd5575252e3bc2c84fff42ef861bc31fd51 100644 (file)
@@ -1,22 +1,43 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-   <fo:layout-master-set>
-      <fo:simple-page-master page-width="21cm" page-height="29.7cm" master-name="first" margin-top="5mm">
-         <fo:region-body margin-bottom="4.5in" margin-right="5mm" margin-left="5mm" margin-top="5mm"/>
-         <fo:region-after extent="4in" border-top-color="silver" border-top-style="dotted" border-top-width="0.13mm"/>
-      </fo:simple-page-master>
-      <fo:simple-page-master page-width="21cm" page-height="29.7cm" master-name="rest" margin-right="5mm" margin-left="5mm" margin-top="5mm" margin-bottom="5mm">
-         <fo:region-body/>
-      </fo:simple-page-master>
-      <fo:page-sequence-master master-name="A4">
-         <fo:repeatable-page-master-alternatives>
-            <fo:conditional-page-master-reference master-reference="first" page-position="first"/>
-            <fo:conditional-page-master-reference master-reference="rest" page-position="rest"/>
-            <fo:conditional-page-master-reference master-reference="rest"/>
-         </fo:repeatable-page-master-alternatives>
-      </fo:page-sequence-master>
-   </fo:layout-master-set>
-   <fo:page-sequence master-reference="A4">
+
+<fo:layout-master-set>
+  <fo:simple-page-master master-name="first"
+        page-width="21cm" 
+        page-height="29.7cm"
+        margin-top="5mm">
+     <fo:region-body 
+        margin-bottom="4.5in" 
+        margin-right="5mm" 
+        margin-left="5mm" 
+        margin-top="5mm"/>
+     <fo:region-after 
+        extent="4in" 
+        border-top-color="silver" 
+        border-top-style="dotted" 
+        border-top-width="0.13mm"/>
+  </fo:simple-page-master>
+
+  <fo:simple-page-master master-name="rest"
+        page-width="21cm" 
+        page-height="29.7cm"  
+        margin-right="5mm" 
+        margin-left="5mm" 
+        margin-top="5mm" 
+        margin-bottom="5mm">
+     <fo:region-body/>
+  </fo:simple-page-master>
+  
+  <fo:page-sequence-master master-name="A4">
+     <fo:repeatable-page-master-alternatives>
+        <fo:conditional-page-master-reference master-reference="first" page-position="first"/>
+        <fo:conditional-page-master-reference master-reference="rest" page-position="rest"/>
+        <fo:conditional-page-master-reference master-reference="rest"/>
+     </fo:repeatable-page-master-alternatives>
+  </fo:page-sequence-master>
+</fo:layout-master-set>
+   
+<fo:page-sequence master-reference="A4">
       <fo:flow flow-name="xsl-region-body">
 
 <fo:block font-size="14pt" font-weight="bold">
index 90ce3c952b38c76af6e8c9ea34e5f5eecec3764a..d7623ae23ddebab706a2eb963471cf688dbe4ec1 100644 (file)
@@ -5,8 +5,14 @@
 <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
          xmlns:fox="http://xml.apache.org/fop/extensions">
  <fo:layout-master-set>
-   <fo:simple-page-master page-width="21cm" page-height="29.7cm" master-name="A4">
-     <fo:region-body margin-bottom="1.5cm" margin-right="2cm" margin-left="2cm" margin-top="1.5cm"/>
+   <fo:simple-page-master master-name="A4"
+            page-width="21cm" 
+            page-height="29.7cm" >
+       <fo:region-body 
+            margin-bottom="1.5cm" 
+            margin-right="2cm" 
+            margin-left="2cm" 
+            margin-top="1.5cm"/>
    </fo:simple-page-master>
  </fo:layout-master-set>
 
index 128e00dc4b60942719010988163ff530c3625a33..d22f160f13c8ec2898cb0be260abb19634348c39 100644 (file)
@@ -1,11 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
+
    <fo:layout-master-set>
-      <fo:simple-page-master page-width="21cm" page-height="29.7cm" master-name="first" margin-top="5mm">
+      <fo:simple-page-master master-name="first"
+            page-width="21cm"
+            page-height="29.7cm" 
+            margin-top="5mm">
          <fo:region-body margin-bottom="4.5in" margin-right="5mm" margin-left="5mm" margin-top="5mm"/>
          <fo:region-after extent="4in" border-top-color="silver" border-top-style="dotted" border-top-width="0.13mm"/>
       </fo:simple-page-master>
-      <fo:simple-page-master page-width="21cm" page-height="29.7cm" master-name="rest" margin-right="5mm" margin-left="5mm" margin-top="5mm" margin-bottom="5mm">
+      <fo:simple-page-master master-name="rest"
+            page-width="21cm"
+            page-height="29.7cm"
+            margin-right="5mm"
+            margin-left="5mm"
+            margin-top="5mm"
+            margin-bottom="5mm">
          <fo:region-body/>
       </fo:simple-page-master>
       <fo:page-sequence-master master-name="A4">
@@ -16,6 +26,7 @@
          </fo:repeatable-page-master-alternatives>
       </fo:page-sequence-master>
    </fo:layout-master-set>
+
    <fo:page-sequence master-reference="A4">
       <fo:static-content flow-name="xsl-region-after">
          <fo:table space-before.optimum="1in div 12" margin-left="2in div 12" margin-top="1in div 10" font-family="sans-serif" font-size="7pt" color="green">
index 7bef67c7c80262be8dc46d4883a4880535a4404d..0aa110de53ef1cffe428d819608d43c7bb4a86fc 100644 (file)
@@ -1,27 +1,37 @@
 <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
     <fo:layout-master-set>
-        <fo:simple-page-master
-    margin-right="0.5cm" margin-left="0.5cm" margin-bottom="0.5cm" margin-top="0.75cm"
-    page-width="21cm" page-height="29.7cm" master-name="first">
+        <fo:simple-page-master master-name="first"
+            margin-right="0.5cm"
+            margin-left="0.5cm"
+            margin-bottom="0.5cm"
+            margin-top="0.75cm"
+            page-width="21cm"
+            page-height="29.7cm">
             <fo:region-body></fo:region-body>
         </fo:simple-page-master>
-        <fo:simple-page-master
-    margin-right="2.5cm" margin-left="2.5cm" margin-bottom="2cm" margin-top="1cm"
-    page-width="21cm" page-height="29.7cm" master-name="rest">
+        
+        <fo:simple-page-master master-name="rest"
+            margin-right="2.5cm"
+            margin-left="2.5cm"
+            margin-bottom="2cm"
+            margin-top="1cm"
+            page-width="21cm"
+            page-height="29.7cm">
             <fo:region-body></fo:region-body>
         </fo:simple-page-master>
 
-    <fo:page-sequence-master master-name="psmA">
-      <fo:repeatable-page-master-alternatives>
-        <fo:conditional-page-master-reference master-reference="first"
-          page-position="first" />
-        <fo:conditional-page-master-reference master-reference="rest"
-          page-position="rest" />
-        <!-- recommended fallback procedure -->
-        <fo:conditional-page-master-reference master-reference="rest" />
-      </fo:repeatable-page-master-alternatives>
-    </fo:page-sequence-master>
+        <fo:page-sequence-master master-name="psmA">
+          <fo:repeatable-page-master-alternatives>
+            <fo:conditional-page-master-reference master-reference="first"
+              page-position="first" />
+            <fo:conditional-page-master-reference master-reference="rest"
+              page-position="rest" />
+            <!-- recommended fallback procedure -->
+            <fo:conditional-page-master-reference master-reference="rest" />
+          </fo:repeatable-page-master-alternatives>
+        </fo:page-sequence-master>
     </fo:layout-master-set>
+    
     <fo:page-sequence master-reference="psmA">
         <fo:flow flow-name="xsl-region-body">
             <fo:block-container height="4cm" width="12cm" top="0cm" left="0cm" position="absolute">
index 7501104a21c34d10c685668b0a502eef1a90c862..7d3e1d64adaa9d37f9bb7c4f7994759910082b5c 100644 (file)
@@ -5,15 +5,15 @@
   <!-- defines the layout master -->
   <fo:layout-master-set>
     <fo:simple-page-master master-name="first"
-                           page-height="29.7cm"
-                           page-width="21cm"
-                           margin-top="1cm"
-                           margin-bottom="2cm"
-                           margin-left="2.5cm"
-                           margin-right="2.5cm">
-      <fo:region-body margin-top="3cm"/>
-      <fo:region-before extent="3cm"/>
-      <fo:region-after extent="1.5cm"/>
+            page-height="29.7cm"
+            page-width="21cm"
+            margin-top="1cm"
+            margin-bottom="2cm"
+            margin-left="2.5cm"
+            margin-right="2.5cm">
+        <fo:region-body margin-top="3cm"/>
+        <fo:region-before extent="3cm"/>
+        <fo:region-after extent="1.5cm"/>
     </fo:simple-page-master>
   </fo:layout-master-set>
 
index ca5d0c8175d310dcf7311d00c9cfbf6df4ddf8dc..72529dddb5a8ed6cf47bf1de5f90e859af9a856f 100644 (file)
@@ -5,31 +5,36 @@
     xmlns:fox="http://xml.apache.org/fop/extensions">
 
 <fo:layout-master-set>
-<fo:simple-page-master master-name="right"
-  margin-top="75pt" margin-bottom="25pt" margin-left="100pt" margin-right="50pt">
-  <fo:region-body margin-bottom="50pt"/>
-  <fo:region-after extent="25pt"/>
-</fo:simple-page-master>
-
-<fo:simple-page-master master-name="left"
-  margin-top="75pt" margin-bottom="25pt" margin-left="50pt" margin-right="100pt">
-  <fo:region-body margin-bottom="50pt"/>
-  <fo:region-after extent="25pt"/>
-</fo:simple-page-master>
-
-<fo:page-sequence-master master-name="psmOddEven" >
-  <fo:repeatable-page-master-alternatives>
-    <fo:conditional-page-master-reference master-reference="right"
-      page-position="first" />
-    <fo:conditional-page-master-reference master-reference="left"
-      odd-or-even="even" />
-    <fo:conditional-page-master-reference master-reference="right"
-      odd-or-even="odd" />
-    <!-- recommended fallback procedure -->
-    <fo:conditional-page-master-reference master-reference="rest" />
-  </fo:repeatable-page-master-alternatives>
-</fo:page-sequence-master>
-
+    <fo:simple-page-master master-name="right"
+            margin-top="75pt"
+            margin-bottom="25pt"
+            margin-left="100pt"
+            margin-right="50pt">
+      <fo:region-body margin-bottom="50pt"/>
+      <fo:region-after extent="25pt"/>
+    </fo:simple-page-master>
+    
+    <fo:simple-page-master master-name="left"
+            margin-top="75pt"
+            margin-bottom="25pt"
+            margin-left="50pt"
+            margin-right="100pt">
+      <fo:region-body margin-bottom="50pt"/>
+      <fo:region-after extent="25pt"/>
+    </fo:simple-page-master>
+    
+    <fo:page-sequence-master master-name="psmOddEven" >
+      <fo:repeatable-page-master-alternatives>
+        <fo:conditional-page-master-reference master-reference="right"
+          page-position="first" />
+        <fo:conditional-page-master-reference master-reference="left"
+          odd-or-even="even" />
+        <fo:conditional-page-master-reference master-reference="right"
+          odd-or-even="odd" />
+        <!-- recommended fallback procedure -->
+        <fo:conditional-page-master-reference master-reference="rest" />
+      </fo:repeatable-page-master-alternatives>
+    </fo:page-sequence-master>
 </fo:layout-master-set>
 
 <fo:page-sequence id="N2528" master-reference="psmOddEven">
index 805d258f4a338aee1c81ee452a95ce3516506fb9..676d3eabac9ff28ea5f71501797cf41873782634 100644 (file)
@@ -5,7 +5,8 @@
   <!-- defines page layout -->
   <fo:layout-master-set>
     <fo:simple-page-master master-name="first"
-                           page-height="29.7cm" page-width="21cm"
+                           page-height="29.7cm" 
+                           page-width="21cm"
                            margin-top="1cm"
                            margin-bottom="2cm"
                            margin-left="2.5cm"
index 6576e70a07fedd96049adc68ecd0d9c87bb750f9..f3d5e0e36a1bd665f658f672a46da19e36ee1618 100644 (file)
@@ -22,12 +22,12 @@ Below fo:root there is always
 
     <!-- layout for the first page -->
     <fo:simple-page-master master-name="first"
-                  page-height="21cm"
-                  page-width="29.7cm"
-                  margin-top="1cm"
-                  margin-bottom="2cm"
-                  margin-left="2.5cm"
-                  margin-right="2.5cm">
+          page-height="21cm"
+          page-width="29.7cm"
+          margin-top="1cm"
+          margin-bottom="2cm"
+          margin-left="2.5cm"
+          margin-right="2.5cm">
       <fo:region-body margin-top="3cm"/>
       <fo:region-before extent="3cm"/>
       <fo:region-after extent="1.5cm"/>
index 9f063ee34dde80164adc66b4aa4ca08be8a5cc2b..111d6013ae15f9ea51befbe169448200342a9f73 100644 (file)
@@ -22,12 +22,12 @@ Below fo:root there is always
 
     <!-- layout for the first page -->
     <fo:simple-page-master master-name="first"
-                  page-height="21cm"
-                  page-width="29.7cm"
-                  margin-top="6.3cm - 3.8cm - 1.5cm"
-                  margin-bottom="3cm - (.25cm * 4)"
-                  margin-left="2.0cm + 0.5cm"
-                  margin-right="(5cm * 1cm) div 2cm">
+          page-height="21cm"
+          page-width="29.7cm"
+          margin-top="6.3cm - 3.8cm - 1.5cm"
+          margin-bottom="3cm - (.25cm * 4)"
+          margin-left="2.0cm + 0.5cm"
+          margin-right="(5cm * 1cm) div 2cm">
       <fo:region-body margin-top="3cm"/>
       <fo:region-before extent="1cm + 3cm - 1cm"/>
       <fo:region-after extent="2 * .5cm + .5cm"/>
index 027a87bd51a03b2c5dfc72e1deb3f26c5d6813c5..0190ea020ac7e12735c0924b899a53b1a0385178 100644 (file)
@@ -43,16 +43,16 @@ This files shows next to the trivial usage of fo:block and fo:inline examples of
       <fo:region-after extent="1.5cm"/>
     </fo:simple-page-master>
 
-<fo:page-sequence-master master-name="basicPSM" >
-  <fo:repeatable-page-master-alternatives>
-    <fo:conditional-page-master-reference master-reference="first"
-      page-position="first" />
-    <fo:conditional-page-master-reference master-reference="rest"
-      page-position="rest" />
-    <!-- recommended fallback procedure -->
-    <fo:conditional-page-master-reference master-reference="rest" />
-  </fo:repeatable-page-master-alternatives>
-</fo:page-sequence-master>
+    <fo:page-sequence-master master-name="basicPSM" >
+      <fo:repeatable-page-master-alternatives>
+        <fo:conditional-page-master-reference master-reference="first"
+          page-position="first" />
+        <fo:conditional-page-master-reference master-reference="rest"
+          page-position="rest" />
+        <!-- recommended fallback procedure -->
+        <fo:conditional-page-master-reference master-reference="rest" />
+      </fo:repeatable-page-master-alternatives>
+    </fo:page-sequence-master>
 
   </fo:layout-master-set>
   <!-- end: defines page layout -->
index 3a0ee029abac98c9b3ead89b6fa0137919b31600..947af971f533471e4f67500a2641bae0f74becb6 100644 (file)
@@ -13,9 +13,9 @@
                   margin-bottom="1in"
                   margin-left="0.75in"
                   margin-right="0.75in">
-      <fo:region-body
-      margin-top="1in" margin-bottom="1in"
-    column-count="2" column-gap="0.25in"/>
+      <fo:region-body 
+            margin-top="1in" margin-bottom="1in"
+            column-count="2" column-gap="0.25in"/>
       <fo:region-before extent="1in"/>
       <fo:region-after extent="1in"/>
     </fo:simple-page-master>
index a1abc046a186fa2cd44d2af943a99bf6c2b9bdb5..6e627e079116ff9497160aafc8aff7487da4976d 100644 (file)
@@ -1,12 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
 <fo:layout-master-set>
-<fo:simple-page-master margin-right="0.5cm" margin-left="1.5cm" margin-bottom="2cm" margin-top="0cm" page-width="21cm" page-height="20cm" master-name="one">
-<fo:region-body margin-bottom="2cm" margin-top="2cm"/>
-<fo:region-before extent="0.5cm"/>
-<fo:region-after extent="0.5cm"/>
-</fo:simple-page-master>
+    <fo:simple-page-master master-name="one"
+            margin-right="0.5cm"
+            margin-left="1.5cm"
+            margin-bottom="2cm"
+            margin-top="0cm"
+            page-width="21cm"
+            page-height="20cm">
+        <fo:region-body margin-bottom="2cm" margin-top="2cm"/>
+        <fo:region-before extent="0.5cm"/>
+        <fo:region-after extent="0.5cm"/>
+    </fo:simple-page-master>
 </fo:layout-master-set>
+
 <fo:page-sequence master-reference="one">
 <fo:flow flow-name="xsl-region-body">
 
index 2a286f342a3f6301722de1a9bb2795051c7270c5..6c77f4610ad78053abd6d1dfa555ee332a80cd07 100644 (file)
@@ -14,9 +14,9 @@ This file addresses breaks in column context.
                   margin-bottom="2cm"
                   margin-left="2.5cm"
                   margin-right="2.5cm">
-      <fo:region-body
-      margin-top="3cm" margin-bottom="2cm"
-    column-count="2" column-gap="0.25in"/>
+      <fo:region-body 
+            margin-top="3cm" margin-bottom="2cm" 
+            column-count="2" column-gap="0.25in"/>
       <fo:region-before extent="3cm"/>
       <fo:region-after extent="2cm"/>
     </fo:simple-page-master>
index 3b674ee0f1d65ad700757a79569149fb49a3ea1f..3762e377af94439ed06842e1c24e677d45a92cbe 100644 (file)
@@ -14,8 +14,7 @@ This file addresses breaks in page context.
                   margin-bottom="2cm"
                   margin-left="2.5cm"
                   margin-right="2.5cm">
-      <fo:region-body
-      margin-top="3cm" margin-bottom="2cm"/>
+      <fo:region-body margin-top="3cm" margin-bottom="2cm"/>
       <fo:region-before extent="3cm"/>
       <fo:region-after extent="2cm"/>
     </fo:simple-page-master>
index 9018a3d255ba15aa18370abe6758ef0692abbf2f..56557ae4bde69a13181b9cedabacd8656610de02 100644 (file)
@@ -14,8 +14,7 @@ This file addresses break-after's in page context.
                   margin-bottom="2cm"
                   margin-left="2.5cm"
                   margin-right="2.5cm">
-      <fo:region-body
-      margin-top="3cm" margin-bottom="2cm"/>
+      <fo:region-body margin-top="3cm" margin-bottom="2cm"/>
       <fo:region-before extent="3cm"/>
       <fo:region-after extent="2cm"/>
     </fo:simple-page-master>
index b329a4519a55f033eb8e2a1fa71616ca0be4d61c..13ca872dff720ed57998ea8948f633d76ea5151f 100644 (file)
@@ -8,14 +8,13 @@ This file addresses break-before's in page context.
   <fo:layout-master-set>
     <!-- layout for all pages -->
     <fo:simple-page-master master-name="all"
-                  page-height="29.7cm"
-                  page-width="21cm"
-                  margin-top="1cm"
-                  margin-bottom="2cm"
-                  margin-left="2.5cm"
-                  margin-right="2.5cm">
-      <fo:region-body
-      margin-top="3cm" margin-bottom="2cm"/>
+          page-height="29.7cm"
+          page-width="21cm"
+          margin-top="1cm"
+          margin-bottom="2cm"
+          margin-left="2.5cm"
+          margin-right="2.5cm">
+      <fo:region-body margin-top="3cm" margin-bottom="2cm"/>
       <fo:region-before extent="3cm"/>
       <fo:region-after extent="2cm"/>
     </fo:simple-page-master>
index cd7f454a9424974a305ac6519167444a2e3a7d99..dc65747086d33855ea187c26faa5432fee898f88 100644 (file)
@@ -9,17 +9,17 @@ This file addresses breaks in page context, with a
   <fo:layout-master-set>
     <!-- layout for all pages -->
     <fo:simple-page-master master-name="all"
-                  page-height="29.7cm"
-                  page-width="21cm"
-                  margin-top="1cm"
-                  margin-bottom="2cm"
-                  margin-left="2.5cm"
-                  margin-right="2.5cm">
-      <fo:region-body
-      margin-top="3cm" margin-bottom="2cm"
-    column-count="2" column-gap="0.25in"/>
-      <fo:region-before extent="3cm"/>
-      <fo:region-after extent="2cm"/>
+            page-height="29.7cm"
+            page-width="21cm"
+            margin-top="1cm"
+            margin-bottom="2cm"
+            margin-left="2.5cm"
+            margin-right="2.5cm">
+        <fo:region-body
+            margin-top="3cm" margin-bottom="2cm"
+            column-count="2" column-gap="0.25in"/>
+        <fo:region-before extent="3cm"/>
+        <fo:region-after extent="2cm"/>
     </fo:simple-page-master>
   </fo:layout-master-set>
 
index ee679ccf027716cb59af5bb60f814da2479abcb5..1c744e6e034de54a6cb9a36da5cf247d9c7e500e 100644 (file)
   <fo:layout-master-set>
 
     <fo:simple-page-master master-name="all"
-    page-height="11.5in" page-width="8.5in"
-        margin-top="1in" margin-bottom="1in"
-        margin-left="0.75in" margin-right="0.75in">
+            page-height="11.5in" 
+            page-width="8.5in"
+            margin-top="1in" 
+            margin-bottom="1in"
+            margin-left="0.75in" 
+            margin-right="0.75in">
     <fo:region-body margin-top="1in" margin-bottom="0.75in"/>
     <fo:region-before extent="0.75in"/>
     <fo:region-after extent="0.5in"/>
index 49e62fce144b74da83f5310b1dd1d94cc077f2f1..911f933ba01d4864ab32b0651ff19b6a94f5fdd8 100644 (file)
@@ -1,14 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
   <fo:layout-master-set>
-    <fo:simple-page-master
-  margin-right="1.5cm"
-  margin-left="1.5cm"
-  margin-bottom="2cm"
-  margin-top="1cm"
-  page-width="21cm"
-  page-height="29.7cm"
-  master-name="first">
+    <fo:simple-page-master master-name="first"
+          margin-right="1.5cm"
+          margin-left="1.5cm"
+          margin-bottom="2cm"
+          margin-top="1cm"
+          page-width="21cm"
+          page-height="29.7cm">
       <fo:region-before extent="1cm"/>
       <fo:region-body margin-top="1cm"/>
       <fo:region-after extent="1.5cm"/>
index 341f67fe65aa453e063f149dd3b2fbfd04916969..7fb325ce71cdf82b4e7f9fce6e2985893d3c2c6e 100644 (file)
@@ -14,8 +14,8 @@
                   margin-left="2.5cm"
                   margin-right="2.5cm">
       <fo:region-body
-      margin-top="3cm" margin-bottom="1.5cm"
-    margin-left="2cm" margin-right="2cm"/>
+            margin-top="3cm" margin-bottom="1.5cm"
+            margin-left="2cm" margin-right="2cm"/>
       <fo:region-before precedence="true" extent="3cm"/>
       <fo:region-after precedence="true" extent="1.5cm"/>
       <fo:region-start extent="1cm"/>
index 3eabfde519949dd7baa37801a58355b65295be5b..4597a2f7e662fcc3ff163eb9334e356d59ab4a85 100644 (file)
@@ -7,7 +7,7 @@
 
     <!-- layout for the first page -->
       <fo:simple-page-master master-name="noheaders_center"
-      page-height="21.7cm"
+          page-height="21.7cm"
           page-width="16cm"
           margin-top="1cm"
           margin-bottom="1cm"
@@ -17,7 +17,7 @@
     </fo:simple-page-master>
 
       <fo:simple-page-master master-name="headers_right"
-      page-height="21.7cm"
+          page-height="21.7cm"
           page-width="16cm"
           margin-top="1cm"
           margin-bottom="1cm"
@@ -29,7 +29,7 @@
     </fo:simple-page-master>
 
       <fo:simple-page-master master-name="headers_left"
-      page-height="21.7cm"
+          page-height="21.7cm"
           page-width="16cm"
           margin-top="1cm"
           margin-bottom="1cm"
@@ -41,7 +41,7 @@
     </fo:simple-page-master>
 
       <fo:simple-page-master master-name="headers_center"
-      page-height="21.7cm"
+          page-height="21.7cm"
           page-width="16cm"
           margin-top="1cm"
           margin-bottom="1cm"
index 372f77bd59ae40084269eba7c23e69d6b8a1ac59..1542868195a6e784f9278b3d54d1f3a09d2b6fe2 100644 (file)
@@ -7,36 +7,36 @@
 
     <!-- layout for the first page -->
       <fo:simple-page-master master-name="right"
-      page-height="21.7cm"
-          page-width="16cm"
-          margin-top="1cm"
-          margin-bottom="1cm"
-          margin-left="3.5cm"
-          margin-right="1.5cm">
+            page-height="21.7cm"
+            page-width="16cm"
+            margin-top="1cm"
+            margin-bottom="1cm"
+            margin-left="3.5cm"
+            margin-right="1.5cm">
       <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
       <fo:region-before extent="2cm"/>
       <fo:region-after extent="2cm"/>
     </fo:simple-page-master>
 
       <fo:simple-page-master master-name="left"
-      page-height="21.7cm"
-          page-width="16cm"
-          margin-top="1cm"
-          margin-bottom="1cm"
-          margin-left="1.5cm"
-          margin-right="3.5cm">
+            page-height="21.7cm"
+            page-width="16cm"
+            margin-top="1cm"
+            margin-bottom="1cm"
+            margin-left="1.5cm"
+            margin-right="3.5cm">
       <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
       <fo:region-before extent="2cm"/>
       <fo:region-after extent="2cm"/>
     </fo:simple-page-master>
 
       <fo:simple-page-master master-name="center"
-      page-height="21.7cm"
-          page-width="16cm"
-          margin-top="1cm"
-          margin-bottom="1cm"
-          margin-left="2.5cm"
-          margin-right="2.5cm">
+            page-height="21.7cm"
+            page-width="16cm"
+            margin-top="1cm"
+            margin-bottom="1cm"
+            margin-left="2.5cm"
+            margin-right="2.5cm">
       <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
       <fo:region-before extent="2cm"/>
       <fo:region-after extent="2cm"/>
index 166324fffcbd105a05f7ea237ded3ed8e860c4ac..4b0bf4de654d530f39ea2ea5391fe806950ed716 100644 (file)
@@ -7,12 +7,12 @@
 
     <!-- layout for the first page -->
       <fo:simple-page-master master-name="repeating"
-      page-height="21.7cm"
-          page-width="16cm"
-          margin-top="1cm"
-          margin-bottom="1cm"
-          margin-left="2.5cm"
-          margin-right="2.5cm">
+            page-height="21.7cm"
+            page-width="16cm"
+            margin-top="1cm"
+            margin-bottom="1cm"
+            margin-left="2.5cm"
+            margin-right="2.5cm">
       <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
       <fo:region-before extent="2cm"/>
       <fo:region-after extent="2cm"/>
index 9fb5f318947a9d255b80c2d3779be2f5fdb0d5ec..2d9c1c7dcfc0adc4e8553ea47fbbc2558926eb70 100644 (file)
@@ -7,12 +7,12 @@
 
     <!-- layout for the first page -->
       <fo:simple-page-master master-name="repeating"
-      page-height="21.7cm"
-          page-width="16cm"
-          margin-top="1cm"
-          margin-bottom="1cm"
-          margin-left="2.5cm"
-          margin-right="2.5cm">
+            page-height="21.7cm"
+            page-width="16cm"
+            margin-top="1cm"
+            margin-bottom="1cm"
+            margin-left="2.5cm"
+            margin-right="2.5cm">
       <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
       <fo:region-before extent="2cm"/>
       <fo:region-after extent="2cm"/>
index f8df7966280b5f24a4a908f5d407390a7e987cb4..6561295282a60e69879583a77ddc790f6e866ef2 100644 (file)
@@ -6,16 +6,16 @@
   <fo:layout-master-set>
 
     <!-- layout for the first page -->
-      <fo:simple-page-master master-name="repeating"
-      page-height="21.7cm"
-          page-width="16cm"
-          margin-top="1cm"
-          margin-bottom="1cm"
-          margin-left="2.5cm"
-          margin-right="2.5cm">
-      <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
-      <fo:region-before extent="2cm"/>
-      <fo:region-after extent="2cm"/>
+    <fo:simple-page-master master-name="repeating"
+            page-height="21.7cm"
+            page-width="16cm"
+            margin-top="1cm"
+            margin-bottom="1cm"
+            margin-left="2.5cm"
+            margin-right="2.5cm">
+        <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
+        <fo:region-before extent="2cm"/>
+        <fo:region-after extent="2cm"/>
     </fo:simple-page-master>
 
     <fo:page-sequence-master master-name="repeating_pm">
index 34c35e7461cf174843e13e5c3577421277e1f199..b6369b9688db18abc7c349b80f4b8b94790e2d87 100644 (file)
@@ -7,12 +7,12 @@
 
     <!-- layout for the first page -->
       <fo:simple-page-master master-name="repeating"
-      page-height="21.7cm"
-          page-width="16cm"
-          margin-top="1cm"
-          margin-bottom="1cm"
-          margin-left="2.5cm"
-          margin-right="2.5cm">
+            page-height="21.7cm"
+            page-width="16cm"
+            margin-top="1cm"
+            margin-bottom="1cm"
+            margin-left="2.5cm"
+            margin-right="2.5cm">
       <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
       <fo:region-before extent="2cm"/>
       <fo:region-after extent="2cm"/>
index 2e0bf0f74142d1e48dbcb4fce7d21487bfc79acf..2355956d74fd4d3c7a613d046f3cddd62dcd702a 100644 (file)
@@ -7,17 +7,17 @@
 
     <!-- layout for the first page -->
     <fo:simple-page-master master-name="only"
-                  page-height="11in"
-                  page-width="8.5in"
-                  margin-top="1in"
-                  margin-bottom="1in"
-                  margin-left="0.75in"
-                  margin-right="0.75in">
-      <fo:region-body
-      margin-top="1in" margin-bottom="1in"
-    column-count="2" column-gap="0.25in"/>
-      <fo:region-before extent="1in" />
-      <fo:region-after extent="1in" />
+        page-height="11in"
+        page-width="8.5in"
+        margin-top="1in"
+        margin-bottom="1in"
+        margin-left="0.75in"
+        margin-right="0.75in">
+        <fo:region-body
+            margin-top="1in" margin-bottom="1in"
+            column-count="2" column-gap="0.25in"/>
+        <fo:region-before extent="1in" />
+        <fo:region-after extent="1in" />
     </fo:simple-page-master>
 
   </fo:layout-master-set>
index 995174db73c98c220bf68348acde50946c4459a9..8f3769f3cfbf0fd0af776624581ca11051f91fb7 100644 (file)
@@ -7,15 +7,15 @@
 
     <!-- layout for the first page -->
     <fo:simple-page-master master-name="only"
-                  page-height="11in"
-                  page-width="8.5in"
-                  margin-top="1in"
-                  margin-bottom="1in"
-                  margin-left="0.75in"
-                  margin-right="0.75in">
+            page-height="11in"
+            page-width="8.5in"
+            margin-top="1in"
+            margin-bottom="1in"
+            margin-left="0.75in"
+            margin-right="0.75in">
       <fo:region-body
-      margin-top="1in" margin-bottom="1in"
-    column-count="2" column-gap="0.25in"/>
+            margin-top="1in" margin-bottom="1in"
+            column-count="2" column-gap="0.25in"/>
       <fo:region-before extent="1in"/>
       <fo:region-after extent="1in"/>
     </fo:simple-page-master>
index 6e73fa4b15f860c600f62b555ae58bf70d0671bc..3bc0981257507204dde9f5da5974c0f53eaffa4d 100644 (file)
@@ -14,8 +14,8 @@
                   margin-left="0.75in"
                   margin-right="0.75in">
       <fo:region-body
-      margin-top="1in" margin-bottom="1in"
-    column-count="3" column-gap="0.15in"/>
+          margin-top="1in" margin-bottom="1in"
+          column-count="3" column-gap="0.15in"/>
       <fo:region-before extent="1in"/>
       <fo:region-after extent="1in"/>
     </fo:simple-page-master>
index e96ef476068f3ac507349fddc70a31b3c00c4d21..bd21cdddb4767a6ea2023465adbcc4a8ff9bc59e 100644 (file)
@@ -1,14 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink">
   <fo:layout-master-set>
-    <fo:simple-page-master
-  margin-right="1.5cm"
-  margin-left="1.5cm"
-  margin-bottom="2cm"
-  margin-top="1cm"
-  page-width="21cm"
-  page-height="29.7cm"
-  master-name="first">
+    <fo:simple-page-master master-name="first"
+          margin-right="1.5cm"
+          margin-left="1.5cm"
+          margin-bottom="2cm"
+          margin-top="1cm"
+          page-width="21cm"
+          page-height="29.7cm">
       <fo:region-before extent="1cm"/>
       <fo:region-body margin-top="1cm"/>
       <fo:region-after extent="1.5cm"/>
index b5b9ef1836af12de3e8a4db1fde6ef254582392f..30d3226494bfca50a3617d58b470bc9bb7c29dcd 100644 (file)
@@ -1,14 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
   <fo:layout-master-set>
-    <fo:simple-page-master
-  margin-right="1.5cm"
-  margin-left="1.5cm"
-  margin-bottom="2cm"
-  margin-top="1cm"
-  page-width="21cm"
-  page-height="29.7cm"
-  master-name="first">
+    <fo:simple-page-master master-name="first"
+          margin-right="1.5cm"
+          margin-left="1.5cm"
+          margin-bottom="2cm"
+          margin-top="1cm"
+          page-width="21cm"
+          page-height="29.7cm">
       <fo:region-before extent="1cm"/>
       <fo:region-body margin-top="1cm"/>
       <fo:region-after extent="1.5cm"/>
index 948724ae4b032a288afa5a375974bf145ee3de38..2f9cac274118cc22cd299fddf7300d46ccdeb9b5 100644 (file)
@@ -1,14 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
   <fo:layout-master-set>
-    <fo:simple-page-master
-  margin-right="1.5cm"
-  margin-left="1.5cm"
-  margin-bottom="2cm"
-  margin-top="1cm"
-  page-width="21cm"
-  page-height="29.7cm"
-  master-name="first">
+    <fo:simple-page-master master-name="first"
+          margin-right="1.5cm"
+          margin-left="1.5cm"
+          margin-bottom="2cm"
+          margin-top="1cm"
+          page-width="21cm"
+          page-height="29.7cm">
       <fo:region-before extent="1cm"/>
       <fo:region-body margin-top="1cm"/>
       <fo:region-after extent="1.5cm"/>
index 13f3160fd95ad8d2b082c3e3f707712932d6402f..f1515915ffa1e040970da3999a8ae439629363f9 100644 (file)
@@ -1,14 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
   <fo:layout-master-set>
-    <fo:simple-page-master
-  margin-right="1.5cm"
-  margin-left="1.5cm"
-  margin-bottom="2cm"
-  margin-top="1cm"
-  page-width="21cm"
-  page-height="17cm"
-  master-name="first">
+    <fo:simple-page-master master-name="first"
+      margin-right="1.5cm"
+      margin-left="1.5cm"
+      margin-bottom="2cm"
+      margin-top="1cm"
+      page-width="21cm"
+      page-height="17cm">
       <fo:region-before extent="1cm"/>
       <fo:region-body margin-top="1cm"/>
       <fo:region-after extent="1.5cm"/>
index 641d331937d02a59106d8ebf1dcd12ecd6200f6c..0a1ce4e0477640189dc369a5b8f53018b3b763fb 100644 (file)
@@ -1,14 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
   <fo:layout-master-set>
-    <fo:simple-page-master
-  margin-right="1.5cm"
-  margin-left="1.5cm"
-  margin-bottom="2cm"
-  margin-top="1cm"
-  page-width="21cm"
-  page-height="29.7cm"
-  master-name="first">
+    <fo:simple-page-master master-name="first"
+          margin-right="1.5cm"
+          margin-left="1.5cm"
+          margin-bottom="2cm"
+          margin-top="1cm"
+          page-width="21cm"
+          page-height="29.7cm">
       <fo:region-before extent="7cm"/>
       <fo:region-body margin-top="7cm"/>
       <fo:region-after extent="1.5cm"/>
index c28b1f7f91e4dc232d2a44fa9b37dd380638b514..16dc6f90afcf70ee4a186fa399784f4aa7dec6d4 100644 (file)
@@ -1,14 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
   <fo:layout-master-set>
-    <fo:simple-page-master
-  margin-right="1.5cm"
-  margin-left="1.5cm"
-  margin-bottom="2cm"
-  margin-top="1cm"
-  page-width="21cm"
-  page-height="17cm"
-  master-name="first">
+    <fo:simple-page-master   master-name="first"
+          margin-right="1.5cm"
+          margin-left="1.5cm"
+          margin-bottom="2cm"
+          margin-top="1cm"
+          page-width="21cm"
+          page-height="17cm">
       <fo:region-before extent="1cm"/>
       <fo:region-body margin-top="1cm"/>
       <fo:region-after extent="1.5cm"/>
index b93595095087a1836f5be918a4f3f184cac05731..e28883aacc03743eadfc34021eb1da9cbc048e2a 100644 (file)
@@ -1,14 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
   <fo:layout-master-set>
-    <fo:simple-page-master
-  margin-right="1.5cm"
-  margin-left="1.5cm"
-  margin-bottom="2cm"
-  margin-top="1cm"
-  page-width="21cm"
-  page-height="29.7cm"
-  master-name="first">
+    <fo:simple-page-master master-name="first"
+          margin-right="1.5cm"
+          margin-left="1.5cm"
+          margin-bottom="2cm"
+          margin-top="1cm"
+          page-width="21cm"
+          page-height="29.7cm">
       <fo:region-before extent="7cm"/>
       <fo:region-body margin-top="7cm"/>
       <fo:region-after extent="1.5cm"/>
index a0ce77815e463cf68614c31c529b4e72e1e56476..7d20630518fb482432c8d12d695b27ab17d880a2 100644 (file)
@@ -1,14 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
   <fo:layout-master-set>
-    <fo:simple-page-master
-  margin-right="1.5cm"
-  margin-left="1.5cm"
-  margin-bottom="2cm"
-  margin-top="1cm"
-  page-width="21cm"
-  page-height="29.7cm"
-  master-name="first">
+    <fo:simple-page-master master-name="first"
+          margin-right="1.5cm"
+          margin-left="1.5cm"
+          margin-bottom="2cm"
+          margin-top="1cm"
+          page-width="21cm"
+          page-height="29.7cm">
       <fo:region-before extent="1cm"/>
       <fo:region-body margin-top="1cm"/>
       <fo:region-after extent="1.5cm"/>
index 33fae445176d6dfe3f0407a1a6b14acdf8cad91a..279b303e4d9f9a8fb71617dc2f316c6c87a613a5 100644 (file)
@@ -1,14 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
   <fo:layout-master-set>
-    <fo:simple-page-master
-  margin-right="1.5cm"
-  margin-left="1.5cm"
-  margin-bottom="2cm"
-  margin-top="1cm"
-  page-width="21cm"
-  page-height="17cm"
-  master-name="first">
+    <fo:simple-page-master master-name="first"
+          margin-right="1.5cm"
+          margin-left="1.5cm"
+          margin-bottom="2cm"
+          margin-top="1cm"
+          page-width="21cm"
+          page-height="17cm">
       <fo:region-before extent="1cm"/>
       <fo:region-body column-count="3" margin-top="1cm"/>
       <fo:region-after extent="1.5cm"/>