[NTG-context] Avoid indentation after \typebuffer

Hans Hagen j.hagen at xs4all.nl
Wed Jul 1 08:53:24 CEST 2020


On 6/30/2020 9:50 PM, Mikael Sundqvist wrote:
> Hi,
> 
> I want to avoid indentation after \typebuffer (or set indentnext to auto 
> perhaps). I am probably missing something simple, but I thought that the 
> example file below should have worked:
> 
> \setupindenting[yes,medium]
> 
> \setuptyping[buffer][
> indentnext=no,
> ]
> 
> \starttext
> 
> \startbuffer
> \startformula
> \int_a^b f'(x)\,dx
> \stopformula
> \stopbuffer
> 
> \typebuffer
> I do not want this line to be indented.
> 
> \stoptext
> 
> Compiled with an updated lmxt, and resulting pdf file is attached.
\setuptyping
   [buffer]
   [before=\blank,
    after={\blank\noindentation}]% indentnext=no]

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------


More information about the ntg-context mailing list