From 5f6a7c6790baa7e524de5b5bf71a29ea757378f6 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Sun, 12 May 2019 19:57:39 +0200 Subject: 2019-05-12 19:16:00 --- doc/context/scripts/mkiv/mtx-patterns.html | 61 ++++++++++++++++++++++++++++++ doc/context/scripts/mkiv/mtx-patterns.man | 48 +++++++++++++++++++++++ doc/context/scripts/mkiv/mtx-patterns.xml | 34 +++++++++++++++++ 3 files changed, 143 insertions(+) create mode 100644 doc/context/scripts/mkiv/mtx-patterns.html create mode 100644 doc/context/scripts/mkiv/mtx-patterns.man create mode 100644 doc/context/scripts/mkiv/mtx-patterns.xml (limited to 'doc/context/scripts') diff --git a/doc/context/scripts/mkiv/mtx-patterns.html b/doc/context/scripts/mkiv/mtx-patterns.html new file mode 100644 index 000000000..7d5da995d --- /dev/null +++ b/doc/context/scripts/mkiv/mtx-patterns.html @@ -0,0 +1,61 @@ + + + + + + + + + + + ConTeXt Pattern File Management 0.20 + + + + + +
+
ConTeXt Pattern File Management 0.20
+
+
+
+
wiki: http://contextgarden.net | mail: ntg-context@ntg.nl | website: http://www.pragma-ade.nl
+
+
+
+ +
+
+

Command line options

+ + + + + + + + + + + +
flagvaluedescription
--convertgenerate context language files (mnemonic driven, if not given then all)
--checkcheck pattern file (or those used by context when no file given)
--pathsource path where hyph-foo.tex files are stored
--destinationdestination path
--specificationadditional patterns: e.g.: =cy,hyph-cy,welsh
--compresscompress data
--wordsupdate words in given file
--hyphenateshow hypephenated words
+
+

Examples

+mtxrun --script pattern --check hyph-*.tex +
mtxrun --script pattern --check --path=c:/data/develop/svn-hyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns +
mtxrun --script pattern --convert --path=c:/data/develop/svn-hyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/tex --destination=e:/tmp/patterns +
mtxrun --script pattern --convert --path=c:/data/develop/svn-hyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/txt --destination=e:/tmp/patterns +
mtxrun --script pattern --hyphenate --language=nl --left=3 nogalwiedes inderdaad +

+
+ + diff --git a/doc/context/scripts/mkiv/mtx-patterns.man b/doc/context/scripts/mkiv/mtx-patterns.man new file mode 100644 index 000000000..f2323b1e6 --- /dev/null +++ b/doc/context/scripts/mkiv/mtx-patterns.man @@ -0,0 +1,48 @@ +.TH "mtx-patterns" "1" "01-01-2019" "version 0.20" "ConTeXt Pattern File Management" +.SH NAME + mtx-patterns - ConTeXt Pattern File Management +.SH SYNOPSIS +.B mtxrun --script patterns [ +.I OPTIONS ... +.B ] [ +.I FILENAMES +.B ] +.SH DESCRIPTION +.B ConTeXt Pattern File Management +.SH OPTIONS +.TP +.B --convert +generate context language files (mnemonic driven, if not given then all) +.TP +.B --check +check pattern file (or those used by context when no file given) +.TP +.B --path +source path where hyph-foo.tex files are stored +.TP +.B --destination +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 +.TP +.B --hyphenate +show hypephenated words +.SH AUTHOR +More information about ConTeXt and the tools that come with it can be found at: + + +.B "maillist:" +ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context + +.B "webpage:" +http://www.pragma-ade.nl / http://tex.aanhet.net + +.B "wiki:" +http://contextgarden.net diff --git a/doc/context/scripts/mkiv/mtx-patterns.xml b/doc/context/scripts/mkiv/mtx-patterns.xml new file mode 100644 index 000000000..86f3aa480 --- /dev/null +++ b/doc/context/scripts/mkiv/mtx-patterns.xml @@ -0,0 +1,34 @@ + + + + mtx-patterns + ConTeXt Pattern File Management + 0.20 + + + + + generate context language files (mnemonic driven, if not given then all) + check pattern file (or those used by context when no file given) + source path where hyph-foo.tex files are stored + destination path + additional patterns: e.g.: =cy,hyph-cy,welsh + compress data + update words in given file + show hypephenated words + + + + + + Examples + + mtxrun --script pattern --check hyph-*.tex + mtxrun --script pattern --check --path=c:/data/develop/svn-hyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns + mtxrun --script pattern --convert --path=c:/data/develop/svn-hyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/tex --destination=e:/tmp/patterns + mtxrun --script pattern --convert --path=c:/data/develop/svn-hyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/txt --destination=e:/tmp/patterns + mtxrun --script pattern --hyphenate --language=nl --left=3 nogalwiedes inderdaad + + + + -- cgit v1.2.3