summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-digits.xml
blob: f962ac73487be25e33da1c90c912d1e14c13b67e (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" level="system" 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" level="system" file="typo-dig.mkiv"/>

    <cd:command name="equaldigits" level="document" file="typo-dig.mkiv">
        <cd:arguments>
            <cd:resolve name="argument-text"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="dummydigit" level="document" file="typo-dig.mkiv"/>

</cd:interface>