1mtx-context(1)            ConTeXt Process Management            mtx-context(1)
2
3
4

NAME

6       mtx-context
7

SYNOPSIS

9       mtxrun --script context [ OPTIONS ...  ] [ FILENAMES ]
10

DESCRIPTION

12       ConTeXt Process Management
13

OPTIONS: BASIC

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       --noconsole
78              disable logging to the console (logfile only)
79
80       --purgeresult
81              purge result file before run
82
83       --forcexml
84              force xml stub
85
86       --forcecld
87              force cld (context lua document) stub
88
89       --forcelua
90              force lua stub (like texlua)
91
92       --forcemp
93              force mp stub
94
95       --arrange
96              run  extra imposition pass, given that the style sets up imposi‐
97              tion
98
99       --noarrange
100              ignore imposition specifications in the style
101
102       --jit  use luajittex with jit turned off (only use the  faster  virtual
103              machine)
104
105       --jiton
106              use luajittex with jit turned on (in most cases not faster, even
107              slower)
108
109       --once only run once (no multipass data file is produced)
110
111       --runs process at most this many times
112
113       --forcedruns
114              process this many times (permits for optimization trial runs)
115
116       --batchmode
117              run without stopping and do not show messages on the console
118
119       --nonstopmode
120              run without stopping
121
122       --nosynctex
123              never initializes synctex (for production runs)
124
125       --synctex
126              run with synctex enabled (better use upsynctex[state=start]
127
128       --nodates
129              omit runtime dates in pdf file (optional value: a  number  (this
130              1970 offset time) or string "YYYY-MM-DD HH:MM")
131
132       --nocompression
133              forcefully turns off compression in the backend
134
135       --trailerid
136              alternative trailer id (or constant one)
137
138       --generate
139              generate file database etc. (as luatools does)
140
141       --paranoid
142              do not descend to .. and ../..
143
144       --version
145              report installed context version
146
147       --global
148              assume given file present elsewhere
149
150       --nofile
151              use dummy file as jobname
152

OPTIONS: EXPERT

154       --touch
155              update context version number (also provide --expert, optionally
156              provide --basepath)
157
158       --nostatistics
159              omit runtime statistics at the end of the run
160
161       --update
162              update context from website (not to be confused with contextgar‐
163              den)
164
165       --profile
166              profile job (use: mtxrun --script profile --analyze)
167
168       --timing
169              generate timing and statistics overview
170
171       --keeptuc
172              keep previous tuc files (jobname-tuc-[run].tmp)
173
174       --keeplog
175              keep previous log files (jobname-log-[run].tmp)
176
177       --lmtx force lmtx mode (when available)
178
179       --extra=name
180              process extra (mtx-context-... in distribution)
181
182       --extras
183              show extras
184

OPTIONS: SPECIAL

186       --pdftex
187              process file with texexec using pdftex
188
189       --xetex
190              process file with texexec using xetex
191
192       --mkii process file with texexec
193
194       --pipe do  not  check for file and enter scroll mode (--dummyfile=what‐
195              ever.tmp)
196
197       --sandbox
198              process file in a limited environment
199

AUTHOR

201       More information about ConTeXt and the tools that come with it  can  be
202       found at:
203
204
205       maillist:  ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-
206       context
207
208       webpage: http://www.pragma-ade.nl / http://tex.aanhet.net
209
210       wiki: http://contextgarden.net
211
212
213
214version 1.01                      01-01-2019                    mtx-context(1)
Impressum