i-linewidth.xml /size: 649 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="setuplinewidth" level="style" category="layout" file="pack-rul.mkiv">
8        <cd:arguments>
9            <cd:keywords>
10                <cd:constant type="small"/>
11                <cd:constant type="medium"/>
12                <cd:constant type="big"/>
13                <cd:constant type="cd:dimension"/>
14            </cd:keywords>
15        </cd:arguments>
16    </cd:command>
17
18    <cd:command name="linewidth" level="style" category="layout" file="pack-rul.mkiv"/>
19
20</cd:interface>
21