blob: 26b554132936af5f3c7610773321da7d3be381dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?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="setuptolerance" file="spac-hor.mkiv">
<cd:arguments>
<cd:keywords list="yes">
<cd:constant type="horizontal"/>
<cd:constant type="vertical"/>
<cd:constant type="verystrict"/>
<cd:constant type="strict"/>
<cd:constant type="tolerant"/>
<cd:constant type="verytolerant"/>
<cd:constant type="space"/>
<cd:constant type="stretch"/>
</cd:keywords>
</cd:arguments>
</cd:command>
</cd:interface>
|