blob: 5f776e83504950b2ecdf6000a4fc5af91bd6325f (
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
|
<?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="pagefigure" file="page-app.mkiv">
<cd:arguments>
<cd:resolve name="keyword-file"/>
<cd:assignments list="yes" optional="yes">
<cd:inherit name="setupexternalfigure"/>
</cd:assignments>
</cd:arguments>
</cd:command>
<cd:command name="pagefigure" type="environment" file="page-app.mkiv">
<cd:arguments>
<cd:resolve name="keyword-file"/>
<cd:assignments list="yes" optional="yes">
<cd:inherit name="setupexternalfigure"/>
</cd:assignments>
</cd:arguments>
</cd:command>
</cd:interface>
|