From 7081daa053bbefd85d24d99e127da2a61a3cb7a5 Mon Sep 17 00:00:00 2001 From: Marius Date: Fri, 29 Mar 2013 02:00:16 +0200 Subject: beta 2013.03.29 00:44 --- doc/context/scripts/mkii/ctxtools.xml | 2 - doc/context/scripts/mkii/pdftools.xml | 2 - doc/context/scripts/mkii/pstopdf.xml | 2 - doc/context/scripts/mkii/rlxtools.xml | 2 - doc/context/scripts/mkii/texexec.xml | 2 - doc/context/scripts/mkii/texmfstart.html | 94 ++++++++++++++++++++ doc/context/scripts/mkii/texmfstart.man | 147 +++++++++++++++++++++++++++++++ doc/context/scripts/mkii/texmfstart.xml | 78 ++++++++++++++++ doc/context/scripts/mkii/textools.xml | 2 - doc/context/scripts/mkii/texutil.xml | 2 - doc/context/scripts/mkiv/luatools.html | 59 +++++++++++++ doc/context/scripts/mkiv/luatools.man | 78 ++++++++++++++++ doc/context/scripts/mkiv/luatools.xml | 31 +++++++ doc/context/scripts/mkiv/mtx-base.html | 2 +- doc/context/scripts/mkiv/mtx-base.man | 2 +- doc/context/scripts/mkiv/mtx-base.xml | 4 +- 16 files changed, 491 insertions(+), 18 deletions(-) create mode 100644 doc/context/scripts/mkii/texmfstart.html create mode 100644 doc/context/scripts/mkii/texmfstart.man create mode 100644 doc/context/scripts/mkii/texmfstart.xml create mode 100644 doc/context/scripts/mkiv/luatools.html create mode 100644 doc/context/scripts/mkiv/luatools.man create mode 100644 doc/context/scripts/mkiv/luatools.xml (limited to 'doc/context') diff --git a/doc/context/scripts/mkii/ctxtools.xml b/doc/context/scripts/mkii/ctxtools.xml index 9586270ce..8f51cd93a 100644 --- a/doc/context/scripts/mkii/ctxtools.xml +++ b/doc/context/scripts/mkii/ctxtools.xml @@ -28,6 +28,4 @@ - - diff --git a/doc/context/scripts/mkii/pdftools.xml b/doc/context/scripts/mkii/pdftools.xml index 3b903ff4c..292ef4f88 100644 --- a/doc/context/scripts/mkii/pdftools.xml +++ b/doc/context/scripts/mkii/pdftools.xml @@ -19,6 +19,4 @@ - - diff --git a/doc/context/scripts/mkii/pstopdf.xml b/doc/context/scripts/mkii/pstopdf.xml index f3a63c0e2..d7a7de0ae 100644 --- a/doc/context/scripts/mkii/pstopdf.xml +++ b/doc/context/scripts/mkii/pstopdf.xml @@ -13,6 +13,4 @@ - - diff --git a/doc/context/scripts/mkii/rlxtools.xml b/doc/context/scripts/mkii/rlxtools.xml index b89671fdc..8a221eccf 100644 --- a/doc/context/scripts/mkii/rlxtools.xml +++ b/doc/context/scripts/mkii/rlxtools.xml @@ -13,6 +13,4 @@ - - diff --git a/doc/context/scripts/mkii/texexec.xml b/doc/context/scripts/mkii/texexec.xml index c3cb6127b..8f85a4f25 100644 --- a/doc/context/scripts/mkii/texexec.xml +++ b/doc/context/scripts/mkii/texexec.xml @@ -27,6 +27,4 @@ - - diff --git a/doc/context/scripts/mkii/texmfstart.html b/doc/context/scripts/mkii/texmfstart.html new file mode 100644 index 000000000..534e95671 --- /dev/null +++ b/doc/context/scripts/mkii/texmfstart.html @@ -0,0 +1,94 @@ + + + + + + + + + + + texmfstart 7.0.0 + + + + + +
+
texmfstart 7.0.0
+
+
+
+
wiki: http://contextgarden.net | mail: ntg-context@ntg.nl | website: http://www.pragma-ade.nl
+
+
+
+ +
+
+

