summaryrefslogtreecommitdiff
path: root/doc/context/scripts/mkiv/mtx-patterns.xml
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-03-27 01:20:14 +0200
committerMarius <mariausol@gmail.com>2013-03-27 01:20:14 +0200
commitdb2ce50fc6e6a62a50427e6d5ff1fbdc67af691f (patch)
tree09c4809cb27b5b6c1a1711b0aaf1eed96744f893 /doc/context/scripts/mkiv/mtx-patterns.xml
parenta0dd6ec7504ab0e5e2e4130b43de0cd63e646fa8 (diff)
downloadcontext-db2ce50fc6e6a62a50427e6d5ff1fbdc67af691f.tar.gz
beta 2013.03.27 00:08
Diffstat (limited to 'doc/context/scripts/mkiv/mtx-patterns.xml')
-rw-r--r--doc/context/scripts/mkiv/mtx-patterns.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/context/scripts/mkiv/mtx-patterns.xml b/doc/context/scripts/mkiv/mtx-patterns.xml
new file mode 100644
index 000000000..f3255aebe
--- /dev/null
+++ b/doc/context/scripts/mkiv/mtx-patterns.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<application>
+ <metadata>
+ <entry name="name">mtx-patterns</entry>
+ <entry name="detail">ConTeXt Pattern File Management</entry>
+ <entry name="version">0.20</entry>
+ </metadata>
+ <flags>
+ <category name="basic">
+ <subcategory>
+ <flag name="convert"><short>generate context language files (mnemonic driven, if not given then all)</short></flag>
+ <flag name="check"><short>check pattern file (or those used by context when no file given)</short></flag>
+ <flag name="path"><short>source path where hyph-foo.tex files are stored</short></flag>
+ <flag name="destination"><short>destination path</short></flag>
+ <flag name="specification"><short>additional patterns: e.g.: =cy,hyph-cy,welsh</short></flag>
+ </subcategory>
+ </category>
+ </flags>
+ <examples>
+ <category>
+ <title>Examples</title>
+ <subcategory>
+ <example><command>mtxrun --script pattern --check hyph-*.tex</command></example>
+ <example><command>mtxrun --script pattern --check --path=c:/data/develop/svn-hyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns</command></example>
+ <example><command>mtxrun --script pattern --convert --path=c:/data/develop/svn-hyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/tex --destination=e:/tmp/patterns</command></example>
+ <example><command>mtxrun --script pattern --convert --path=c:/data/develop/svn-hyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/txt --destination=e:/tmp/patterns</command></example>
+ </subcategory>
+ </category>
+ </examples>
+</application>