diff options
author | Context Git Mirror Bot <phg42.2a@gmail.com> | 2014-11-12 12:15:04 +0100 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2014-11-12 12:15:04 +0100 |
commit | 412796f51a6c4e721018f37242013d62d7d82ad6 (patch) | |
tree | 4ac15cbfc2d333c5de9a129434a410f9afca7e5f /doc | |
parent | d26cacc03e700db6a15cefab13fe3b007c416325 (diff) | |
download | context-412796f51a6c4e721018f37242013d62d7d82ad6.tar.gz |
2014-11-12 11:58:00
Diffstat (limited to 'doc')
-rw-r--r-- | doc/context/scripts/mkiv/mtx-bibtex.html | 2 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/mtx-bibtex.man | 3 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/mtx-bibtex.xml | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/doc/context/scripts/mkiv/mtx-bibtex.html b/doc/context/scripts/mkiv/mtx-bibtex.html index ba1591b4b..61a679716 100644 --- a/doc/context/scripts/mkiv/mtx-bibtex.html +++ b/doc/context/scripts/mkiv/mtx-bibtex.html @@ -41,12 +41,14 @@ <tr><th/><td/><td/></tr> <tr><th>--toxml</th><td></td><td>convert bibtex database(s) to xml</td></tr> <tr><th>--tolua</th><td></td><td>convert bibtex database(s) to lua</td></tr> + <tr><th>--search</th><td></td><td>seatch bibtex database(s)</td></tr> </table> <br/> <h1>Example</h1> <tt>mtxrun --script bibtex --tolua bibl-001.bib</tt> <br/><tt>mtxrun --script bibtex --tolua --simple bibl-001.bib</tt> <br/><tt>mtxrun --script bibtex --toxml bibl-001.bib bibl-002.bib bibl-003.bib biblio.xml</tt> +<br/><tt>mtxrun --script bibtex --search --list --pattern=match(author:foo) bar.bib</tt> <br/><br/> </div> </div> </body> diff --git a/doc/context/scripts/mkiv/mtx-bibtex.man b/doc/context/scripts/mkiv/mtx-bibtex.man index cedf41b8b..ef44fc87d 100644 --- a/doc/context/scripts/mkiv/mtx-bibtex.man +++ b/doc/context/scripts/mkiv/mtx-bibtex.man @@ -16,6 +16,9 @@ convert bibtex database(s) to xml .TP .B --tolua convert bibtex database(s) to lua +.TP +.B --search +seatch bibtex database(s) .SH AUTHOR More information about ConTeXt and the tools that come with it can be found at: diff --git a/doc/context/scripts/mkiv/mtx-bibtex.xml b/doc/context/scripts/mkiv/mtx-bibtex.xml index b33e1809c..5c28b946a 100644 --- a/doc/context/scripts/mkiv/mtx-bibtex.xml +++ b/doc/context/scripts/mkiv/mtx-bibtex.xml @@ -10,6 +10,7 @@ <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> @@ -20,6 +21,7 @@ <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> |