summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-insertion.xml
blob: 8bb52616b077b2996a5c63c0de49cd09e87dda0b (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
<?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="defineinsertion" level="system" category="structure" file="page-ins.mkiv">
        <cd:arguments>
            <cd:resolve name="keyword-name"/>
            <cd:resolve name="keyword-name-optional"/>
            <cd:assignments list="yes" optional="yes">
                <cd:inherit name="setupinsertion"/>
            </cd:assignments>
        </cd:arguments>
    </cd:command>

    <cd:command name="setupinsertion" level="system" category="structure" file="page-ins.mkiv">
        <cd:arguments>
            <cd:resolve name="keyword-name-list-optional"/>
            <cd:assignments list="yes">
                <cd:parameter name="location">
                    <cd:constant type="page" default="yes"/>
                    <cd:constant type="text"/>
                    <cd:constant type="columns"/>
                    <cd:constant type="firstcolumn"/>
                    <cd:constant type="lastcolumn"/>
                </cd:parameter>
            </cd:assignments>
        </cd:arguments>
    </cd:command>

    <cd:command name="doifelseinsertion" level="system" category="structure conditional" file="page-ins.mkiv">
        <cd:arguments>
            <cd:resolve name="argument-name"/>
            <cd:resolve name="argument-true"/>
            <cd:resolve name="argument-false"/>
        </cd:arguments>
    </cd:command>

    <cd:command name="doifinsertionelse" level="system" category="structure conditional" file="page-ins.mkiv">
        <cd:arguments>
            <cd:resolve name="argument-name"/>
            <cd:resolve name="argument-true"/>
            <cd:resolve name="argument-false"/>
        </cd:arguments>
    </cd:command>

</cd:interface>