summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-define.xml
blob: 2db8614c0f32743172a49a9652eba2af19ce2de3 (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>