mtx-epub.xml /size: 1268 b    last modification: 2025-02-21 11:03
1<?xml version="1.0"?>
2<application>
3 <metadata>
4  <entry name="name">mtx-epub</entry>
5  <entry name="detail">ConTeXt EPUB Helpers</entry>
6  <entry name="version">1.10</entry>
7 </metadata>
8 <flags>
9  <category name="basic">
10   <subcategory>
11    <flag name="make"><short>create epub zip file</short></flag>
12    <flag name="purge"><short>remove obsolete files</short></flag>
13    <flag name="rename"><short>rename images to sane names</short></flag>
14    <flag name="svgmath"><short>convert mathml to svg</short></flag>
15    <flag name="svgstyle"><short>use given tex style for svg generation (overloads style in specification)</short></flag>
16    <flag name="all"><short>assume: --purge --rename --svgmath (for fast testing)</short></flag>
17    <flag name="images"><short>convert images to svg [--fix]</short></flag>
18   </subcategory>
19  </category>
20 </flags>
21 <examples>
22  <category>
23   <title>Example</title>
24   <subcategory>
25    <example><command>mtxrun --script epub --make mydocument</command></example>
26   </subcategory>
27   <subcategory>
28    <example><command>mtxrun --script epub --images mydocument</command></example>
29    <example><command>mtxrun --script epub --images --fix mydocument</command></example>
30   </subcategory>
31  </category>
32 </examples>
33</application>
34