summaryrefslogtreecommitdiff
path: root/tex/context/sample
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-01-24 11:20:14 +0200
committerMarius <mariausol@gmail.com>2013-01-24 11:20:14 +0200
commit8921ac1d6b8796d90171dffb577650ed35684608 (patch)
tree6048ae7763dadf099588e4339a710e8f6f5c4229 /tex/context/sample
parent014ef98b7d3be25e5d4a3cfe8a0f53e5b82f4366 (diff)
downloadcontext-8921ac1d6b8796d90171dffb577650ed35684608.tar.gz
beta 2013.01.24 10:07
Diffstat (limited to 'tex/context/sample')
-rw-r--r--tex/context/sample/d-res-01.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/tex/context/sample/d-res-01.xml b/tex/context/sample/d-res-01.xml
new file mode 100644
index 000000000..23f22cc32
--- /dev/null
+++ b/tex/context/sample/d-res-01.xml
@@ -0,0 +1,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>