From 41df6a896ad3ab1d8bb6286423e9540b2b34f576 Mon Sep 17 00:00:00 2001 From: Marius Date: Wed, 20 Mar 2013 23:00:13 +0200 Subject: beta 2013.03.20 21:07 --- doc/context/scripts/context.html | 552 +++++++++++++++++++++++++++++++++++ doc/context/scripts/context.xml | 182 ++++++++++++ doc/context/scripts/mtx-context.html | 552 +++++++++++++++++++++++++++++++++++ doc/context/scripts/mtx-context.man | 154 ++++++++++ doc/context/scripts/mtx-context.xml | 182 ++++++++++++ doc/context/scripts/mtx-fonts.html | 387 ++++++++++++++++++++++++ doc/context/scripts/mtx-fonts.man | 53 ++++ doc/context/scripts/mtx-fonts.xml | 59 ++++ doc/context/scripts/mtxrun.html | 527 +++++++++++++++++++++++++++++++++ doc/context/scripts/mtxrun.man | 137 +++++++++ doc/context/scripts/mtxrun.xml | 79 +++++ 11 files changed, 2864 insertions(+) create mode 100644 doc/context/scripts/context.html create mode 100644 doc/context/scripts/context.xml create mode 100644 doc/context/scripts/mtx-context.html create mode 100644 doc/context/scripts/mtx-context.man create mode 100644 doc/context/scripts/mtx-context.xml create mode 100644 doc/context/scripts/mtx-fonts.html create mode 100644 doc/context/scripts/mtx-fonts.man create mode 100644 doc/context/scripts/mtx-fonts.xml create mode 100644 doc/context/scripts/mtxrun.html create mode 100644 doc/context/scripts/mtxrun.man create mode 100644 doc/context/scripts/mtxrun.xml (limited to 'doc') diff --git a/doc/context/scripts/context.html b/doc/context/scripts/context.html new file mode 100644 index 000000000..4edd372de --- /dev/null +++ b/doc/context/scripts/context.html @@ -0,0 +1,552 @@ + + + + + + + + + ConTeXt Process Management 0.60 + + + + +
+
+
+ ConTeXt Process Management 0.60
+
+
+
+
+
+ wiki: http://contextgarden.net | mail: ntg-context@ntg.nl | website: http://www.pragma-ade.nl
+
+
+
+
+
+
+
+
+ +
+
+

