Am 05.04.2011 um 15:39 schrieb Cecil Westerhof:

> /home/cecil/ConTeXt/tex/texmf-context/tex/context/base/scrn-fld.mkvi
> 
> Maybe the last one is wrong? .mkvi instead of .mkiv. 

No, “mkvi” is a valid file extension for MkIV. The difference between
a mkiv and a mkvi file is that you can use named parameters, e.g.

  \def\command#1#2{#1 : #2}

can be written in a mkvi file as

  \def\command#first#second{#first : #second}

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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to