blob: d9a4b9d2da1fdfaff619188a5e6a886d835df1f6 (
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
|
<?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="setdigitsmanipulation" file="typo-dig.mkiv">
<cd:arguments>
<cd:keywords>
<cd:constant type="reset"/>
<cd:constant type="cd:number"/>
</cd:keywords>
</cd:arguments>
</cd:command>
<cd:command name="resetdigitsmanipulation" file="typo-dig.mkiv"/>
<cd:command name="equaldigits" file="typo-dig.mkiv">
<cd:arguments>
<cd:resolve name="argument-text"/>
</cd:arguments>
</cd:command>
<cd:command name="dummydigit" file="typo-dig.mkiv"/>
</cd:interface>
|