[NTG-context] Global \setup has no effect while ad-hoc setting does

Wolfgang Schuster wolfgang.schuster.lists at gmail.com
Fri Feb 14 06:30:31 CET 2020


On Fri, 14 Feb 2020 02:21:03 +0100
Exp <exprosic at gmail.com> wrote:

> Dear list,
> 
> I want to prevent an overfull hbox caused by an inline typing by making the
> alignment very tolerant, but it didn't work:
> 
> ```
> \setupframedtext[
>   width=broad,
>   align={verytolerant, stretch}

You need a command at the end of the argument because the line end adds a space.

    align={verytolerant, stretch},
                                ^^^

Wolfgang


More information about the ntg-context mailing list