ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \placefigure[right or left] failing in footnotes
@ 2014-03-03 15:04 Alan Bowen
  2014-03-03 16:24 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Bowen @ 2014-03-03 15:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

The following does not work as it should:

setupexternalfigures[location={local,default}]

\starttext
text%
\footnote{\hangsidefloat[2]
\placefigure[right,none]{}
{\externalfigure[cow][width=.1\textwidth]}
\dorecurse{3}{\input ward}}

%for comparison
\hangsidefloat[2]
\placefigure[right,none]{}
{\externalfigure[cow][width=.1\textwidth]}
\dorecurse{3}{\input ward}%
 \stoptext

The text and image in the main body are as they should be.

But note that the first line of the footnote is blank and that, while the
image is placed as it should be, the text runs through it.

I am running ConTeXt  ver: 2014.02.14 17:07 MKIV beta.

Alan

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \placefigure[right or left] failing in footnotes
  2014-03-03 15:04 \placefigure[right or left] failing in footnotes Alan Bowen
@ 2014-03-03 16:24 ` Wolfgang Schuster
  2014-03-03 20:00   ` Alan Bowen
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2014-03-03 16:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


Am 03.03.2014 um 16:04 schrieb Alan Bowen <bowenalan03@gmail.com>:

> The following does not work as it should:
> 
> setupexternalfigures[location={local,default}]
> 
> \starttext
> text%
> \footnote{\hangsidefloat[2]
> 	\placefigure[right,none]{}
> 	{\externalfigure[cow][width=.1\textwidth]}
> 	\dorecurse{3}{\input ward}}
>  
> %for comparison
> \hangsidefloat[2]
> \placefigure[right,none]{}
> 	{\externalfigure[cow][width=.1\textwidth]}
> 	\dorecurse{3}{\input ward}%
>  \stoptext
> 
> The text and image in the main body are as they should be.
>  
> But note that the first line of the footnote is blank and that, while the image is placed as it should be, the text runs through it.

1. The vertical distance before and after floats can be changed with \setupfloat[spacebefore=…,spaceafter=…].

2. Some features like floats or columns don’t work or can be used only with limitations in footnotes.

Wolfgang


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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \placefigure[right or left] failing in footnotes
  2014-03-03 16:24 ` Wolfgang Schuster
@ 2014-03-03 20:00   ` Alan Bowen
  0 siblings, 0 replies; 3+ messages in thread
From: Alan Bowen @ 2014-03-03 20:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Again, thanks.

My tests so far indicate that the only way to go in footnotes is with
\starthanging[location-right]...\stophanging--and to be happy with the output
as it is (which is quite nice, when all is said and done).

Alan


On Mon, Mar 3, 2014 at 11:24 AM, Wolfgang Schuster <
schuster.wolfgang@gmail.com> wrote:

>
> Am 03.03.2014 um 16:04 schrieb Alan Bowen <bowenalan03@gmail.com>:
>
> The following does not work as it should:
>
> setupexternalfigures[location={local,default}]
>
> \starttext
> text%
> \footnote{\hangsidefloat[2]
>  \placefigure[right,none]{}
> {\externalfigure[cow][width=.1\textwidth]}
> \dorecurse{3}{\input ward}}
>
> %for comparison
> \hangsidefloat[2]
> \placefigure[right,none]{}
> {\externalfigure[cow][width=.1\textwidth]}
> \dorecurse{3}{\input ward}%
>  \stoptext
>
> The text and image in the main body are as they should be.
>
> But note that the first line of the footnote is blank and that, while the
> image is placed as it should be, the text runs through it.
>
>
> 1. The vertical distance before and after floats can be changed with
> \setupfloat[spacebefore=...,spaceafter=...].
>
> 2. Some features like floats or columns don't work or can be used only
> with limitations in footnotes.
>
> 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
>
> ___________________________________________________________________________________
>

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

[-- Attachment #2: Type: text/plain, Size: 485 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://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:[~2014-03-03 20:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-03 15:04 \placefigure[right or left] failing in footnotes Alan Bowen
2014-03-03 16:24 ` Wolfgang Schuster
2014-03-03 20:00   ` Alan Bowen

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