On 9 Apr 2008 at 10:25, [EMAIL PROTECTED] wrote:

Hallo,

> > Just to make sure - what's the version of ConTeXt and LuaTeX
> > you're using, and do you have the cont-sys.tex file?
> 
> Werner said he had used:

Wolfgang :-)

> 
>    
> http://minimals.contextgarden.net/setup/context-setup-mswin.zip
> 
> But perhaps something was left behind from an earlier install?

I reinstalled the whole thing, exactly the same steps and now it 
runs.

Usally I am switching off an existing MikTeX-Installation by 
renaming the MikTeX-Directory. This was a problem in the past.
May be something went wrong with this step.

--------------------------------------------------
rem switchmt.bat [on|off]
@echo off
set OTEX="E:\PROGRAMME\"
set MTEX="MiKTeX 2.7"
set XTEX="MiKTeX 2.7.closed"
if %1h==h goto end
if %1==out goto off
if %1==on goto on
goto end
:on
if exist %OTEX%%XTEX% rename %OTEX%%XTEX% %MTEX%
goto end
:off
if exist %OTEX%%MTEX% rename %OTEX%%MTEX% %XTEX%
:end
--------------------------------------------------

Thank you, 

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to