1<!-- -->
2
3<rl:library xmlns:rl="x-res-00.xsd" language="nl">
4
5 <rl:description>
6 <rl:organization>PRAGMA ADE</rl:organization>
7 <rl:project>context</rl:project>
8 <rl:product>figure demo</rl:product>
9 <rl:comment>This file demonstrates how to use the ConTeXt
10 figure base macros.</rl:comment>
11 </rl:description>
12
13 <rl:instance>
14 <rl:label>part of a dutch cow</rl:label>
15 <rl:original>a simple dutch cow</rl:original>
16 <rl:manipulation>
17 <rl:viewport width="2cm" height="2cm" hoffset="2cm" voffset="2cm"/>
18 <rl:background r=".8"/>
19 </rl:manipulation>
20 </rl:instance>
21
22 <rl:resource>
23 <rl:label>a simple dutch cow</rl:label>
24 <rl:file>cow.pdf</rl:file>
25 <rl:copyright>who knows</rl:copyright>
26 <rl:comment>This is just an example graphic.</rl:comment>
27 <rl:status>unknown</rl:status>
28 </rl:resource>
29
30 <rl:resource>
31 <rl:label>mill in hasselt</rl:label>
32 <rl:file>mill.png</rl:file>
33 <rl:copyright>johan jonker</rl:copyright>
34 <rl:comment>A Dutch mill.</rl:comment>
35 <rl:status>unknown</rl:status>
36 </rl:resource>
37
38 <rl:resource>
39 <rl:label>another simple dutch cow</rl:label>
40 <rl:file>cow.pdf</rl:file>
41 <rl:copyright>Who Kowns</rl:copyright>
42 <rl:comment>Again some demo graphic.</rl:comment>
43 <rl:status>obsolete</rl:status>
44 <rl:manipulation>
45 <rl:viewport width="2cm" height="2cm" hoffset="2cm" voffset="2cm"/>
46 <rl:background s=".8"/>
47 </rl:manipulation>
48 </rl:resource>
49
50</rl:library>
51 |