Difference between revisions of "Texmf.cnf"

From Wiki
Jump to navigation Jump to search
(remove mentions of texexec.ini)
m (Texmf.cnf moved to texmf.cnf: case sensitive)
(No difference)

Revision as of 22:49, 3 June 2007

< Installation hints

Most options in texmf.cnf of modern TeX distributions are ok for ConTeXt (in former times you had to care for ConTeXt's huge memory needs yourself and occasionally set some additional paths). The one thing left:

ConTeXt likes TeX's "write18" function enabled to run MetaPost and some other tools in the background. That's a potential security risk (malicious TeX code could run any program with your user rights), so it's off (false) by default.

shell_escape = t

Hint for MikTeX users: The counterpart to texmf.cnf is miktex.ini.