summaryrefslogtreecommitdiff
path: root/macros/context/contrib/context-fullpage/tex/context/interface/third/t-fullpage.xml
blob: 14fbee5bf3f9b0bd12dc6e4feb81870e799359af (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
<?xml version="1.0" encoding="UTF-8"?>

<cd:interface xmlns:cd="http://www.pragma-ade.com/commands" name="context" language="en" version="2010.12.27">

<cd:command name="setupfullpage" file="t-fullpage.tex">
    <cd:sequence>
        <cd:string value="setupfullpage"/>
    </cd:sequence>
    <cd:arguments>
        <cd:assignments n="1" list="yes">
            <cd:parameter name="style" list="yes">
                <cd:constant type="in" default="yes"/>
                <cd:constant type="cm"/>
                <cd:constant type="margin"/>
                <cd:constant type="plain" default="yes"/>
                <cd:constant type="headings"/>
                <cd:constant type="empty"/>
                <cd:constant type="none"/>
            </cd:parameter>
            <cd:parameter name="margin">
                <cd:constant type="cd:dimension" default="0pt"/>
            </cd:parameter>
        </cd:assignments>
    </cd:arguments>
</cd:command>

</cd:interface>