mtx-bibtex.xml /size: 1237 b    last modification: 2025-02-21 11:03
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="totxt"><short>convert bibtex database(s) to text (key = value)</short></flag>
14    <flag name="search"><short>seatch bibtex database(s)</short></flag>
15   </subcategory>
16  </category>
17 </flags>
18 <examples>
19  <category>
20   <title>Example</title>
21   <subcategory>
22    <example><command>mtxrun --script bibtex --tolua bibl-001.bib</command></example>
23    <example><command>mtxrun --script bibtex --tolua --simple bibl-001.bib</command></example>
24    <example><command>mtxrun --script bibtex --totxt bibl-003.bib</command></example>
25    <example><command>mtxrun --script bibtex --toxml bibl-001.bib bibl-002.bib bibl-003.bib biblio.xml</command></example>
26    <example><command>mtxrun --script bibtex --search --list --pattern=match(author:foo) bar.bib</command></example>
27   </subcategory>
28  </category>
29 </examples>
30</application>
31