Command line options

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
flagvaluedescription
basic
--runprocess (one or more) files (default action)
--makecreate context formats
--ctx=nameuse ctx file (process management specification)
--interfaceuse specified user interface (default: en)
--autopdfclose pdf file in viewer and start pdf viewer afterwards
--purgepurge files either or not after a run (--pattern=...)
--purgeallpurge all files either or not after a run (--pattern=...)
--usemodulelistload the given module or style, normally part of the distribution
--environmentlistload the given environment file first (document styles)
--modelistenable given the modes (conditional processing in styles)
--pathlistalso consult the given paths when files are looked for
--argumentslistset variables that can be consulted during a run (key/value pairs)
--randomseednumberset the randomseed
--resultnamerename the resulting output to the given name
--trackerslistset tracker variables (show list with --showtrackers)
--directiveslistset directive variables (show list with --showdirectives)
--silentlistdisable logcatgories (show list with --showlogcategories)
--noconsoledisable logging to the console (logfile only)
--purgeresultpurge result file before run
--forcexmlforce xml stub
--forcecldforce cld (context lua document) stub
--forceluaforce lua stub (like texlua)
--forcempforce mp stub
--arrangerun extra imposition pass, given that the style sets up imposition
--noarrangeignore imposition specifications in the style
--jituse luajittex with jit turned off (only use the faster virtual machine)
--jitonuse luajittex with jit turned on (in most cases not faster, even slower)
--onceonly run once (no multipass data file is produced)
--batchmoderun without stopping and do not show messages on the console
--nonstopmoderun without stopping
--generategenerate file database etc. (as luatools does)
--paranoiddo not descend to .. and ../..
--versionreport installed context version
--globalassume given file present elsewhere
--nofileuse dummy file as jobname
expert
--touchupdate context version number (remake needed afterwards, also provide --expert)
--nostatisticsomit runtime statistics at the end of the run
--updateupdate context from website (not to be confused with contextgarden)
--profileprofile job (use: mtxrun --script profile --analyze)
--timinggenerate timing and statistics overview
--extra=nameprocess extra (mtx-context-... in distribution)
--extrasshow extras
special
--pdftexprocess file with texexec using pdftex
--xetexprocess file with texexec using xetex
--mkiiprocess file with texexec
--pipedo not check for file and enter scroll mode (--dummyfile=whatever.tmp)
+
+
+ + diff --git a/doc/context/scripts/context.xml b/doc/context/scripts/context.xml new file mode 100644 index 000000000..9105056d8 --- /dev/null +++ b/doc/context/scripts/context.xml @@ -0,0 +1,182 @@ + + + + mtx-context + ConTeXt Process Management + 0.60 + + + + + + process (one or more) files (default action) + + + create context formats + + + + + use ctx file (process management specification) + + + use specified user interface (default: en) + + + + + close pdf file in viewer and start pdf viewer afterwards + + + purge files either or not after a run (=...) + + + purge all files either or not after a run (=...) + + + + + load the given module or style, normally part of the distribution + + + load the given environment file first (document styles) + + + enable given the modes (conditional processing in styles) + + + also consult the given paths when files are looked for + + + set variables that can be consulted during a run (key/value pairs) + + + set the randomseed + + + rename the resulting output to the given name + + + set tracker variables (show list with ) + + + set directive variables (show list with ) + + + disable logcatgories (show list with ) + + + disable logging to the console (logfile only) + + + purge result file before run + + + + + force xml stub + + + force cld (context lua document) stub + + + force lua stub (like texlua) + + + force mp stub + + + + + run extra imposition pass, given that the style sets up imposition + + + ignore imposition specifications in the style + + + + + use luajittex with jit turned off (only use the faster virtual machine) + + + use luajittex with jit turned on (in most cases not faster, even slower) + + + + + only run once (no multipass data file is produced) + + + run without stopping and do not show messages on the console + + + run without stopping + + + + + generate file database etc. (as luatools does) + + + do not descend to .. and ../.. + + + report installed context version + + + + + assume given file present elsewhere + + + use dummy file as jobname + + + + + + + update context version number (remake needed afterwards, also provide ) + + + omit runtime statistics at the end of the run + + + update context from website (not to be confused with contextgarden) + + + profile job (use: mtxrun profile ) + + + generate timing and statistics overview + + + + + process extra (mtx-context-... in distribution) + + + show extras + + + + + + + process file with texexec using pdftex + + + process file with texexec using xetex + + + process file with texexec + + + + + do not check for file and enter scroll mode (=whatever.tmp) + + + + + diff --git a/doc/context/scripts/mtx-context.html b/doc/context/scripts/mtx-context.html new file mode 100644 index 000000000..4edd372de --- /dev/null +++ b/doc/context/scripts/mtx-context.html @@ -0,0 +1,552 @@ + + + + + + + + + ConTeXt Process Management 0.60 + + + + +
+
+
+ ConTeXt Process Management 0.60
+
+
+
+
+
+ wiki: http://contextgarden.net | mail: ntg-context@ntg.nl | website: http://www.pragma-ade.nl
+
+
+
+
+
+
+
+
+ +
+
+

