Jairo A. del Rio schrieb am 26.02.2021 um 23:09:
> Nice, but it also adds spacing between characters inside a word. So,
> what I was asking is if I can stretch only spaces between words via
> key-value pairs in \framed, if possible, of course. Thank you very much.
\starttext
\framed[width=10cm,align=normal]{\maxaligned{Uno dos tres}}
\framed[width=10cm,align=paragraph]{Uno dos tres}
\stoptext
Wolfgang