1<?xml version="1.0"?> 2<application> 3 <metadata> 4 <entry name="name">mtx-interface</entry> 5 <entry name="detail">ConTeXt Interface Related Goodies</entry> 6 <entry name="version">0.13</entry> 7 </metadata> 8 <flags> 9 <category name="basic"> 10 <subcategory> 11 <flag name="scite"><short>generate scite interface</short></flag> 12 <flag name="bbedit"><short>generate bbedit interface files</short></flag> 13 <flag name="jedit"><short>generate jedit interface files</short></flag> 14 <flag name="textpad"><short>generate textpad interface files</short></flag> 15 <flag name="vim"><short>generate vim interface files</short></flag> 16 <flag name="text"><short>create text files for commands and environments</short></flag> 17 <flag name="raw"><short>report commands to the console</short></flag> 18 <flag name="check"><short>generate check file</short></flag> 19 <flag name="meaning"><short>report the mening of commands</short></flag> 20 <flag name="tokens"><short>show the internal representation of commands</short></flag> 21 </subcategory> 22 <subcategory> 23 <flag name="toutf"><short>replace named characters by utf</short></flag> 24 <flag name="preprocess"><short>preprocess mkvi files to tex files [force,suffix]</short></flag> 25 </subcategory> 26 <subcategory> 27 <flag name="suffix"><short>use given suffix for output files</short></flag> 28 <flag name="force"><short>force action even when in doubt</short></flag> 29 </subcategory> 30 <subcategory> 31 <flag name="pattern"><short>a pattern for meaning lookups</short></flag> 32 </subcategory> 33 </category> 34 </flags> 35</application> 36 |