ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Footnotes in float combinations missing in output
@ 2019-01-09 22:01 Lars
  2019-01-11 12:37 ` Fwd: " cryo shock
  2019-01-13 20:06 ` Wolfgang Schuster
  0 siblings, 2 replies; 3+ messages in thread
From: Lars @ 2019-01-09 22:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi there, hi Hans,

I just want to let you know that footnotes insterted in 
float-combinations don't get rendered properly, i. e. only the last 
footnote is placed in the output. MWE:

\starttext
   \startplacefigure[title={OuterCap\footnote{Outer footnote}}]

     \startfloatcombination[nx=3]
\placefigure{Fnote1\footnote{Hello}}{\externalfigure[cow][width={.2\textwidth}]}
\placefigure{Fnote2\footnote{small}}{\externalfigure[cow][width={.2\textwidth}]}
\placefigure{Fnote3\footnote{world}}{\externalfigure[cow][width={.2\textwidth}]}
     \stopfloatcombination

   \stopplacefigure
\stoptext

gives the following:

Can you confirm and tell me that it's not my fault?

Greetings, Lars.


[-- Attachment #1.2.1: Type: text/html, Size: 1307 bytes --]

[-- Attachment #1.2.2: fnote-combi.jpg --]
[-- Type: image/jpeg, Size: 28905 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

* Fwd: Footnotes in float combinations missing in output
  2019-01-09 22:01 Footnotes in float combinations missing in output Lars
@ 2019-01-11 12:37 ` cryo shock
  2019-01-13 20:06 ` Wolfgang Schuster
  1 sibling, 0 replies; 3+ messages in thread
From: cryo shock @ 2019-01-11 12:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1.1: Type: text/plain, Size: 920 bytes --]

Bump.

---------- Forwarded message ---------
From: Lars <axteffekt@gmail.com>
Date: Mi., 9. Jan. 2019 um 23:01 Uhr
Subject: Footnotes in float combinations missing in output
To: mailing list for ConTeXt users <ntg-context@ntg.nl>


Hi there, hi Hans,

I just want to let you know that footnotes insterted in float-combinations
don't get rendered properly, i. e. only the last footnote is placed in the
output. MWE:

\starttext
  \startplacefigure[title={OuterCap\footnote{Outer footnote}}]

    \startfloatcombination[nx=3]

\placefigure{Fnote1\footnote{Hello}}{\externalfigure[cow][width={.2\textwidth}]}

\placefigure{Fnote2\footnote{small}}{\externalfigure[cow][width={.2\textwidth}]}

\placefigure{Fnote3\footnote{world}}{\externalfigure[cow][width={.2\textwidth}]}
    \stopfloatcombination

  \stopplacefigure
\stoptext

gives the following:

Can you confirm and tell me that it's not my fault?

Greetings, Lars.

[-- Attachment #1.1.2: Type: text/html, Size: 1704 bytes --]

[-- Attachment #1.2: fnote-combi.jpg --]
[-- Type: image/jpeg, Size: 28905 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

* Re: Footnotes in float combinations missing in output
  2019-01-09 22:01 Footnotes in float combinations missing in output Lars
  2019-01-11 12:37 ` Fwd: " cryo shock
@ 2019-01-13 20:06 ` Wolfgang Schuster
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2019-01-13 20:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Lars

Lars schrieb am 09.01.19 um 23:01:
> Hi there, hi Hans,
> 
> I just want to let you know that footnotes insterted in 
> float-combinations don't get rendered properly, i. e. only the last 
> footnote is placed in the output. MWE:
> 
> \starttext
>    \startplacefigure[title={OuterCap\footnote{Outer footnote}}]
> 
>      \startfloatcombination[nx=3]
> \placefigure{Fnote1\footnote{Hello}}{\externalfigure[cow][width={.2\textwidth}]}
> \placefigure{Fnote2\footnote{small}}{\externalfigure[cow][width={.2\textwidth}]}
> \placefigure{Fnote3\footnote{world}}{\externalfigure[cow][width={.2\textwidth}]}
>      \stopfloatcombination
> 
>    \stopplacefigure
> \stoptext

Not very nice but the following works. You would have less problems with 
local footnotes which are placed in the float block.

\starttext

\startpostponingnotes
   \startplacefigure[title={...}]
     ...
   \stopplacefigure
\stoppostponingnotes

\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://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:[~2019-01-13 20:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-09 22:01 Footnotes in float combinations missing in output Lars
2019-01-11 12:37 ` Fwd: " cryo shock
2019-01-13 20:06 ` 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).