1mtx-context(1) ConTeXt Process Management mtx-context(1)
2
3
4
6 mtx-context
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 --errors=list
70 show errors at the end of a run, quit when in list (also when
71 ----silent)
72
73 --noconsole
74 disable logging to the console (logfile only)
75
76 --purgeresult
77 purge result file before run
78
79 --forcexml
80 force xml stub
81
82 --forcecld
83 force cld (context lua document) stub
84
85 --forcelua
86 force lua stub (like texlua)
87
88 --forcemp
89 force mp stub
90
91 --arrange
92 run extra imposition pass, given that the style sets up imposi‐
93 tion
94
95 --noarrange
96 ignore imposition specifications in the style
97
98 --jit use luajittex with jit turned off (only use the faster virtual
99 machine)
100
101 --jiton
102 use luajittex with jit turned on (in most cases not faster, even
103 slower)
104
105 --once only run once (no multipass data file is produced)
106
107 --runs process at most this many times
108
109 --forcedruns
110 process this many times (permits for optimization trial runs)
111
112 --batchmode
113 run without stopping and do not show messages on the console
114
115 --nonstopmode
116 run without stopping
117
118 --nosynctex
119 never initializes synctex (for production runs)
120
121 --synctex
122 run with synctex enabled (better use upsynctex[state=start]
123
124 --nodates
125 omit runtime dates in pdf file (optional value: a number (this
126 1970 offset time) or string "YYYY-MM-DD HH:MM")
127
128 --nocompression
129 forcefully turns off compression in the backend
130
131 --trailerid
132 alternative trailer id (or constant one)
133
134 --generate
135 generate file database etc. (as luatools does)
136
137 --paranoid
138 do not descend to .. and ../..
139
140 --version
141 report installed context version
142
143 --global
144 assume given file present elsewhere
145
146 --nofile
147 use dummy file as jobname
148
150 --touch
151 update context version number (also provide --expert, optionally
152 provide --basepath)
153
154 --nostatistics
155 omit runtime statistics at the end of the run
156
157 --update
158 update context from website (not to be confused with contextgar‐
159 den)
160
161 --profile
162 profile job (use: mtxrun --script profile --analyze)
163
164 --timing
165 generate timing and statistics overview
166
167 --keeptuc
168 keep previous tuc files (jobname-tuc-[run].tmp)
169
170 --keeplog
171 keep previous log files (jobname-log-[run].tmp)
172
173 --extra=name
174 process extra (mtx-context-... in distribution)
175
176 --extras
177 show extras
178
180 --pdftex
181 process file with texexec using pdftex
182
183 --xetex
184 process file with texexec using xetex
185
186 --mkii process file with texexec
187
188 --pipe do not check for file and enter scroll mode (--dummyfile=what‐
189 ever.tmp)
190
191 --sandbox
192 process file in a limited environment
193
195 More information about ConTeXt and the tools that come with it can be
196 found at:
197
198
199 maillist: ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-
200 context
201
202 webpage: http://www.pragma-ade.nl / http://tex.aanhet.net
203
204 wiki: http://contextgarden.net
205
206
207
208version 1.01 01-01-2018 mtx-context(1)