1mtx-context(1) ConTeXt Process Management mtx-context(1)
2
3
4
6 mtx-context - ConTeXt Process Management
7
9 mtxrun --script context [ OPTIONS ... ] [ FILENAMES ]
10
12 ConTeXt Process Management
13
15 --run process (one or more) files (default action)
16
17 --make create context formats
18
19 --ctx=name
20 use ctx file (process management specification)
21
22 --noctx
23 ignore ctx directives and flags
24
25 --interface
26 use specified user interface (default: en)
27
28 --autopdf
29 close pdf file in viewer and start pdf viewer afterwards
30
31 --purge
32 purge files either or not after a run (--pattern=...)
33
34 --purgeall
35 purge all files either or not after a run (--pattern=...)
36
37 --usemodule=list
38 load the given module or style, normally part of the distribu‐
39 tion
40
41 --environment=list
42 load the given environment file first (document styles)
43
44 --mode=list
45 enable given the modes (conditional processing in styles)
46
47 --path=list
48 also consult the given paths when files are looked for
49
50 --arguments=list
51 set variables that can be consulted during a run (key/value
52 pairs)
53
54 --randomseed=number
55 set the randomseed
56
57 --result=name
58 rename the resulting output to the given name
59
60 --trackers=list
61 set tracker variables (show list with --showtrackers)
62
63 --directives=list
64 set directive variables (show list with --showdirectives)
65
66 --silent=list
67 disable logcatgories (show list with --showlogcategories)
68
69 --strip
70 strip Lua code (only meant for production where no errors are
71 expected)
72
73 --errors=list
74 show errors at the end of a run, quit when in list (also when
75 --silent)
76
77 --htmlerrorpage
78 generate html error page instead (optional: =scite)
79
80 --noconsole
81 disable logging to the console (logfile only)
82
83 --purgeresult
84 purge result file before run
85
86 --forcexml
87 force xml stub
88
89 --forcecld
90 force cld (context lua document) stub
91
92 --forcelua
93 force lua stub (like texlua)
94
95 --forcemp
96 force mp stub
97
98 --arrange
99 run extra imposition pass, given that the style sets up imposi‐
100 tion
101
102 --noarrange
103 ignore imposition specifications in the style
104
105 --jit use luajittex with jit turned off (only use the faster virtual
106 machine)
107
108 --jiton
109 use luajittex with jit turned on (in most cases not faster, even
110 slower)
111
112 --once only run once (no multipass data file is produced)
113
114 --runs process at most this many times
115
116 --forcedruns
117 process this many times (permits for optimization trial runs)
118
119 --batchmode
120 run without stopping and do not show messages on the console
121
122 --nonstopmode
123 run without stopping
124
125 --nosynctex
126 never initializes synctex (for production runs)
127
128 --synctex
129 run with synctex enabled (better use upsynctex[state=start]
130
131 --nodates
132 omit runtime dates in pdf file (optional value: a number (this
133 1970 offset time) or string "YYYY-MM-DD HH:MM")
134
135 --nocompression
136 forcefully turns off compression in the backend
137
138 --trailerid
139 alternative trailer id (or constant one)
140
141 --generate
142 generate file database etc. (as luatools does)
143
144 --paranoid
145 do not descend to .. and ../..
146
147 --version
148 report installed context version
149
150 --global
151 assume given file present elsewhere
152
153 --nofile
154 use dummy file as jobname
155
157 --touch
158 update context version number (also provide --expert, optionally
159 provide --basepath)
160
161 --nostatistics
162 omit runtime statistics at the end of the run
163
164 --profile
165 profile job (use: mtxrun --script profile --analyze)
166
167 --timing
168 generate timing and statistics overview
169
170 --keeptuc
171 keep previous tuc files (jobname-tuc-[run].tmp)
172
173 --keeplog
174 keep previous log files (jobname-log-[run].tmp)
175
176 --lmtx force lmtx mode (when available)
177
178 --extra=name
179 process extra (mtx-context-... in distribution)
180
181 --extras
182 show extras
183
185 --pdftex
186 process file with texexec using pdftex
187
188 --xetex
189 process file with texexec using xetex
190
191 --mkii process file with texexec
192
193 --pipe do not check for file and enter scroll mode (--dummyfile=what‐
194 ever.tmp)
195
196 --sandbox
197 process file in a limited environment
198
199 --addbinarypath
200 prepend the (found) binarypath to runners
201
203 More information about ConTeXt and the tools that come with it can be
204 found at:
205
206
207 maillist: ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-
208 context
209
210 webpage: http://www.pragma-ade.nl / http://tex.aanhet.net
211
212 wiki: http://contextgarden.net
213
214
215
216version 1.03 01-01-2020 mtx-context(1)