summaryrefslogtreecommitdiff
path: root/doc/context/scripts/mkiv/mtx-bibtex.xml
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2014-01-14 16:20:28 +0200
committerMarius <mariausol@gmail.com>2014-01-14 16:20:28 +0200
commit314b29513ffe652c5169d54aff4de001475eb1ea (patch)
treec9aec2f65c753beff17d4eb92d20ab352d13c1c0 /doc/context/scripts/mkiv/mtx-bibtex.xml
parent4a0e1a196924d87dd4b148e20236bff7ee9e4ca2 (diff)
downloadcontext-314b29513ffe652c5169d54aff4de001475eb1ea.tar.gz
beta 2014.01.14 15:03
Diffstat (limited to 'doc/context/scripts/mkiv/mtx-bibtex.xml')
-rw-r--r--doc/context/scripts/mkiv/mtx-bibtex.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/context/scripts/mkiv/mtx-bibtex.xml b/doc/context/scripts/mkiv/mtx-bibtex.xml
new file mode 100644
index 000000000..b33e1809c
--- /dev/null
+++ b/doc/context/scripts/mkiv/mtx-bibtex.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<application>
+ <metadata>
+ <entry name="name">mtx-bibtex</entry>
+ <entry name="detail">bibtex helpers</entry>
+ <entry name="version">1.00</entry>
+ </metadata>
+ <flags>
+ <category name="basic">
+ <subcategory>
+ <flag name="toxml"><short>convert bibtex database(s) to xml</short></flag>
+ <flag name="tolua"><short>convert bibtex database(s) to lua</short></flag>
+ </subcategory>
+ </category>
+ </flags>
+ <examples>
+ <category>
+ <title>Example</title>
+ <subcategory>
+ <example><command>mtxrun --script bibtex --tolua bibl-001.bib</command></example>
+ <example><command>mtxrun --script bibtex --tolua --simple bibl-001.bib</command></example>
+ <example><command>mtxrun --script bibtex --toxml bibl-001.bib bibl-002.bib bibl-003.bib biblio.xml</command></example>
+ </subcategory>
+ </category>
+ </examples>
+</application>