-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathlayout.xml
55 lines (47 loc) · 1.71 KB
/
layout.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<Layout xmlns="urn:speedata.de:2009/publisher/en"
xmlns:sd="urn:speedata:2009/publisher/functions/en">
<Options
mainlanguage="English (Great Britain)"/>
<Trace grid="no" gridallocation="no"/>
<LoadFontfile name="EB08-Regular" filename="EBGaramond08-Regular.ttf" marginprotrusion="60" />
<LoadFontfile name="EB12-Regular" filename="EBGaramond12-Regular.ttf" />
<DefineFontfamily name="Title" fontsize="14pt" leading="16pt">
<Regular fontface="EB12-Regular"/>
</DefineFontfamily>
<DefineFontfamily name="text" fontsize="10pt" leading="12pt">
<Regular fontface="EB08-Regular"/>
</DefineFontfamily>
<DefineTextformat name="text" orphan="yes"/>
<DefineTextformat name="Title" margin-top="3pt" orphan="yes"/>
<SetGrid width="5mm" height="12pt"/>
<Pageformat width="125mm" height="145mm"/>
<Pagetype name="text" test="true()">
<Margin left="1cm" right="1cm" top="1cm" bottom="1cm"/>
<PositioningArea name="text">
<PositioningFrame width="10" height="30" row="1" column="1"/>
<PositioningFrame width="10" height="30" row="1" column="12"/>
</PositioningArea>
</Pagetype>
<Record element="data">
<PlaceObject row="9" column="12" valign="bottom">
<Image file="tree.pdf" width="10"/>
</PlaceObject>
<ForAll select="section">
<Output area="text">
<Text>
<Paragraph textformat="Title" fontfamily="Title">
<Value select="@title"/>
</Paragraph>
</Text>
</Output>
<Output area="text">
<Text>
<Paragraph fontfamily="text">
<Value select="string(.)"/>
</Paragraph>
</Text>
</Output>
</ForAll>
</Record>
</Layout>