[NTG-context] Global \setup has no effect while ad-hoc setting does
Exp
exprosic at gmail.com
Fri Feb 14 02:21:03 CET 2020
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ntg.nl/pipermail/ntg-context/attachments/20200214/20d5808e/attachment-0001.htm>
More information about the ntg-context
mailing list