summaryrefslogtreecommitdiff
path: root/tex/context/foxet/fo-1101.fo
blob: f6953d522d8609bc58bce03d585bc9e654a51543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version='1.0'?>

<!-- foxet test file - Hans Hagen - PRAGMA ADE - www.pragma-ade.com -->

<fo:root xmlns:fo='http://www.w3.org/1999/XSL/Format' xmlns:fe='http://www.pragma-ade.com/schemas/foxet.rng'>

    <fo:layout-master-set>
        <fo:simple-page-master master-name='test' margin='2cm'>
            <fo:region-body margin='1cm'/>
        </fo:simple-page-master>
    </fo:layout-master-set>

    <fo:page-sequence master-reference='test' fe:tracing='true'>
        <fo:flow flow-name='xsl-region-body'>
            <fo:block><fe:include url='fe-zapf.xml'/></fo:block>
            <fo:list-block
                    space-before.optimum='12pt'
                    space-after.optimum='12pt'>
                <fo:list-item>
                    <fo:list-item-label start-indent='10pt'>
                        <fo:block>[a]</fo:block>
                    </fo:list-item-label>
                    <fo:list-item-body end-indent='0pt'>
                        <fo:block><fe:include url='fe-zapf.xml'/></fo:block>
                    </fo:list-item-body>
                </fo:list-item>
                <fo:list-item>
                    <fo:list-item-label start-indent='10pt'>
                        <fo:block>[b]</fo:block>
                    </fo:list-item-label>
                    <fo:list-item-body end-indent='0pt'>
                        <fo:list-block>
                            <fo:list-item>
                                <fo:list-item-label start-indent='40pt'>
                                    <fo:block>[bb]</fo:block>
                                </fo:list-item-label>
                                <fo:list-item-body end-indent='0pt'>
                                    <fo:block><fe:include url='fe-zapf.xml'/></fo:block>
                                </fo:list-item-body>
                            </fo:list-item>
                        </fo:list-block>
                    </fo:list-item-body>
                </fo:list-item>
            </fo:list-block>
            <fo:list-block
                    start-indent='1cm'
                    end-indent='1cm'
                    space-before.optimum='12pt'
                    space-after.optimum='12pt'>
                <fo:list-item>
                    <fo:list-item-label start-indent='10pt'>
                        <fo:block>[a]</fo:block>
                    </fo:list-item-label>
                    <fo:list-item-body end-indent='0pt'>
                        <fo:block><fe:include url='fe-zapf.xml'/></fo:block>
                    </fo:list-item-body>
                </fo:list-item>
            </fo:list-block>
            <fo:block><fe:include url='fe-zapf.xml'/></fo:block>
        </fo:flow>
    </fo:page-sequence>

</fo:root>