[NTG-context] Indentation after \placefigure
Sylvain Hubert
champignoom at gmail.com
Tue Nov 10 18:08:41 CET 2020
On Tue, 10 Nov 2020 at 18:05, Aditya Mahajan <adityam at umich.edu> wrote:
> On Tue, 10 Nov 2020, mf wrote:
>
> > Il 10/11/20 09:42, Sylvain Hubert ha scritto:
> > > Dear List,
> > >
> > > Does anyone know how to indent the paragraph beneath \placefigure in
> the
> > > following example?
> > >
> > > \indenting[2em]
> > > \setupindenting[yes]
> > >
> > > \starttext
> > >
> > > \dorecurse{50}{a b c }
> > >
> > > \placefigure[here,none][indentnext=yes]{}{
> > > \startMPcode
> > > draw fullcircle scaled 1cm;
> > > \stopMPcode
> > > }
> > >
> > > \dorecurse{50}{d e f } % not indented
> > >
> > > \dorecurse{50}{g h i }
> > > \stoptext
> > >
> >
> > The second bracket group of \placefigure is for references.
> > Instead of
> >
> > \placefigure[here,none][indentnext=yes]{}{...
> >
> > write
> >
> > \setupfloat[figure][indentnext=yes]
> > \placefigure[here,none]{}{...
> >
> > That way you enable indentation after every figure.
>
> If you want to change the behavior for a particular figure, you can also
> use the \start...stop variant:
>
> \startplacefigure[location={here,none}, indentnext=yes]
> ....
> \stopplacefigure
>
Thanks for the information, Aditya!
Sylvain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ntg.nl/pipermail/ntg-context/attachments/20201110/9ff74556/attachment.htm>
More information about the ntg-context
mailing list