blob: 0d0398e5d032a9102771b05f91968580fe296c37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?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="define" file="core-sys.mkiv">
<cd:arguments>
<cd:resolve name="keyword-number-optional"/>
<cd:csname/>
<cd:content/>
</cd:arguments>
</cd:command>
<cd:command name="defineexpandable" file="core-sys.mkiv">
<cd:arguments>
<cd:resolve name="keyword-number-optional"/>
<cd:csname/>
<cd:content/>
</cd:arguments>
</cd:command>
</cd:interface>
|