Am 21.07.2025 um 17:53 schrieb Thomas Meyer:

Without \vbox the indentation is slightly different.

The \vbox command is useless in your example and not necessary, the problem are the braces you put around the \framed content.

Compare the first \framed which emulates your example with an extra group for the content and the second one without. When you add the group the space before the text appears in the output but without the group the space is removed.

\starttext

\startframed[align=normal]{ Text }\stopframed

\startframed[align=normal] Text \stopframed

\stoptext

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to