Command line options

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
flagvaluedescription
--scriptrun an mtx script (lua prefered method) (--noquotes), no script gives list
--executerun a script or program (texmfstart method) (--noquotes)
--resolveresolve prefixed arguments
--ctxluarun internally (using preloaded libs)
--internalrun script using built in libraries (same as --ctxlua)
--locatelocate given filename in database (default) or system (--first --all --detail)
--autotreeuse texmf tree cf. env texmfstart_tree or texmfstarttree
--treepathtotreeuse given texmf tree (default file: setuptex.tmf)
--environmentnameuse given (tmf) environment file
--pathrunpathgo to given path before execution
--ifchangedfilenameonly execute when given file has changed (md checksum)
--iftouchedold,newonly execute when given file has changed (time stamp)
--makestubscreate stubs for (context related) scripts
--removestubsremove stubs (context related) scripts
--stubpathbinpathpaths where stubs wil be written
--windowscreate windows (mswin) stubs
--unixcreate unix (linux) stubs
--verbosegive a bit more info
--trackerslistenable given trackers
--prognamestrformat or backend
--editlaunch editor with found file
--launchlaunch files like manuals, assumes os support (--all)
--timedrunrun a script and time its run
--autogenerateregenerate databases if needed (handy when used to run context in an editor)
--usekpseuse kpse as fallback (when no mkiv and cache installed, often slower)
--forcekpseforce using kpse (handy when no mkiv and cache installed but less functionality)
--prefixesshow supported prefixes
--generategenerate file database
--variablesshow configuration variables
--configurationsshow configuration order
--directivesshow (known) directives
--trackersshow (known) trackers
--experimentsshow (known) experiments
--expand-bracesexpand complex variable
--expand-pathexpand variable (resolve paths)
--expand-varexpand variable (resolve references)
--show-pathshow path expansion of ...
--var-valuereport value of variable
--find-filereport file location
--find-pathreport path of file
--patternstringfilter variables
+
+
+
+ + diff --git a/doc/context/scripts/mkii/texmfstart.man b/doc/context/scripts/mkii/texmfstart.man new file mode 100644 index 000000000..212097ff1 --- /dev/null +++ b/doc/context/scripts/mkii/texmfstart.man @@ -0,0 +1,147 @@ +.TH "mtxrun" "1" "01-01-2013" "version 1.31" "ConTeXt TDS Runner Tool" +.SH NAME +.B mtxrun +.SH SYNOPSIS +.B mtxrun [ +.I OPTIONS ... +.B ] [ +.I FILENAMES +.B ] +.SH DESCRIPTION +.B ConTeXt TDS Runner Tool +.SH OPTIONS +.TP +.B --script +run an mtx script (lua prefered method) (--noquotes), no script gives list +.TP +.B --execute +run a script or program (texmfstart method) (--noquotes) +.TP +.B --resolve +resolve prefixed arguments +.TP +.B --ctxlua +run internally (using preloaded libs) +.TP +.B --internal +run script using built in libraries (same as --ctxlua) +.TP +.B --locate +locate given filename in database (default) or system (--first --all --detail) +.TP +.B --autotree +use texmf tree cf. env texmfstart_tree or texmfstarttree +.TP +.B --tree=pathtotree +use given texmf tree (default file: setuptex.tmf) +.TP +.B --environment=name +use given (tmf) environment file +.TP +.B --path=runpath +go to given path before execution +.TP +.B --ifchanged=filename +only execute when given file has changed (md checksum) +.TP +.B --iftouched=old,new +only execute when given file has changed (time stamp) +.TP +.B --makestubs +create stubs for (context related) scripts +.TP +.B --removestubs +remove stubs (context related) scripts +.TP +.B --stubpath=binpath +paths where stubs wil be written +.TP +.B --windows +create windows (mswin) stubs +.TP +.B --unix +create unix (linux) stubs +.TP +.B --verbose +give a bit more info +.TP +.B --trackers=list +enable given trackers +.TP +.B --progname=str +format or backend +.TP +.B --edit +launch editor with found file +.TP +.B --launch +launch files like manuals, assumes os support (--all) +.TP +.B --timedrun +run a script and time its run +.TP +.B --autogenerate +regenerate databases if needed (handy when used to run context in an editor) +.TP +.B --usekpse +use kpse as fallback (when no mkiv and cache installed, often slower) +.TP +.B --forcekpse +force using kpse (handy when no mkiv and cache installed but less functionality) +.TP +.B --prefixes +show supported prefixes +.TP +.B --generate +generate file database +.TP +.B --variables +show configuration variables +.TP +.B --configurations +show configuration order +.TP +.B --directives +show (known) directives +.TP +.B --trackers +show (known) trackers +.TP +.B --experiments +show (known) experiments +.TP +.B --expand-braces +expand complex variable +.TP +.B --expand-path +expand variable (resolve paths) +.TP +.B --expand-var +expand variable (resolve references) +.TP +.B --show-path +show path expansion of ... +.TP +.B --var-value +report value of variable +.TP +.B --find-file +report file location +.TP +.B --find-path +report path of file +.TP +.B --pattern=string +filter variables +.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/mkii/texmfstart.xml b/doc/context/scripts/mkii/texmfstart.xml new file mode 100644 index 000000000..249a9bb54 --- /dev/null +++ b/doc/context/scripts/mkii/texmfstart.xml @@ -0,0 +1,78 @@ + + + mtxrun + ConTeXt TDS Runner Tool + 1.31 + + + + + run an mtx script (lua prefered method) (), no script gives list + run a script or program (texmfstart method) () + resolve prefixed arguments + run internally (using preloaded libs) + run script using built in libraries (same as ) + locate given filename in database (default) or system ( ) + + + use texmf tree cf. env texmfstart_tree or texmfstarttree + use given texmf tree (default file: setuptex.tmf) + use given (tmf) environment file + go to given path before execution + only execute when given file has changed (md checksum) + only execute when given file has changed (time stamp) + + + create stubs for (context related) scripts + remove stubs (context related) scripts + paths where stubs wil be written + create windows (mswin) stubs + create unix (linux) stubs + + + give a bit more info + enable given trackers + format or backend + + + launch editor with found file + launch files like manuals, assumes os support () + + + run a script and time its run + regenerate databases if needed (handy when used to run context in an editor) + + + use kpse as fallback (when no mkiv and cache installed, often slower) + force using kpse (handy when no mkiv and cache installed but less functionality) + + + show supported prefixes + + + generate file database + + + show configuration variables + show configuration order + + + show (known) directives + show (known) trackers + show (known) experiments + + + expand complex variable + expand variable (resolve paths) + expand variable (resolve references) + show path expansion of ... + report value of variable + report file location + report path of file + + + filter variables + + + + \ No newline at end of file diff --git a/doc/context/scripts/mkii/textools.xml b/doc/context/scripts/mkii/textools.xml index b8c085cc0..963c4a3a4 100644 --- a/doc/context/scripts/mkii/textools.xml +++ b/doc/context/scripts/mkii/textools.xml @@ -27,6 +27,4 @@ - - diff --git a/doc/context/scripts/mkii/texutil.xml b/doc/context/scripts/mkii/texutil.xml index 0687f8a64..fde9abd58 100644 --- a/doc/context/scripts/mkii/texutil.xml +++ b/doc/context/scripts/mkii/texutil.xml @@ -18,6 +18,4 @@ - - \ No newline at end of file diff --git a/doc/context/scripts/mkiv/luatools.html b/doc/context/scripts/mkiv/luatools.html new file mode 100644 index 000000000..6cb869a2b --- /dev/null +++ b/doc/context/scripts/mkiv/luatools.html @@ -0,0 +1,59 @@ + + + + + + + + + + + luatools 1.35 + + + + + +
+
luatools 1.35
+
+
+
+
wiki: http://contextgarden.net | mail: ntg-context@ntg.nl | website: http://www.pragma-ade.nl
+
+
+
+ +
+
+

