Re: [NTG-context] Footnote disappear in "placeongrid"
Is this a bug, or has anybody an idea for a workaround? Huseyin
Am 02.05.2013 um 08:01 schrieb H. Özoguz
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
On Thu, 2 May 2013 08:20:54 +0200
Wolfgang Schuster
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
Am 02.05.2013 um 10:01 schrieb Alan BRASLAU
On Thu, 2 May 2013 08:20:54 +0200 Wolfgang Schuster
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
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
Am 02.05.2013 um 11:20 schrieb Sietse Brouwer
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
participants (4)
-
"H. Özoguz"
-
Alan BRASLAU
-
Sietse Brouwer
-
Wolfgang Schuster