Hi,

Andreas Harder wrote:
> Hi,
> 
> something is wrong with the column placement or I did something wrong. I want 
> them on both columns or at least at the right one.
> 
> % \setupfootnotes[location=columns] % -> box0
> \setupfootnotes[location=lastcolumn] % -> = firstcolumn

There is a bug in strc-not.mkiv, it exchanges the numeric values
of 'lastcolumn' (3) and 'firstcolumn' (4) when compared to mkii.

Lines 328,329 should read:

\setvalue{\??vn @\v!lastcolumn }{\setnotelocation\plusthree}
\setvalue{\??vn @\v!firstcolumn}{\setnotelocation\plusfour}

Also, there is a missing \ in page-mul.mkiv.

Line 944 should read:

              \box0}%


After those two fixes and a format regeneration, your input gets the
correct output over here.

Best wishes,
Taco

___________________________________________________________________________________
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