Changes

Jump to navigation Jump to search
no edit summary
Most options in <tt>texmf.cnf</tt> of modern TeX distributions also work with ConTeXt.
 
== Environment Variables ==
 
By default, ConTeXt creates a directory named <tt>luatex-cache</tt> in the user's home directory. One way to change the cache location includes:
 
export TEXMFCACHE=/tmp
mtxrun --generate
context filename.tex
 
Another way is to run ConTeXt indirectly, as follows:
 
export TEXMFCACHE=/tmp
mtxrun --autogenerate --script mtx-context ... filename.tex
 
Either if these options will create <tt>luatex-cache</tt> inside the <tt>/tmp</tt> directory, rather than the user's home directory.
== Security Concerns ==
419

edits

Navigation menu