diff options
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> |