1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
.TH "mtx-base" "1" "01-01-2024" "version 1.35" "ConTeXt TDS Management Tool (aka luatools)"
.SH NAME
mtx-base - ConTeXt TDS Management Tool (aka luatools)
.SH SYNOPSIS
.B mtxrun --script base [
.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
|