On Thu, 16 Nov 2023 13:52:05 +0100
Marco Patzer
I'm having problems getting the textbackground spacing offset to work. Example:
\setupframedtext [offset=overlay, width=max, depthcorrection=off]
\setuptextbackground [location=paragraph, %% offset=overlay, %% does nothing %% backgroundoffset=overlay, %% does nothing %% depthcorrection=off, %% does nothing %% topoffset=3mm, %% works, but only for positive values background=, frame=on]
\starttext \startframedtext \framed{Foo} \stopframedtext \starttextbackground \framed{Foo} \stoptextbackground \stoptext
How do it get the same spacing as in the framedtext case?
Is there a solution to this? Or an explanation why the spacing differs? Marco