ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \startitemize[columns] and footnote
@ 2017-12-01  9:14 Christoph Reller
  2017-12-01 11:49 ` luigi scarso
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Reller @ 2017-12-01  9:14 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 361 bytes --]

Hi,

Consider the following MWE:

\starttext
Text \footnote{Bla}
\startitemize[columns]
\item Item
\stopitemize
\stoptext

In the rendered output, the footnote is drawn on top of the item (see
attached output.png). I am afraid this looks like a bug. Please consider
fixing this or tell me how to make footnotes render in the footnote area.

Regards,

Christoph

[-- Attachment #1.2: Type: text/html, Size: 594 bytes --]

[-- Attachment #2: output.png --]
[-- Type: image/png, Size: 3718 bytes --]

[-- Attachment #3: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \startitemize[columns] and footnote
  2017-12-01  9:14 \startitemize[columns] and footnote Christoph Reller
@ 2017-12-01 11:49 ` luigi scarso
  0 siblings, 0 replies; 3+ messages in thread
From: luigi scarso @ 2017-12-01 11:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Dec 1, 2017 at 10:14 AM, Christoph Reller
<christoph.reller@gmail.com> wrote:
> Hi,
>
> Consider the following MWE:
>
> \starttext
> Text \footnote{Bla}
> \startitemize[columns]
> \item Item
> \stopitemize
> \stoptext
>
> In the rendered output, the footnote is drawn on top of the item (see
> attached output.png). I am afraid this looks like a bug. Please consider
> fixing this or tell me how to make footnotes render in the footnote area.
>
> Regards,
>
> Christoph

dunno if it's a bug,
but I usually do

\starttext
Text \footnote{Bla}
\startcolumns
\startitemize
\item \input knuth\relax
\item \input knuth\relax
\stopitemize
\stopcolumns
\stoptext

-- 
luigi
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \startitemize[columns] and footnote
       [not found] <mailman.1483.1512208048.1988.ntg-context@ntg.nl>
@ 2017-12-06  7:26 ` Christoph Reller
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Reller @ 2017-12-06  7:26 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1474 bytes --]

On Fri, 1 Dec 2017 12:49:33 +0100 luigi scarso <luigi.scarso@gmail.com>
wrote:

> On Fri, Dec 1, 2017 at 10:14 AM, Christoph Reller
> <christoph.reller@gmail.com> wrote:
> > \starttext
> > Text \footnote{Bla}
> > \startitemize[columns]
> > \item Item
> > \stopitemize
> > \stoptext
> >
> > In the rendered output, the footnote is drawn on top of the item (see
> > attached output.png). I am afraid this looks like a bug. Please consider
> > fixing this or tell me how to make footnotes render in the footnote area.
>
> dunno if it's a bug,
> but I usually do
>
> \starttext
> Text \footnote{Bla}
> \startcolumns
> \startitemize
> \item \input knuth\relax
> \item \input knuth\relax
> \stopitemize
> \stopcolumns
> \stoptext


Thank you for your answer Luigi!

(And sorry for my slow response - spam filter was doing crazy things.)

Your solution indeed makes the footnote appear at the right place. But the
layout is not the same as with \startitemize[columns]. Consider:

Text \footnote{Bla}
\startcolumns
\startitemize
\dorecurse{8}{\item Item}
\stopitemize
\stopcolumns

This results in 5 "Item"s in the left column and 3 "Item"s in the right
column. On the other hand

Text \footnote{Bla}
\startitemize[columns]
\dorecurse{8}{\item Item}
\stopitemize

results in 4 "Item"s in both columns, which IMHO is more correct.

Don't you agree that \startitmize[columns] is buggy with respect to
footnotes? Or is the [columns] parameter not supported anymore?

Cheers,
Christoph

[-- Attachment #1.2: Type: text/html, Size: 2173 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2017-12-06  7:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-01  9:14 \startitemize[columns] and footnote Christoph Reller
2017-12-01 11:49 ` luigi scarso
     [not found] <mailman.1483.1512208048.1988.ntg-context@ntg.nl>
2017-12-06  7:26 ` Christoph Reller

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).