Re: [NTG-context] Avoid indentation after \typebuffer

2020-07-01 Thread Hans Hagen

On 7/1/2020 12:25 PM, Mikael Sundqvist wrote:


Does the indentnext do something else for this setup?

I'll look at it

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Avoid indentation after \typebuffer

2020-07-01 Thread Mikael Sundqvist
On Wed, Jul 1, 2020 at 8:53 AM Hans Hagen  wrote:

> 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]
>
>
OK, that is a way around. I thought the indentnext existed for this, since
it was present in http://www.pragma-ade.com/general/qrcs/setup-en.pdf

Does the indentnext do something else for this setup?

/Mikael
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Avoid indentation after \typebuffer

2020-07-01 Thread Hans Hagen

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
-
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Avoid indentation after \typebuffer

2020-06-30 Thread Mikael Sundqvist
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.

/Mikael


indentproblem.pdf
Description: Adobe PDF document
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___