summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-tolerance.xml
blob: 3d0010edf80a50cd8e47f7596fca1930751c480d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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="setuptolerance" level="style" category="whitespace" file="spac-hor.mkiv">
        <cd:arguments>
            <cd:keywords list="yes">
                <cd:constant type="horizontal"/>
                <cd:constant type="vertical"/>
                <cd:constant type="verystrict"/>
                <cd:constant type="strict"/>
                <cd:constant type="tolerant"/>
                <cd:constant type="verytolerant"/>
                <cd:constant type="space"/>
                <cd:constant type="stretch"/>
            </cd:keywords>
        </cd:arguments>
    </cd:command>

</cd:interface>