i-thinrule.xml /size: 3019 b    last modification: 2020-07-01 14:35
1<?xml version="1.0" encoding="UTF-8"?>
2
3<?context-directive job ctxfile x-setups.ctx ?>
4
5<cd:interface xmlns:cd="http://www.pragma-ade.com/commands">
6
7    <cd:command name="setupthinrules" level="style" category="rules" file="pack-mrl.mkiv">
8        <cd:arguments>
9            <cd:assignments list="yes">
10                <cd:parameter name="height">
11                    <cd:constant type="max"/>
12                    <cd:constant type="cd:dimension"/>
13                </cd:parameter>
14                <cd:parameter name="depth">
15                    <cd:constant type="max"/>
16                    <cd:constant type="cd:dimension"/>
17                </cd:parameter>
18                <cd:parameter name="background">
19                    <cd:constant type="color"/>
20                </cd:parameter>
21                <cd:parameter name="frame">
22                    <cd:constant type="on" default="yes"/>
23                    <cd:constant type="off"/>
24                </cd:parameter>
25                <cd:parameter name="rulethickness">
26                    <cd:constant type="cd:dimension"/>
27                </cd:parameter>
28                <cd:parameter name="alternative">
29                    <cd:constant type="a"/>
30                    <cd:constant type="b" default="yes"/>
31                    <cd:constant type="c"/>
32                    <cd:constant type="none"/>
33                </cd:parameter>
34                <cd:parameter name="backgroundcolor">
35                    <cd:constant type="cd:color"/>
36                </cd:parameter>
37                <cd:parameter name="color">
38                    <cd:constant type="cd:color"/>
39                </cd:parameter>
40                <cd:parameter name="interlinespace">
41                    <cd:constant type="small" default="yes"/>
42                    <cd:constant type="medium"/>
43                    <cd:constant type="big"/>
44                    <cd:constant type="cd:number"/>
45                </cd:parameter>
46                <cd:parameter name="before">
47                    <cd:constant type="cd:command"/>
48                </cd:parameter>
49                <cd:parameter name="after">
50                    <cd:constant type="cd:command"/>
51                </cd:parameter>
52                <cd:parameter name="inbetween">
53                    <cd:constant type="cd:command"/>
54                </cd:parameter>
55                <cd:parameter name="n">
56                    <cd:constant type="cd:number"/>
57                </cd:parameter>
58            </cd:assignments>
59        </cd:arguments>
60    </cd:command>
61
62    <cd:command name="thinrule" level="document" category="rules" file="pack-mrl.mkiv"/>
63
64    <cd:command name="hairline" level="document" category="rules" file="pack-mrl.mkiv"/>
65
66    <cd:command name="thinrules" level="document" category="rules" file="pack-mrl.mkiv">
67        <cd:arguments>
68            <cd:assignments list="yes" optional="yes">
69                <cd:inherit name="setupthinrules"/>
70            </cd:assignments>
71        </cd:arguments>
72    </cd:command>
73
74</cd:interface>
75