mtx-bibtex.xml /size: 1057 b    last modification: 2020-07-01 14:35
1<?xml version="1.0"?>
2<application>
3 <metadata>
4  <entry name="name">mtx-bibtex</entry>
5  <entry name="detail">bibtex helpers</entry>
6  <entry name="version">1.00</entry>
7 </metadata>
8 <flags>
9  <category name="basic">
10   <subcategory>
11    <flag name="toxml"><short>convert bibtex database(s) to xml</short></flag>
12    <flag name="tolua"><short>convert bibtex database(s) to lua</short></flag>
13    <flag name="search"><short>seatch bibtex database(s)</short></flag>
14   </subcategory>
15  </category>
16 </flags>
17 <examples>
18  <category>
19   <title>Example</title>
20   <subcategory>
21    <example><command>mtxrun --script bibtex --tolua bibl-001.bib</command></example>
22    <example><command>mtxrun --script bibtex --tolua --simple bibl-001.bib</command></example>
23    <example><command>mtxrun --script bibtex --toxml bibl-001.bib bibl-002.bib bibl-003.bib biblio.xml</command></example>
24    <example><command>mtxrun --script bibtex --search --list --pattern=match(author:foo) bar.bib</command></example>
25   </subcategory>
26  </category>
27 </examples>
28</application>
29