blob: 6d9043a1fae1060e83ecd9568222323be829f4a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?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="setuplinewidth" level="style" category="layout" file="pack-rul.mkiv">
<cd:arguments>
<cd:keywords>
<cd:constant type="small"/>
<cd:constant type="medium"/>
<cd:constant type="big"/>
<cd:constant type="cd:dimension"/>
</cd:keywords>
</cd:arguments>
</cd:command>
<cd:command name="linewidth" level="style" category="layout" file="pack-rul.mkiv"/>
</cd:interface>
|