Command line options

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
flagvaluedescription
basic
--runprocess (one or more) files (default action)
--makecreate context formats
--ctx=nameuse ctx file (process management specification)
--interfaceuse specified user interface (default: en)
--autopdfclose pdf file in viewer and start pdf viewer afterwards
--purgepurge files either or not after a run (--pattern=...)
--purgeallpurge all files either or not after a run (--pattern=...)
--usemodulelistload the given module or style, normally part of the distribution
--environmentlistload the given environment file first (document styles)
--modelistenable given the modes (conditional processing in styles)
--pathlistalso consult the given paths when files are looked for
--argumentslistset variables that can be consulted during a run (key/value pairs)
--randomseednumberset the randomseed
--resultnamerename the resulting output to the given name
--trackerslistset tracker variables (show list with --showtrackers)
--directiveslistset directive variables (show list with --showdirectives)
--silentlistdisable logcatgories (show list with --showlogcategories)
--noconsoledisable logging to the console (logfile only)
--purgeresultpurge result file before run
--forcexmlforce xml stub
--forcecldforce cld (context lua document) stub
--forceluaforce lua stub (like texlua)
--forcempforce mp stub
--arrangerun extra imposition pass, given that the style sets up imposition
--noarrangeignore imposition specifications in the style
--jituse luajittex with jit turned off (only use the faster virtual machine)
--jitonuse luajittex with jit turned on (in most cases not faster, even slower)
--onceonly run once (no multipass data file is produced)
--batchmoderun without stopping and do not show messages on the console
--nonstopmoderun without stopping
--generategenerate file database etc. (as luatools does)
--paranoiddo not descend to .. and ../..
--versionreport installed context version
--globalassume given file present elsewhere
--nofileuse dummy file as jobname
expert
--touchupdate context version number (remake needed afterwards, also provide --expert)
--nostatisticsomit runtime statistics at the end of the run
--updateupdate context from website (not to be confused with contextgarden)
--profileprofile job (use: mtxrun --script profile --analyze)
--timinggenerate timing and statistics overview
--extra=nameprocess extra (mtx-context-... in distribution)
--extrasshow extras
special
--pdftexprocess file with texexec using pdftex
--xetexprocess file with texexec using xetex
--mkiiprocess file with texexec
--pipedo not check for file and enter scroll mode (--dummyfile=whatever.tmp)
+
+
+ + diff --git a/doc/context/scripts/mtx-context.man b/doc/context/scripts/mtx-context.man new file mode 100644 index 000000000..439f7bb9f --- /dev/null +++ b/doc/context/scripts/mtx-context.man @@ -0,0 +1,154 @@ +.TH ConTeXt Process Management 0.60 +.SH "NAME" +mtx-context.SH "SYNOPSIS" +\fBmtx-context\fP [ \fIOPTIONS\fP ... ] +.SH "DESCRIPTION" +ConTeXt Process Management + +.SH "OPTIONS: BASIC" +.TP +.B --run +process (one or more) files (default action) +.TP +.B --make +create context formats +.TP +.B --ctx=name +use ctx file (process management specification) +.TP +.B --interface +use specified user interface (default: en) +.TP +.B --autopdf +close pdf file in viewer and start pdf viewer afterwards +.TP +.B --purge +purge files either or not after a run (--pattern=...) +.TP +.B --purgeall +purge all files either or not after a run (--pattern=...) +.TP +.B --usemodule=list +load the given module or style, normally part of the distribution +.TP +.B --environment=list +load the given environment file first (document styles) +.TP +.B --mode=list +enable given the modes (conditional processing in styles) +.TP +.B --path=list +also consult the given paths when files are looked for +.TP +.B --arguments=list +set variables that can be consulted during a run (key/value pairs) +.TP +.B --randomseed=number +set the randomseed +.TP +.B --result=name +rename the resulting output to the given name +.TP +.B --trackers=list +set tracker variables (show list with --showtrackers) +.TP +.B --directives=list +set directive variables (show list with --showdirectives) +.TP +.B --silent=list +disable logcatgories (show list with --showlogcategories) +.TP +.B --noconsole +disable logging to the console (logfile only) +.TP +.B --purgeresult +purge result file before run +.TP +.B --forcexml +force xml stub +.TP +.B --forcecld +force cld (context lua document) stub +.TP +.B --forcelua +force lua stub (like texlua) +.TP +.B --forcemp +force mp stub +.TP +.B --arrange +run extra imposition pass, given that the style sets up imposition +.TP +.B --noarrange +ignore imposition specifications in the style +.TP +.B --jit +use luajittex with jit turned off (only use the faster virtual machine) +.TP +.B --jiton +use luajittex with jit turned on (in most cases not faster, even slower) +.TP +.B --once +only run once (no multipass data file is produced) +.TP +.B --batchmode +run without stopping and do not show messages on the console +.TP +.B --nonstopmode +run without stopping +.TP +.B --generate +generate file database etc. (as luatools does) +.TP +.B --paranoid +do not descend to .. and ../.. +.TP +.B --version +report installed context version +.TP +.B --global +assume given file present elsewhere +.TP +.B --nofile +use dummy file as jobname +.SH "OPTIONS: EXPERT" +.TP +.B --touch +update context version number (remake needed afterwards, also provide --expert) +.TP +.B --nostatistics +omit runtime statistics at the end of the run +.TP +.B --update +update context from website (not to be confused with contextgarden) +.TP +.B --profile +profile job (use: mtxrun --script profile --analyze) +.TP +.B --timing +generate timing and statistics overview +.TP +.B --extra=name +process extra (mtx-context-... in distribution) +.TP +.B --extras +show extras +.SH "OPTIONS: SPECIAL" +.TP +.B --pdftex +process file with texexec using pdftex +.TP +.B --xetex +process file with texexec using xetex +.TP +.B --mkii +process file with texexec +.TP +.B --pipe +do not check for file and enter scroll mode (--dummyfile=whatever.tmp) +.SH "AUTHOR" +More information about ConTeXt and the tools that come with it can be found at: + +maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context +webpage : http://www.pragma-ade.nl / http://tex.aanhet.net +wiki : http://contextgarden.net diff --git a/doc/context/scripts/mtx-context.xml b/doc/context/scripts/mtx-context.xml new file mode 100644 index 000000000..9105056d8 --- /dev/null +++ b/doc/context/scripts/mtx-context.xml @@ -0,0 +1,182 @@ + + + + mtx-context + ConTeXt Process Management + 0.60 + + + + + + process (one or more) files (default action) + + + create context formats + + + + + use ctx file (process management specification) + + + use specified user interface (default: en) + + + + + close pdf file in viewer and start pdf viewer afterwards + + + purge files either or not after a run (=...) + + + purge all files either or not after a run (=...) + + + + + load the given module or style, normally part of the distribution + + + load the given environment file first (document styles) + + + enable given the modes (conditional processing in styles) + + + also consult the given paths when files are looked for + + + set variables that can be consulted during a run (key/value pairs) + + + set the randomseed + + + rename the resulting output to the given name + + + set tracker variables (show list with ) + + + set directive variables (show list with ) + + + disable logcatgories (show list with ) + + + disable logging to the console (logfile only) + + + purge result file before run + + + + + force xml stub + + + force cld (context lua document) stub + + + force lua stub (like texlua) + + + force mp stub + + + + + run extra imposition pass, given that the style sets up imposition + + + ignore imposition specifications in the style + + + + + use luajittex with jit turned off (only use the faster virtual machine) + + + use luajittex with jit turned on (in most cases not faster, even slower) + + + + + only run once (no multipass data file is produced) + + + run without stopping and do not show messages on the console + + + run without stopping + + + + + generate file database etc. (as luatools does) + + + do not descend to .. and ../.. + + + report installed context version + + + + + assume given file present elsewhere + + + use dummy file as jobname + + + + + + + update context version number (remake needed afterwards, also provide ) + + + omit runtime statistics at the end of the run + + + update context from website (not to be confused with contextgarden) + + + profile job (use: mtxrun profile ) + + + generate timing and statistics overview + + + + + process extra (mtx-context-... in distribution) + + + show extras + + + + + + + process file with texexec using pdftex + + + process file with texexec using xetex + + + process file with texexec + + + + + do not check for file and enter scroll mode (=whatever.tmp) + + + + + diff --git a/doc/context/scripts/mtx-fonts.html b/doc/context/scripts/mtx-fonts.html new file mode 100644 index 000000000..b5372178c --- /dev/null +++ b/doc/context/scripts/mtx-fonts.html @@ -0,0 +1,387 @@ + + + + + + + + + ConTeXt Font Database Management 0.21 + + + + +
+
+
+ ConTeXt Font Database Management 0.21
+
+
+
+
+
+ wiki: http://contextgarden.net | mail: ntg-context@ntg.nl | website: http://www.pragma-ade.nl
+
+
+
+
+
+
+
+
+ +
+
+

