ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* footnote placement in columns
@ 2009-11-27 15:50 Andreas Harder
  2009-11-27 16:29 ` Taco Hoekwater
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Harder @ 2009-11-27 15:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

\starttext
\startcolumns
  \dorecurse{10}{test \footnote{one one one one one one} \input zapf
    \footnote{two two two two two two} }
\stopcolumns
\stoptext

Greetings
	Andreas
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: footnote placement in columns
  2009-11-27 15:50 footnote placement in columns Andreas Harder
@ 2009-11-27 16:29 ` Taco Hoekwater
  2009-11-27 22:39   ` Andreas Harder
  0 siblings, 1 reply; 3+ messages in thread
From: Taco Hoekwater @ 2009-11-27 16:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: footnote placement in columns
  2009-11-27 16:29 ` Taco Hoekwater
@ 2009-11-27 22:39   ` Andreas Harder
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Harder @ 2009-11-27 22:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 27.11.2009 um 17:29 schrieb Taco Hoekwater:

> 
> 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.
 
Thanks Taco, 

its fixed in the new beta.

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-27 22:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-27 15:50 footnote placement in columns Andreas Harder
2009-11-27 16:29 ` Taco Hoekwater
2009-11-27 22:39   ` Andreas Harder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).