diff options
author | Glen Mazza <gmazza@apache.org> | 2004-02-22 13:37:07 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2004-02-22 13:37:07 +0000 |
commit | 6b5a9a4d934e033bad4f3fbd68c155162368e56b (patch) | |
tree | 425ecac25c772a60a426f18d9927c5dc1f2346ab /examples/fo/basic/normalex.fo | |
parent | 6f1366ee37eacb8100da2c5c0f0de711cb95ef01 (diff) | |
download | xmlgraphics-fop-6b5a9a4d934e033bad4f3fbd68c155162368e56b.tar.gz xmlgraphics-fop-6b5a9a4d934e033bad4f3fbd68c155162368e56b.zip |
Formatting cleanup of fo:layout-master-sets in examples.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197361 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples/fo/basic/normalex.fo')
-rw-r--r-- | examples/fo/basic/normalex.fo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/fo/basic/normalex.fo b/examples/fo/basic/normalex.fo index 9f063ee34..111d6013a 100644 --- a/examples/fo/basic/normalex.fo +++ b/examples/fo/basic/normalex.fo @@ -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"/> |