Re: [NTG-context] no indent after figure

2006-09-09 Thread Renaud AUBIN




Wolfgang Werners-Lucchini a écrit :

  
It seems, that
\setupfloats[indentnext=yes]
has nothing to do with indenting of next paragraph.
What is the real meaning of this option?
  


indentnext=yes is indeed related to indentation. Search for threads
"[NTG-context] Indentation bug ?" and "[NTG-context] Indentation bug ?
Sample"...
\indentation is the solution (Thanks to David) or you can cheat by
placing \placefigure or \placefloat before \section os \subsection...
when they use page, top, bottom, auto or page...

Renaud


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] no indent after figure

2006-09-09 Thread Wolfgang Werners-Lucchini
> The following works on my machine
> 
> \setupindenting[yes,medium]
> \setupfloats[indentnext=yes]
> 
> \starttext
> 
> \input knuth \par
> 
> \placefigure
> {}
> {\framed
> [offset=none,
>  width=0.6\makeupwidth,
>  height=0.4\textheight]
> {figure}}
> 
> 
> \dorecurse{3}{\input knuth\par}
> 
> \stoptext
> 
> Wolfgang

Hallo Wolfgang!

Your example doesn't use 

\setupfloat[figure][default={page,high,none}]

and I found, that the option 'page' in this statement toggles 
indenting of next paragraph!
I don't understand this at all. Please, can someone explain the 
interrelation between these two things?

And a second:
It seems, that
\setupfloats[indentnext=yes]
has nothing to do with indenting of next paragraph.
What is the real meaning of this option?

Wolfgang


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] no indent after figure

2006-09-09 Thread Wolfgang Werners-Lucchini
> Use \indentation, as in:
> \indentation Now is the time.

Thank you, David! That helps too.

Wolfgang
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context