1mtxrun(1) ConTeXt TDS Runner Tool mtxrun(1)
2
3
4
6 mtxrun
7
9 mtxrun [ OPTIONS ... ] [ FILENAMES ]
10
12 ConTeXt TDS Runner Tool
13
15 --script
16 run an mtx script (lua prefered method) (--noquotes), no script
17 gives list
18
19 --evaluate
20 run code passed on the commandline (between quotes)
21
22 --execute
23 run a script or program (texmfstart method) (--noquotes)
24
25 --resolve
26 resolve prefixed arguments
27
28 --ctxlua
29 run internally (using preloaded libs)
30
31 --internal
32 run script using built in libraries (same as --ctxlua)
33
34 --locate
35 locate given filename in database (default) or system (--first
36 --all --detail)
37
38 --tree=pathtotree
39 use given texmf tree (default file: setuptex.tmf)
40
41 --path=runpath
42 go to given path before execution
43
44 --ifchanged=filename
45 only execute when given file has changed (md checksum)
46
47 --iftouched=old,new
48 only execute when given file has changed (time stamp)
49
50 --makestubs
51 create stubs for (context related) scripts
52
53 --removestubs
54 remove stubs (context related) scripts
55
56 --stubpath=binpath
57 paths where stubs wil be written
58
59 --windows
60 create windows (mswin) stubs
61
62 --unix create unix (linux) stubs
63
64 --verbose
65 give a bit more info
66
67 --trackers=list
68 enable given trackers
69
70 --progname=str
71 format or backend
72
73 --systeminfo=str
74 show current operating system, processor, etc
75
76 --edit launch editor with found file
77
78 --launch
79 launch files like manuals, assumes os support (--all,--list)
80
81 --timedrun
82 run a script and time its run
83
84 --autogenerate
85 regenerate databases if needed (handy when used to run context
86 in an editor)
87
88 --usekpse
89 use kpse as fallback (when no mkiv and cache installed, often
90 slower)
91
92 --forcekpse
93 force using kpse (handy when no mkiv and cache installed but
94 less functionality)
95
96 --prefixes
97 show supported prefixes
98
99 --generate
100 generate file database
101
102 --variables
103 show configuration variables
104
105 --configurations
106 show configuration order
107
108 --directives
109 show (known) directives
110
111 --trackers
112 show (known) trackers
113
114 --experiments
115 show (known) experiments
116
117 --expand-braces
118 expand complex variable
119
120 --resolve-path
121 expand variable (completely resolve paths)
122
123 --expand-path
124 expand variable (resolve paths)
125
126 --expand-var
127 expand variable (resolve references)
128
129 --show-path
130 show path expansion of ...
131
132 --var-value
133 report value of variable
134
135 --find-file
136 report file location
137
138 --find-path
139 report path of file
140
141 --pattern=string
142 filter variables
143
145 More information about ConTeXt and the tools that come with it can be
146 found at:
147
148
149 maillist: ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-
150 context
151
152 webpage: http://www.pragma-ade.nl / http://tex.aanhet.net
153
154 wiki: http://contextgarden.net
155
156
157
158version 1.33 01-01-2019 mtxrun(1)