summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-catcodes.xml
blob: 75a17a0e4f925ae51f1cfd00687c246d6a82f920 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?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="texcode" type="environment" level="system" category="catcode" file="catc-ctx.mkiv"/>

    <cd:command name="contextcode" type="environment" level="system" category="catcode" file="catc-ctx.mkiv"/>

    <cd:command name="contextdefinitioncode" type="environment" level="system" category="catcode" file="catc-ctx.mkiv"/>

    <cd:command name="protect" type="environment" begin="un" end="​" level="system" category="catcode" file="catc-def.mkiv"/><!-- end="zero width space" -->

    <cd:command name="newcatcodetable" level="system" category="catcode" file="catc-ini.mkiv">
        <cd:arguments>
            <cd:csname/>
        </cd:arguments>
    </cd:command>

    <cd:command name="catcodetable" type="environment" level="system" category="catcode" file="catc-ini.mkiv">
        <cd:arguments>
            <cd:csname/>
        </cd:arguments>
    </cd:command>

    <cd:command name="extendedcatcodetable" type="environment" level="system" category="catcode" file="catc-ini.mkiv">
        <cd:arguments>
            <cd:csname/>
        </cd:arguments>
    </cd:command>

    <cd:command name="installactivecharacter" level="system" category="catcode" file="catc-act.mkiv">
        <cd:arguments>
            <cd:resolve name="string-character"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="defineactivecharacter" level="system" category="catcode" file="catc-act.mkiv">
        <cd:arguments>
            <cd:resolve name="string-character"/>
            <cd:resolve name="argument-command"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="installanddefineactivecharacter" level="system" category="catcode" file="catc-act.mkiv">
        <cd:arguments>
            <cd:resolve name="string-character"/>
            <cd:resolve name="argument-command"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="makecharacteractive" level="system" category="catcode" file="catc-act.mkiv">
        <cd:arguments>
            <cd:resolve name="string-character"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="permitcircumflexescape" level="system" category="catcode" file="catc-ini.mkiv"/>

    <cd:command name="permitcaretescape" level="system" category="catcode" file="catc-ini.mkiv"/>

    <cd:command name="letcatcodecommand" level="system" category="catcode" file="catc-ini.mkiv">
        <cd:arguments>
            <cd:csname/>
            <cd:keywords delimiters="none">
                <cd:constant type="cd:character"/>
                <cd:constant type="cd:number"/>
            </cd:keywords>
            <cd:csname/>
        </cd:arguments>
    </cd:command>

    <cd:command name="defcatcodecommand" level="system" category="catcode" file="catc-ini.mkiv">
        <cd:arguments>
            <cd:csname/>
            <cd:keywords delimiters="none">
                <cd:constant type="cd:character"/>
                <cd:constant type="cd:number"/>
            </cd:keywords>
            <cd:resolve name="argument-command"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="uedcatcodecommand" level="system" category="catcode" file="catc-ini.mkiv">
        <cd:arguments>
            <cd:csname/>
            <cd:keywords delimiters="none">
                <cd:constant type="cd:character"/>
                <cd:constant type="cd:number"/>
            </cd:keywords>
            <cd:resolve name="argument-command"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="catcodetable" type="environment" begin="push" end="pop" level="system" category="catcode" file="catc-ini.mkiv"/>

    <cd:command name="restorecatcodes" level="system" category="catcode" file="catc-ini.mkiv"/>

    <cd:command name="setcatcodetable" level="system" category="catcode" file="catc-ini.mkiv">
        <cd:arguments>
            <cd:csname/>
        </cd:arguments>
    </cd:command>

    <cd:command name="tracecatcodetables" level="system" category="catcode" file="catc-ini.mkiv"/>

    <cd:command name="catcodetablename" level="system" category="catcode" file="catc-ini.mkiv"/>

    <cd:command name="rescan" level="system" category="catcode" file="catc-sym.mkiv">
        <cd:arguments>
            <cd:content/>
        </cd:arguments>
    </cd:command>

    <cd:command name="rescanwithsetup" level="system" category="catcode" file="catc-sym.mkiv">
        <cd:arguments>
            <cd:resolve name="argument-name"/>
            <cd:content/>
        </cd:arguments>
    </cd:command>

</cd:interface>