blob: 3e8eb6699f04be54acd2428db0a70b0f2df66b03 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<?context-directive job ctxfile x-setups.ctx ?>
<cd:interface xmlns:cd="http://www.pragma-ade.com/commands">
<cd:command name="mirror" file="grph-trf.mkiv">
<cd:arguments>
<cd:content/>
</cd:arguments>
</cd:command>
<cd:command name="setuprotate" file="grph-trf.mkiv">
<cd:arguments>
<cd:assignments list="yes">
<cd:parameter name="location">
<cd:constant type="fit"/>
<cd:constant type="broad"/>
<cd:constant type="depth"/>
<cd:constant type="high"/>
<cd:constant type="middle"/>
<cd:constant type="default"/>
<cd:constant type="normal"/>
</cd:parameter>
<cd:parameter name="rotation">
<cd:constant type="left"/>
<cd:constant type="right"/>
<cd:constant type="inner"/>
<cd:constant type="outer"/>
<cd:constant type="cd:number"/>
</cd:parameter>
<cd:inherit name="setupframed"/>
</cd:assignments>
</cd:arguments>
</cd:command>
<cd:command name="rotate" file="grph-trf.mkiv">
<cd:arguments>
<cd:assignments list="yes" optional="yes">
<cd:inherit name="setuprotate"/>
</cd:assignments>
<cd:content/>
</cd:arguments>
</cd:command>
<cd:command name="dorotatebox" file="grph-trf.mkiv">
<cd:arguments>
<cd:resolve name="argument-number"/>
<cd:csname/>
<cd:content/>
</cd:arguments>
</cd:command>
</cd:interface>
|