summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-scite.xml
blob: f04e575e01537250224ab3da2a41d3acf570611d (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
27
28
29
30
31
32
33
<?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="scite" type="environment" level="document" category="verbatim" file="m-scite.mkiv">
        <cd:arguments>
            <cd:resolve name="keyword-scite-optional"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="scitefile" level="document" category="verbatim" file="m-scite.mkiv">
        <cd:arguments>
            <cd:resolve name="keyword-file"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="scitebuffer" level="document" category="verbatim" file="m-scite.mkiv">
        <cd:arguments>
            <cd:resolve name="keyword-scite-optional"/>
            <cd:resolve name="keyword-buffer"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="sciteinlinebuffer" level="document" category="verbatim" file="m-scite.mkiv">
        <cd:arguments>
            <cd:resolve name="keyword-scite-optional"/>
            <cd:resolve name="keyword-buffer"/>
        </cd:arguments>
    </cd:command>

</cd:interface>