blob: 01e014a28ab9d3c81705970a89ac46e1dff186ba (
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
|
<?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="definepageshift" level="style" file="page-imp.mkiv">
<cd:arguments>
<cd:resolve name="keyword-name"/>
<cd:keywords>
<cd:constant type="horizontal"/>
<cd:constant type="vertical"/>
</cd:keywords>
<cd:resolve name="keyword-dimension-list"/>
</cd:arguments>
</cd:command>
<cd:command name="setuppageshift" level="style" file="page-imp.mkiv">
<cd:arguments>
<cd:keywords optional="yes">
<cd:constant type="page" default="yes"/>
<cd:constant type="paper"/>
</cd:keywords>
<cd:resolve name="keyword-name"/>
<cd:resolve name="keyword-name-optional"/>
</cd:arguments>
</cd:command>
</cd:interface>
|