ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Footnote disappear in "placeongrid"
@ 2013-05-02  6:01 "H. Özoguz"
  2013-05-02  6:20 ` Wolfgang Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: "H. Özoguz" @ 2013-05-02  6:01 UTC (permalink / raw)
  To: ntg-context

Is this a bug, or has anybody an idea for a workaround?

Huseyin
___________________________________________________________________________________
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] 6+ messages in thread

* Re: Footnote disappear in "placeongrid"
  2013-05-02  6:01 Footnote disappear in "placeongrid" "H. Özoguz"
@ 2013-05-02  6:20 ` Wolfgang Schuster
  2013-05-02  8:01   ` Alan BRASLAU
  2013-05-02  9:20   ` Sietse Brouwer
  0 siblings, 2 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2013-05-02  6:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 02.05.2013 um 08:01 schrieb H. Özoguz <h.oezoguz@mmnetz.de>:

> Is this a bug, or has anybody an idea for a workaround?


Add the \atomigrateinserts command to your document, it is necessary when you have
footnotes in a box, e.g. \framed or \placeongrid.

\setuplayout[grid=yes]

\automigrateinserts

\starttext

First\footnote{One} note.

\placeongrid{Second note.\footnote{Two}}

Third\footnote{Three} note.

\stoptext

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
___________________________________________________________________________________


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

* Re: Footnote disappear in "placeongrid"
  2013-05-02  6:20 ` Wolfgang Schuster
@ 2013-05-02  8:01   ` Alan BRASLAU
  2013-05-02  8:04     ` Wolfgang Schuster
  2013-05-02  9:20   ` Sietse Brouwer
  1 sibling, 1 reply; 6+ messages in thread
From: Alan BRASLAU @ 2013-05-02  8:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, 2 May 2013 08:20:54 +0200
Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:

> Add the \atomigrateinserts command to your document, it is necessary when you have
> footnotes in a box, e.g. \framed or \placeongrid.

Added to
http://wiki.contextgarden.net/Footnotes
although further explanation would eventually be useful.

I have noticed this bug before (using local footnotes within \startframedtext\stopframedtext).

Alan
___________________________________________________________________________________
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] 6+ messages in thread

* Re: Footnote disappear in "placeongrid"
  2013-05-02  8:01   ` Alan BRASLAU
@ 2013-05-02  8:04     ` Wolfgang Schuster
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2013-05-02  8:04 UTC (permalink / raw)
  To: Alan BRASLAU; +Cc: mailing list for ConTeXt users


Am 02.05.2013 um 10:01 schrieb Alan BRASLAU <alan.braslau@cea.fr>:

> On Thu, 2 May 2013 08:20:54 +0200
> Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:
> 
>> Add the \atomigrateinserts command to your document, it is necessary when you have
>> footnotes in a box, e.g. \framed or \placeongrid.
> 
> Added to
> http://wiki.contextgarden.net/Footnotes
> although further explanation would eventually be useful.
> 
> I have noticed this bug before (using local footnotes within \startframedtext\stopframedtext).

http://www.ntg.nl/pipermail/ntg-context/2012/070241.html

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
___________________________________________________________________________________


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

* Re: Footnote disappear in "placeongrid"
  2013-05-02  6:20 ` Wolfgang Schuster
  2013-05-02  8:01   ` Alan BRASLAU
@ 2013-05-02  9:20   ` Sietse Brouwer
  2013-05-02 22:00     ` Wolfgang Schuster
  1 sibling, 1 reply; 6+ messages in thread
From: Sietse Brouwer @ 2013-05-02  9:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang wrote:
> Add the \automigrateinserts command to your
> document, it is necessary when you have
> footnotes in a box, e.g. \framed or \placeongrid.

Would it make sense for \setupalign[grid] to automatically call
\automigrateinserts, or
are there situations when
(a) one typesets on a grid, and
(b) one does not want \automigrateinserts in the document?

Kind regards,
Sietse
___________________________________________________________________________________
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] 6+ messages in thread

* Re: Footnote disappear in "placeongrid"
  2013-05-02  9:20   ` Sietse Brouwer
@ 2013-05-02 22:00     ` Wolfgang Schuster
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2013-05-02 22:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 02.05.2013 um 11:20 schrieb Sietse Brouwer <sbbrouwer@gmail.com>:

> Wolfgang wrote:
>> Add the \automigrateinserts command to your
>> document, it is necessary when you have
>> footnotes in a box, e.g. \framed or \placeongrid.
> 
> Would it make sense for \setupalign[grid] to automatically call
> \automigrateinserts, or
> are there situations when
> (a) one typesets on a grid, and
> (b) one does not want \automigrateinserts in the document?

The whole thing has nothing to do with the grid, you need the command
when a footnote appear and a \hbox or a \vbox which is used by \framed,
\bTABLE or \placeongrid.

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
___________________________________________________________________________________


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

end of thread, other threads:[~2013-05-02 22:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-02  6:01 Footnote disappear in "placeongrid" "H. Özoguz"
2013-05-02  6:20 ` Wolfgang Schuster
2013-05-02  8:01   ` Alan BRASLAU
2013-05-02  8:04     ` Wolfgang Schuster
2013-05-02  9:20   ` Sietse Brouwer
2013-05-02 22:00     ` Wolfgang Schuster

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