blob: cd89ac06541f3633c7025634a3fbdf1848d715a1 (
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="setcharacterstripping" file="typo-rep.mkiv">
<cd:arguments>
<cd:keywords>
<cd:constant type="reset"/>
<cd:constant type="1"/>
</cd:keywords>
</cd:arguments>
</cd:command>
<cd:command name="resetcharacterstripping" file="typo-rep.mkiv"/>
<cd:command name="forcecharacterstripping" file="typo-rep.mkiv"/>
</cd:interface>
|