setupinterlinespace affects headers and footers
Hi all, Can I limit \setupinterlinespace to body text only? Regards Jon
Hi, Yikes! Erm… MWE: \startsetups[headertext] \startframed[frame=off,align=flushright,width=fit] { \setupinterlinespace[12pt] \the\baselineskip\\ abc } \stopframed \stopsetups \setupheadertexts[\directsetup{headertext}] \starttext { \setupinterlinespace[24pt] \input{knuth} \page \input{knuth} \page \input{knuth} } \stoptext Only the last page is immune to the double-spacing. Regards Jon
On Aug 31, 2019, at 8:54 PM, Wolfgang Schuster
wrote: Jon Wong schrieb am 31.08.2019 um 09:25:
Hi all,
Can I limit \setupinterlinespace to body text only?
Example?
Wolfgang
Hi Wolfgang! Sadly, it still didn’t work: \startsetups[headertext] \startframed[frame=off,align=flushright,width=fit] \setuplocalinterlinespace[12pt] \the\baselineskip\\ abc \stopframed \stopsetups \setupheadertexts[\directsetup{headertext}] \starttext \setupinterlinespace[12pt] { \setuplocalinterlinespace[24pt] \input{knuth} \page \input{knuth} \page \input{knuth} } \stoptext Regards Jon
On Aug 31, 2019, at 9:05 PM, Wolfgang Schuster
wrote: Jon Wong schrieb am 31.08.2019 um 14:59:
Hi,
Yikes! Erm… For a local change of the interlinespace in the document use the \setuplocalinterlinespace command.
Wolfgang
participants (2)
-
Jon Wong
-
Wolfgang Schuster