On Wed, Nov 12 2008, luigi scarso wrote:

> > It's Hans fault, he loads core-swd in context.mkii with the command
> > \loadmkiifile but the command expects .tex as file extension, you
> > could either rename core-swd.mkii to core-swd.tex or you change
> > the line \loadmkiifile{core-swd} to \loadmarkfile{core-swd} or
> > \loadmkiifile{core-swd.mkii}.
> >
> Sorry , but here
> texexec --make --all
> and
> context --make
> work ok
> for minimals-beta and minimals
> 
> in minimals-beta
> #  find . -name "*swd*"
> ./tex/texmf-context/tex/context/base/core-swd.mkii
> ./tex/texmf-context/tex/context/base/core-swd.tex
> (they are equals)
> 
> in minimals
> # find . -name "*swd*"
> ./tex/texmf-context/tex/context/base/core-swd.tex

One error cancels the other:
- first error: there is no more core-swd.tex but it's needed by the
  \loadmkiifile command
- second error: the installer for the minimals only adds new files but
  never removes obsolete ones (no --del switch for rsync).

So you're lucky, because there is still an old core-swd.tex in your tree
that will never be removed automatically.

Cheers, Peter

-- 
http://pmrb.free.fr/contact/

___________________________________________________________________________________
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