On 11/21/2010 01:52 PM, Ulrike Fischer wrote:
Am Sun, 21 Nov 2010 13:09:53 +0100 schrieb Taco Hoekwater:

On 11/21/2010 12:53 PM, Ulrike Fischer wrote:

texmfcnf.lua contains only
return {
    TEXMFCACHE=C:/Dokumente und Einstellungen/Ulle/Lokale
Einstellungen/Anwendungsdaten/MiKTeX/2.9
}

I hope there are quotes around that in the actual file.
(the value is a lua string)

No there aren't quotes. The path is on one line, but apart from this
it is a verbatim copy.

But there really have to be quotes. The way it is now, it will
generate a syntax error (and thus be ignored, I assume).




return {
    TEXMFCACHE="C:/Dokumente und Einstellungen/Ulle/Lokale 
Einstellungen/Anwendungsdaten/MiKTeX/2.9"
}
 

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to