ma-cb-en-processingfiles.tex /size: 1057 b    last modification: 2020-07-01 14:35
1\startcomponent ma-cb-en-processingfiles
2
3\enablemode[**en-us]
4
5\project ma-cb
6
7\startchapter[title=The \type{context} command,reference=contextcommand]
8
9\index{\type{context} (command)}
10\index{\type{mtxrun} (command)}
11\index{processing TeX file}
12
13You can process a \TEX\ file or run \CONTEXT\ with the command \type{context}
14that you can type at your console:
15
16\starttyping
17context myfile
18\stoptyping
19
20\CONTEXT\ will make multiple runs to get the layout, references, lists and
21pagenumbering straight. You can see those runs echoed on your screen and listed
22in the \type{myfile.log} file.
23
24You can add parameters to give the command \type{context} additional
25tasks while processing the file. If you want start up \READER\ automatically
26you can type:
27
28\starttyping
29context --autopdf myfile
30\stoptyping
31
32A full overview of the parameters is given when you type:
33
34\starttyping
35context --help
36\stoptyping
37
38Please refer to the manual \goto{luatools, mtxrun, context}[ url (manual:tools) ]
39for more information on running \CONTEXT.
40
41\stopchapter
42
43
44\stopcomponent
45