On 01.09.2008 18:26:03, "Martin Scholz" wrote:
Hi
What is the result from "kpsewhich cont-de.fmt" and where did ConTeXt save the new format (you can see this in one of the last line when you generate the format).
The generation saves the files to C:/texlive/2008/texmf-var/web2c/pdftex/*.fmt and kpsewhich cont-de.fmt gives no output in some directorys and ./cont-de.fmt in an folder where i have files to compile.
___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
One error I found was that the german language was outcommented in the fmtutil.cnf Just change line 59 from #! cont-de pdftex cont-usr.tex -8bit *cont-de.ini to cont-de pdftex cont-usr.tex -8bit *cont-de.ini and add directly after line 59 a new line 60 with the following content: cont-de xetex cont-usr.tex -8bit *cont-de.in this is a way texexec works. but for mkiv and context there is still no way how to get it working but I keep on trying.