blob: dbeb77a2a94e40f21294ee39bfd80397c3fa128a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<?xml version="1.0"?>
<application>
<metadata>
<entry name="name">mtx-metapost</entry>
<entry name="detail">MetaPost to PDF processor</entry>
<entry name="version">0.10</entry>
</metadata>
<flags>
<category name="basic">
<subcategory>
<flag name="rawmp"><short>raw metapost run</short></flag>
<flag name="metafun"><short>use metafun instead of plain</short></flag>
<flag name="latex"><short>force <ref name="tex=latex"/></short></flag>
<flag name="texexec"><short>force texexec usage (mkii)</short></flag>
<flag name="split"><short>split single result file into pages</short></flag>
</subcategory>
</category>
</flags>
<examples>
<category>
<title>Examples</title>
<subcategory>
<example><command>mtxrun --script metapost yourfile.mp</command></example>
<example><command>mtxrun --script metapost --split yourfile.mp</command></example>
<example><command>mtxrun --script metapost yourfile.123 myfile.mps</command></example>
</subcategory>
</category>
</examples>
<comments>
<comment>other usage resembles mptopdf.pl</comment>
</comments>
</application>
|