Re: [NTG-context] no indent after figure

2006-09-12 Thread Wolfgang Werners-Lucchini
> Hi Wolfgang, > > use the following code because my old one worked only when > \setupfloats[indentnext=yes] was used. > > \unprotect > > \def\OTRONEdosomepagefloat#1[#2]% > {%\checkwaitingfloats{#1}% >\global\setbox#1\vbox > {\unvbox#1% > \vbox to \textheight > {\doifno

Re: [NTG-context] no indent after figure

2006-09-12 Thread Wolfgang Schuster
On Tue, 12 Sep 2006 10:58:26 +0200 "Wolfgang Werners-Lucchini" <[EMAIL PROTECTED]> wrote: > > The following example solves now your problem on my > > machine without the ugly solution with \indentation. > > > > \unprotect > > > > \def\OTRONEdosomepagefloat#1[#2]% > > {%\checkwaitingfloats{#1}%

Re: [NTG-context] no indent after figure

2006-09-12 Thread Wolfgang Werners-Lucchini
> The following example solves now your problem on my > machine without the ugly solution with \indentation. > > \unprotect > > \def\OTRONEdosomepagefloat#1[#2]% > {%\checkwaitingfloats{#1}% >\global\setbox#1\vbox > {\unvbox#1% > \vbox to \textheight > {\doifnotinset\v!hi

Re: [NTG-context] no indent after figure

2006-09-10 Thread Wolfgang Schuster
On Sat, 09 Sep 2006 11:05:57 +0200 "Wolfgang Werners-Lucchini" <[EMAIL PROTECTED]> wrote: > > The following works on my machine > > > > \setupindenting[yes,medium] > > \setupfloats[indentnext=yes] > > > > \starttext > > > > \input knuth \par > > > > \placefigure > > {} > > {\framed > >

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

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

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

Re: [NTG-context] no indent after figure

2006-09-08 Thread Wolfgang Schuster
On Fri, 8 Sep 2006 07:43:17 -0700 David Arnold <[EMAIL PROTECTED]> wrote: > Use \indentation, as in: > > \indentation Now is the time. > > On Sep 8, 2006, at 6:29 AM, Wolfgang Werners-Lucchini wrote: > > > Hallo! > > > > I have a problem with indenting. > > The paragraph following the \placefig

Re: [NTG-context] no indent after figure

2006-09-08 Thread David Arnold
Use \indentation, as in: \indentation Now is the time. On Sep 8, 2006, at 6:29 AM, Wolfgang Werners-Lucchini wrote: > Hallo! > > I have a problem with indenting. > The paragraph following the \placefigure > is not indented and I find not any way to achieve this. > The following testfile shows th

[NTG-context] no indent after figure

2006-09-08 Thread Wolfgang Werners-Lucchini
Hallo! I have a problem with indenting. The paragraph following the \placefigure is not indented and I find not any way to achieve this. The following testfile shows the situation: -- \setupfloats[indentnext=yes]% <--- Doesn't help! \set