diff options
author | Hans Hagen <pragma@wxs.nl> | 2013-05-19 19:27:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2013-05-19 19:27:00 +0200 |
commit | 9a10021cd4cb23995ad3ffa915fc5b7f6890aaf8 (patch) | |
tree | 983e02c29872e4713a10a9dc8ae7708c6da3de88 /doc | |
parent | 0deffde58a47f5c85a46a7d999ff9cf817b81cef (diff) | |
download | context-9a10021cd4cb23995ad3ffa915fc5b7f6890aaf8.tar.gz |
beta 2013.05.19 19:27
Diffstat (limited to 'doc')
-rw-r--r-- | doc/context/scripts/mkiv/mtx-patterns.html | 2 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/mtx-patterns.man | 6 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/mtx-patterns.xml | 2 |
3 files changed, 10 insertions, 0 deletions
diff --git a/doc/context/scripts/mkiv/mtx-patterns.html b/doc/context/scripts/mkiv/mtx-patterns.html index 427bee3bd..e5ce253ef 100644 --- a/doc/context/scripts/mkiv/mtx-patterns.html +++ b/doc/context/scripts/mkiv/mtx-patterns.html @@ -38,6 +38,8 @@ <tr><th>--path</th><td></td><td>source path where hyph-foo.tex files are stored</td></tr> <tr><th>--destination</th><td></td><td>destination path</td></tr> <tr><th>--specification</th><td></td><td>additional patterns: e.g.: =cy,hyph-cy,welsh</td></tr> + <tr><th>--compress</th><td></td><td>compress data</td></tr> + <tr><th>--words</th><td></td><td>update words in given file</td></tr> </table> <br/> <h1>Examples</h1> diff --git a/doc/context/scripts/mkiv/mtx-patterns.man b/doc/context/scripts/mkiv/mtx-patterns.man index 96e3c4d48..70a951d21 100644 --- a/doc/context/scripts/mkiv/mtx-patterns.man +++ b/doc/context/scripts/mkiv/mtx-patterns.man @@ -25,6 +25,12 @@ destination path .TP .B --specification additional patterns: e.g.: =cy,hyph-cy,welsh +.TP +.B --compress +compress data +.TP +.B --words +update words in given file .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-patterns.xml b/doc/context/scripts/mkiv/mtx-patterns.xml index f3255aebe..132fd4d20 100644 --- a/doc/context/scripts/mkiv/mtx-patterns.xml +++ b/doc/context/scripts/mkiv/mtx-patterns.xml @@ -13,6 +13,8 @@ <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> + <flag name="compress"><short>compress data</short></flag> + <flag name="words"><short>update words in given file</short></flag> </subcategory> </category> </flags> |