Command line options

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
flagvaluedescription
--savesave open type font in raw table
--unpacksave a tma file in a more readale format
--reloadgenerate new font database (use --force when in doubt)
--reload--simple:generate luatex-fonts-names.lua (not for context!)
--list--name: list installed fonts, filter by name [--pattern]
--list--spec: list installed fonts, filter by spec [--filter]
--list--file: list installed fonts, filter by file [--pattern]
--patternstrfilter files using pattern
--filterlistkey-value pairs
--allshow all found instances (combined with other flags)
--infogive more details
--tracklistenable trackers
--statisticssome info about the database
+

Examples of searches

mtxrun --script font --list somename (== --pattern=*somename*)

mtxrun --script font --list --name somename
mtxrun --script font --list --name --pattern=*somename*

mtxrun --script font --list --spec somename
mtxrun --script font --list --spec somename-bold-italic
mtxrun --script font --list --spec --pattern=*somename*
mtxrun --script font --list --spec --filter="fontname=somename"
mtxrun --script font --list --spec --filter="familyname=somename,weight=bold,style=italic,width=condensed"
mtxrun --script font --list --spec --filter="familyname=crap*,weight=bold,style=italic"

mtxrun --script font --list --all
mtxrun --script font --list --file somename
mtxrun --script font --list --file --all somename
mtxrun --script font --list --file --pattern=*somename*

