summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-whitespace.xml
blob: 0f3e0bdcc3c810429007bf62031167e1a3a0af04 (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
<?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="setupwhitespace" level="style" category="whitespace" file="spac-ver.mkiv">
        <cd:arguments>
            <cd:keywords list="yes" optional="yes">
                <cd:constant type="fix"/>
                <cd:constant type="fixed"/>
                <cd:constant type="flexible"/>
                <cd:constant type="line"/>
                <cd:constant type="halfline"/>
                <cd:constant type="quarterline"/>
                <cd:constant type="none" default="yes"/>
                <cd:constant type="small"/>
                <cd:constant type="medium"/>
                <cd:constant type="big"/>
                <cd:constant type="default"/>
                <cd:constant type="cd:dimension"/>
            </cd:keywords>
        </cd:arguments>
    </cd:command>

    <cd:command name="synchronizewhitespace" level="system" category="whitespace" file="spac-ver.mkiv"/>

    <cd:command name="correctwhitespace" level="system" category="whitespace" file="spac-ver.mkiv">
        <cd:arguments>
            <cd:content/>
        </cd:arguments>
    </cd:command>

    <cd:command name="packed" type="environment" level="document" category="whitespace" file="spac-ver.mkiv">
        <cd:arguments>
            <cd:keywords optional="yes">
                <cd:constant type="blank"/>
            </cd:keywords>
        </cd:arguments>
    </cd:command>

    <cd:command name="unpacked" type="environment" level="document" category="whitespace" file="spac-ver.mkiv"/>

    <cd:command name="linecorrection" type="environment" level="document" category="whitespace" file="spac-ver.mkiv">
        <cd:arguments>
            <cd:keywords list="yes" optional="yes">
                <cd:constant type="blank"/>
                <cd:inherit name="blank"/>
            </cd:keywords>
        </cd:arguments>
    </cd:command>

    <cd:command name="locallinecorrection" type="environment" level="document" category="whitespace" file="spac-ver.mkiv">
        <cd:arguments>
            <cd:keywords list="yes" optional="yes">
                <cd:constant type="blank"/>
                <cd:inherit name="blank"/>
            </cd:keywords>
        </cd:arguments>
    </cd:command>

    <cd:command name="forgetparskip" category="alignment" level="system" file="spac-ver.mkiv"/>

</cd:interface>