summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-italiccorrection.xml
blob: 2d406bdf5a6b2840d0a4185947460a49d6d2b50b (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
<?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="setitaliccorrection" level="system" category="fonts" file="typo-itc.mkvi">
        <cd:arguments>
            <cd:keywords>
                <cd:constant type="reset"/>
                <cd:constant type="1"/>
                <cd:constant type="2"/>
            </cd:keywords>
        </cd:arguments>
    </cd:command>

    <cd:command name="resetitaliccorrection" level="style" category="fonts" file="typo-itc.mkvi"/>

    <cd:command name="italiccorrection" level="style" category="fonts" file="typo-itc.mkvi"/>

    <cd:command name="setupitaliccorrection" level="style" category="fonts" file="typo-itc.mkvi">
        <cd:arguments>
            <cd:keywords list="yes">
                <cd:constant type="text"/>
                <cd:constant type="always"/>
                <cd:constant type="global"/>
                <cd:constant type="none"/>
            </cd:keywords>
        </cd:arguments>
    </cd:command>

</cd:interface>