Re: [NTG-context] spacing between floating figure caption and surrounding text

2009-11-17 Thread Vyatcheslav Yatskovsky

Hello Hans,


sidespacebefore
sidespaceafter


Yes, I played with them, but did not understand their logic.
Is 'high' equals to sidespacebefore=0
'low' -- to sidespaceafter=0?

In other words, how to duplicate the effect of 'low' using sidespace 
options?


Vyatcheslav
___
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] spacing between floating figure caption and surrounding text

2009-11-17 Thread Hans Hagen

Taco Hoekwater wrote:


Vyatcheslav Yatskovsky wrote:

Hello,

Another question about figures. How to get rid of big spacing between
floating figure caption and surrounding text?

In the following example, I want the spacing between  "Figure 1" and the
text below to be twice less.


Normally, you would do \setupfloat[figure][after=] but that does not
seem to work very well for side floats, sorry.


sidespacebefore
sidespaceafter



-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] spacing between floating figure caption and surrounding text

2009-11-17 Thread Vyatcheslav Yatskovsky

Hello Taco

Normally, you would do \setupfloat[figure][after=] but that does not
seem to work very well for side floats, sorry.
   

Thanks for trying to help! :)

Actually, I discovered from "It's in details" that

\placefigure[inner, low]{ }

is ok for my situation.

Another questions is: how to setup "low" parameter for all figures globally?

Regards,
Vyatcheslav
___
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] spacing between floating figure caption and surrounding text

2009-11-16 Thread Taco Hoekwater


Vyatcheslav Yatskovsky wrote:
> Hello,
> 
> Another question about figures. How to get rid of big spacing between
> floating figure caption and surrounding text?
> 
> In the following example, I want the spacing between  "Figure 1" and the
> text below to be twice less.

Normally, you would do \setupfloat[figure][after=] but that does not
seem to work very well for side floats, sorry.

Best wishes,
Taco
___
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
___


[NTG-context] spacing between floating figure caption and surrounding text

2009-11-16 Thread Vyatcheslav Yatskovsky

Hello,

Another question about figures. How to get rid of big spacing between 
floating figure caption and surrounding text?


In the following example, I want the spacing between  "Figure 1" and the 
text below to be twice less.



\starttext

\dorecurse{2}{\input knuth \par}

\placefigure

[inner]

{}

{\externalfigure[cow][width=0.5\textwidth]}

\dorecurse{2}{\input knuth \par}

\stoptext



Regards,
Vyatcheslav
___
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
___