summaryrefslogtreecommitdiff
path: root/doc/context/scripts/mkiv/mtx-bibtex.xml
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2014-12-31 17:15:05 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2014-12-31 17:15:05 +0100
commitf3d55cd2bd81fbf44a74e44686fc7b4675bce31f (patch)
tree5fa24becd7d0153ba38a82cd6b799d61b4fdf5bb /doc/context/scripts/mkiv/mtx-bibtex.xml
parentfa8e5e0451dd0e800f5133b4425042579e68a522 (diff)
downloadcontext-f3d55cd2bd81fbf44a74e44686fc7b4675bce31f.tar.gz
2014-12-31 16:54:00
Diffstat (limited to 'doc/context/scripts/mkiv/mtx-bibtex.xml')
-rw-r--r--doc/context/scripts/mkiv/mtx-bibtex.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/context/scripts/mkiv/mtx-bibtex.xml b/doc/context/scripts/mkiv/mtx-bibtex.xml
deleted file mode 100644
index 5c28b946a..000000000
--- a/doc/context/scripts/mkiv/mtx-bibtex.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?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>
- <flag name="search"><short>seatch bibtex database(s)</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>
- <example><command>mtxrun --script bibtex --search --list --pattern=match(author:foo) bar.bib</command></example>
- </subcategory>
- </category>
- </examples>
-</application>