summaryrefslogtreecommitdiff
path: root/tex/context/sample/common/d-res-01.xml
blob: 23f22cc3205f755e10d4ccbbd083bc3bba3e1262 (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
<!-- DOCTYPE figurelibrary SYSTEM "x-res-00.xsd" -->

<rl:library xmlns:rl="x-res-00.xsd" language="nl">

  <rl:description>
    <rl:organization>PRAGMA ADE</rl:organization>
    <rl:project>context</rl:project>
    <rl:product>figure demo</rl:product>
    <rl:comment>This file demonstrates how to use the ConTeXt
      figure base macros.</rl:comment>
  </rl:description>

  <rl:instance>
    <rl:label>part of a dutch cow</rl:label>
    <rl:original>a simple dutch cow</rl:original>
    <rl:manipulation>
      <rl:viewport width="2cm" height="2cm" hoffset="2cm" voffset="2cm"/>
      <rl:background r=".8"/>
    </rl:manipulation>
  </rl:instance>

  <rl:resource>
    <rl:label>a simple dutch cow</rl:label>
    <rl:file>cow.pdf</rl:file>
    <rl:copyright>who knows</rl:copyright>
    <rl:comment>This is just an example graphic.</rl:comment>
    <rl:status>unknown</rl:status>
  </rl:resource>

  <rl:resource>
    <rl:label>mill in hasselt</rl:label>
    <rl:file>mill.png</rl:file>
    <rl:copyright>johan jonker</rl:copyright>
    <rl:comment>A Dutch mill.</rl:comment>
    <rl:status>unknown</rl:status>
  </rl:resource>

  <rl:resource>
    <rl:label>another simple dutch cow</rl:label>
    <rl:file>cow.pdf</rl:file>
    <rl:copyright>Who Kowns</rl:copyright>
    <rl:comment>Again some demo graphic.</rl:comment>
    <rl:status>obsolete</rl:status>
    <rl:manipulation>
      <rl:viewport width="2cm" height="2cm" hoffset="2cm" voffset="2cm"/>
      <rl:background s=".8"/>
    </rl:manipulation>
  </rl:resource>

</rl:library>