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}
]
\starttext
\startframedtext%[align={verytolerant, stretch}]
xx. xxxxxxxxx xxxx xxxxxx-xxxx xx xxxx, xx xxxxxxx xxx xxxxxx
\type{yyyyyyyyyyyyyyy}.
xxxx xxxx xxxxxxxxxxxxxx xxxxx xxxx xxxxx xx xxxxxxxxx xx xxxxxxxx xxxxxxx.
\stopframedtext
\stoptext
```

while the following works:

```
\setupframedtext[
  width=broad,
  align={verytolerant, stretch}
]
\starttext
\startframedtext[align={verytolerant, stretch}]
xx. xxxxxxxxx xxxx xxxxxx-xxxx xx xxxx, xx xxxxxxx xxx xxxxxx
\type{yyyyyyyyyyyyyyy}.
xxxx xxxx xxxxxxxxxxxxxx xxxxx xxxx xxxxx xx xxxxxxxxx xx xxxxxxxx xxxxxxx.
\stopframedtext
\stoptext
```

ConTeXt version: `mtx-context     | current version: 2019.03.21 21:39`.

Any help would be appreciated.

Best,
Exp
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to