+
+ + diff --git a/doc/context/scripts/mtx-fonts.man b/doc/context/scripts/mtx-fonts.man new file mode 100644 index 000000000..46dc2cc8e --- /dev/null +++ b/doc/context/scripts/mtx-fonts.man @@ -0,0 +1,53 @@ +.TH ConTeXt Font Database Management 0.21 +.SH "NAME" +mtx-fonts.SH "SYNOPSIS" +\fBmtx-fonts\fP [ \fIOPTIONS\fP ... ] +.SH "DESCRIPTION" +ConTeXt Font Database Management + +.SH "OPTIONS" +.TP +.B --save +save open type font in raw table +.TP +.B --unpack +save a tma file in a more readale format +.TP +.B --reload +generate new font database (use --force when in doubt) +.TP +.B --reload +--simple:generate luatex-fonts-names.lua (not for context!) +.TP +.B --list +--name: list installed fonts, filter by name [--pattern] +.TP +.B --list +--spec: list installed fonts, filter by spec [--filter] +.TP +.B --list +--file: list installed fonts, filter by file [--pattern] +.TP +.B --pattern=str +filter files using pattern +.TP +.B --filter=list +key-value pairs +.TP +.B --all +show all found instances (combined with other flags) +.TP +.B --info +give more details +.TP +.B --track=list +enable trackers +.TP +.B --statistics +some info about the database +.SH "AUTHOR" +More information about ConTeXt and the tools that come with it can be found at: + +maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context +webpage : http://www.pragma-ade.nl / http://tex.aanhet.net +wiki : http://contextgarden.net diff --git a/doc/context/scripts/mtx-fonts.xml b/doc/context/scripts/mtx-fonts.xml new file mode 100644 index 000000000..4cd799ac3 --- /dev/null +++ b/doc/context/scripts/mtx-fonts.xml @@ -0,0 +1,59 @@ + + + + mtx-fonts + ConTeXt Font Database Management + 0.21 + + + + + save open type font in raw table + save a tma file in a more readale format + + + generate new font database (use when in doubt) + :generate luatex-fonts-names.lua (not for context!) + + + : list installed fonts, filter by name [] + : list installed fonts, filter by spec [] + : list installed fonts, filter by file [] + + + filter files using pattern + key-value pairs + show all found instances (combined with other flags) + give more details + enable trackers + some info about the database + + + + + + Examples of searches + + mtxrun --script font --list somename (== --pattern=*somename*) + + + mtxrun --script font --list --name somename + mtxrun --script font --list --name --pattern=*somename* + + + mtxrun --script font --list --spec somename + mtxrun --script font --list --spec somename-bold-italic + mtxrun --script font --list --spec --pattern=*somename* + mtxrun --script font --list --spec --filter="fontname=somename" + mtxrun --script font --list --spec --filter="familyname=somename,weight=bold,style=italic,width=condensed" + mtxrun --script font --list --spec --filter="familyname=crap*,weight=bold,style=italic" + + + mtxrun --script font --list --all + mtxrun --script font --list --file somename + mtxrun --script font --list --file --all somename + mtxrun --script font --list --file --pattern=*somename* + + + + diff --git a/doc/context/scripts/mtxrun.html b/doc/context/scripts/mtxrun.html new file mode 100644 index 000000000..ffae8cec7 --- /dev/null +++ b/doc/context/scripts/mtxrun.html @@ -0,0 +1,527 @@ + + + + + + + + + ConTeXt TDS Runner Tool 1.31 + + + + +
+
+
+ ConTeXt TDS Runner Tool 1.31
+
+
+
+
+
+ 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 an 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/mtxrun.man b/doc/context/scripts/mtxrun.man new file mode 100644 index 000000000..744146fc8 --- /dev/null +++ b/doc/context/scripts/mtxrun.man @@ -0,0 +1,137 @@ +.TH ConTeXt TDS Runner Tool 1.31 +.SH "NAME" +mtxrun.SH "SYNOPSIS" +\fBmtxrun\fP [ \fIOPTIONS\fP ... ] +.SH "DESCRIPTION" +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 an 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: + +maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context +webpage : http://www.pragma-ade.nl / http://tex.aanhet.net +wiki : http://contextgarden.net diff --git a/doc/context/scripts/mtxrun.xml b/doc/context/scripts/mtxrun.xml new file mode 100644 index 000000000..a7d4114d5 --- /dev/null +++ b/doc/context/scripts/mtxrun.xml @@ -0,0 +1,79 @@ + + + + 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 an 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 + + + + -- cgit v1.2.3