Re: [NTG-context] \placefigure[right or left] failing in footnotes

2014-03-03 Thread Wolfgang Schuster

Am 03.03.2014 um 16:04 schrieb Alan Bowen bowenala...@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
___

Re: [NTG-context] \placefigure[right or left] failing in footnotes

2014-03-03 Thread Alan Bowen
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.wolfg...@gmail.com wrote:


 Am 03.03.2014 um 16:04 schrieb Alan Bowen bowenala...@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

 ___

___
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
___