On 6-2-2010 1:04, Martin 'golodhrim' Scholz wrote:
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:
sure. you probably need to run "luatools --generate" after a change
return { TEXMFCACHE = 'Path1', 'Path2' } unfortunately on this point there is no documention I can find. Thanks for your fast help Hans
no, for the moment just one cache path (maybe in the future more but it is sort of tricky as quite some version testing has to be done then so it's not a good idea to implement that while mkiv is in flux Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------