Changes

Jump to navigation Jump to search
Created page with "There are certain situations in which it is desirable to run ConTeXt outside of the operating system's typical shell environment. For example, you may wish to generate documents..."
There are certain situations in which it is desirable to run ConTeXt outside of the operating system's typical shell environment. For example, you may wish to generate documents via web services, or use a scheduled batch process.

In such cases, there are some requirements to be aware of:

* The program <code>mtxrun</code> requires access to a temporary directory. At least one of the following environment variables must be set to a directory which is writable by the executing process: <code>TEXMFCACHE</code>, <code>TMPDIR</code>, <code>TEMPDIR</code>, <code>TMP</code>, <code>TEMP</code>, <code>HOME</code>, <code>HOMEPATH</code>.
* In addition to the above, the <code>HOME</code> environment variable must be set, but at time of writing there is no particular requirement that its value be a valid or writable location.
1

edit

Navigation menu