blob: 6e337f6d62a885f1d1d2cd5a747219c7a56571f1 (
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
<?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="setupinteractionscreen" file="scrn-pag.mkvi">
<cd:arguments>
<cd:assignments list="yes">
<cd:parameter name="width">
<cd:constant type="fit"/>
<cd:constant type="max"/>
<cd:constant type="tight"/>
<cd:constant type="cd:dimension"/>
</cd:parameter>
<cd:parameter name="height">
<cd:constant type="fit"/>
<cd:constant type="max"/>
<cd:constant type="tight"/>
<cd:constant type="cd:dimension"/>
</cd:parameter>
<cd:parameter name="backspace">
<cd:constant type="cd:dimension"/>
</cd:parameter>
<cd:parameter name="horoffset">
<cd:constant type="cd:dimension"/>
</cd:parameter>
<cd:parameter name="veroffset">
<cd:constant type="cd:dimension"/>
</cd:parameter>
<cd:parameter name="topspace">
<cd:constant type="cd:dimension"/>
</cd:parameter>
<cd:parameter name="option" list="yes">
<cd:constant type="fit"/>
<cd:constant type="max"/>
<cd:constant type="singlesided"/>
<cd:constant type="doublesided"/>
<cd:constant type="bookmark"/>
<cd:constant type="auto" default="yes"/>
<cd:constant type="none"/>
<cd:constant type="default"/>
<cd:constant type="fixed"/>
<cd:constant type="landscape"/>
<cd:constant type="portrait"/>
<cd:constant type="page"/>
<cd:constant type="paper"/>
</cd:parameter>
<cd:parameter name="copies">
<cd:constant type="cd:number"/>
</cd:parameter>
<cd:parameter name="delay">
<cd:constant type="none" default="yes"/>
<cd:constant type="cd:number"/>
</cd:parameter>
</cd:assignments>
</cd:arguments>
</cd:command>
<cd:command name="screen" file="scrn-pag.mkvi">
<cd:arguments>
<cd:keywords list="yes" optional="yes">
<cd:inherit name="page"/>
</cd:keywords>
</cd:arguments>
</cd:command>
</cd:interface>
|