Pablo Rodriguez via ntg-context schrieb am 04.10.2024 um 18:44:
On 10/4/24 18:06, Wolfgang Schuster wrote:
Pablo Rodriguez via ntg-context schrieb am 04.10.2024 um 17:28:
[...] \type{\a.bc}\footnote{\type{\a.bc}}
\type{\a.bc}\footnote{\type[compact=absolute]{\a.bc}}
Many thanks for your help, Wolfgang.
I wonder why I have just discovered it.
Given this sample:
\setuppapersize[A9] \starttext \setuptype[compact=all] \footnote{\type{\a.b c} \type{\a .b c}} \setuptype[compact=absolute] \footnote{\type{\a.b c} \type{\a .b c}} \stoptext
There seems not to be a way to disable space compacting (or showing spaces as they were typed). What is the rationale behind this?
I mean, this is verbatim and in some cases it is essential to be able to display spaces as they are in the source.
A reminder from of past: https://www.mail-archive.com/ntg-context@ntg.nl/msg74688.html Wolfgang