On Sat, 06 Feb 2010 00:50:43 +0100, Hans Hagen wrote:
On 5-2-2010 21:40, Martin 'golodhrim' Scholz wrote:
Ok problem solved... missing rights to write to /opt/context-minimals/tex/ texmf-cache/, just chmoded it 777 so it will be usable for graphic generation. Would be nice to include the possibilty to add in a standard way a personal texmf-cache, or is there a way to do so and I don't know about it?
grep for texmfcnf.lua
this is a prelude to a replacement for texmf.cnf in mkiv
Ok got this file Hans, and what would be a good replacement in there? would it be ok to something like return { TEXMFCACHE = '~/.context-minimals/texmf-cache', } ok or is it possible to use multiple paths in that syntax like: return { TEXMFCACHE = 'Path1', 'Path2' } unfortunately on this point there is no documention I can find. Thanks for your fast help Hans