Command line options

+ + + + + + + + + + + + + + + + + + + + + +
flagvaluedescription
--generategenerate file database
--variablesshow configuration variables
--configurationsshow configuration order
--expand-bracesexpand complex variable
--expand-pathexpand variable (resolve paths)
--expand-varexpand variable (resolve references)
--show-pathshow path expansion of ...
--var-valuereport value of variable
--find-filereport file location
--find-pathreport path of file
--make[or --ini] make luatex format
--run[or --fmt] run luatex format
--compileassemble and compile lua inifile
--verbosegive a bit more info
--allshow all found files
--formatstrfilter cf format specification (default 'tex', use 'any' for any match)
--patternstrfilter variables
--trackerslistenable given trackers
+
+
+
+ + diff --git a/doc/context/scripts/mkiv/luatools.man b/doc/context/scripts/mkiv/luatools.man new file mode 100644 index 000000000..145e9f608 --- /dev/null +++ b/doc/context/scripts/mkiv/luatools.man @@ -0,0 +1,78 @@ +.TH "luatools" "1" "01-01-2013" "version 1.35" "ConTeXt TDS Management Tool (aka luatools)" +.SH NAME +.B luatools +.SH SYNOPSIS +.B luatools [ +.I OPTIONS ... +.B ] [ +.I FILENAMES +.B ] +.SH DESCRIPTION +.B ConTeXt TDS Management Tool (aka luatools) +.SH OPTIONS +.TP +.B --generate +generate file database +.TP +.B --variables +show configuration variables +.TP +.B --configurations +show configuration order +.TP +.B --expand-braces +expand complex variable +.TP +.B --expand-path +expand variable (resolve paths) +.TP +.B --expand-var +expand variable (resolve references) +.TP +.B --show-path +show path expansion of ... +.TP +.B --var-value +report value of variable +.TP +.B --find-file +report file location +.TP +.B --find-path +report path of file +.TP +.B --make +[or --ini] make luatex format +.TP +.B --run +[or --fmt] run luatex format +.TP +.B --compile +assemble and compile lua inifile +.TP +.B --verbose +give a bit more info +.TP +.B --all +show all found files +.TP +.B --format=str +filter cf format specification (default 'tex', use 'any' for any match) +.TP +.B --pattern=str +filter variables +.TP +.B --trackers=list +enable given trackers +.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/luatools.xml b/doc/context/scripts/mkiv/luatools.xml new file mode 100644 index 000000000..34460fffe --- /dev/null +++ b/doc/context/scripts/mkiv/luatools.xml @@ -0,0 +1,31 @@ + + + luatools + ConTeXt TDS Management Tool (aka luatools) + 1.35 + + + + + generate file database + show configuration variables + show configuration order + expand complex variable + expand variable (resolve paths) + expand variable (resolve references) + show path expansion of ... + report value of variable + report file location + report path of file + [or ] make luatex format + [or ] run luatex format + assemble and compile lua inifile + give a bit more info + show all found files + filter cf format specification (default 'tex', use 'any' for any match) + filter variables + enable given trackers + + + + \ No newline at end of file diff --git a/doc/context/scripts/mkiv/mtx-base.html b/doc/context/scripts/mkiv/mtx-base.html index 97ac24a7a..2d97a2811 100644 --- a/doc/context/scripts/mkiv/mtx-base.html +++ b/doc/context/scripts/mkiv/mtx-base.html @@ -44,7 +44,7 @@ --find-filereport file location --find-pathreport path of file --make[or --ini] make luatex format - --run[or --fmt run luatex format + --run[or --fmt] run luatex format --compileassemble and compile lua inifile --verbosegive a bit more info --allshow all found files diff --git a/doc/context/scripts/mkiv/mtx-base.man b/doc/context/scripts/mkiv/mtx-base.man index 372cc4ccf..6c72dcb07 100644 --- a/doc/context/scripts/mkiv/mtx-base.man +++ b/doc/context/scripts/mkiv/mtx-base.man @@ -45,7 +45,7 @@ report path of file [or --ini] make luatex format .TP .B --run -[or --fmt run luatex format +[or --fmt] run luatex format .TP .B --compile assemble and compile lua inifile diff --git a/doc/context/scripts/mkiv/mtx-base.xml b/doc/context/scripts/mkiv/mtx-base.xml index 7efaac7e1..de15b0188 100644 --- a/doc/context/scripts/mkiv/mtx-base.xml +++ b/doc/context/scripts/mkiv/mtx-base.xml @@ -18,8 +18,8 @@ report value of variable report file location report path of file - [or make luatex format - [or run luatex format + [or ] make luatex format + [or ] run luatex format assemble and compile lua inifile give a bit more info show all found files -- cgit v1.2.3