summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-characteralign.xml
blob: 2ee8d0cd94f4735ac712331cbaa2fcaef1d6a6bb (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
<?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="singalcharacteralign" file="typo-tal.mkiv">
        <cd:arguments>
            <cd:resolve name="argument-number"/>
            <cd:resolve name="argument-number"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="setcharacteralign" file="typo-tal.mkiv">
        <cd:arguments>
            <cd:resolve name="argument-number"/>
            <cd:keywords delimiters="braces">
                <cd:constant type="cd:text"/>
                <cd:constant type="cd:text" prefix="number" method="apply"/>
                <cd:constant type="cd:text" prefix="text" method="apply"/>
            </cd:keywords>
        </cd:arguments>
    </cd:command>

    <cd:command name="resetcharacteralign" file="typo-tal.mkiv"/>

    <cd:command name="alignmentcharacter" file="typo-tal.mkiv"/>

    <cd:command name="characteralign" type="environment" file="typo-tal.mkiv">
        <cd:arguments>
            <cd:keywords optional="yes">
                <cd:constant type="cd:text"/>
                <cd:constant type="cd:text" prefix="number" method="apply"/>
                <cd:constant type="cd:text" prefix="text" method="apply"/>
            </cd:keywords>
        </cd:arguments>
    </cd:command>

    <cd:command name="checkcharacteralign" file="typo-tal.mkiv">
        <cd:arguments>
            <cd:content/>
        </cd:arguments>
    </cd:command>

</cd:interface>