On 7/29/2024 7:49 PM, Joel via ntg-context wrote:
Okay, it took me a while, but I finally found what I believe is a minimum working example:
\starttext
\chapter{test}\starteffect[hidden]\footnote{here is footnote text}\stopeffect \input knuth
\input knuth
\stoptext
In this case, something that should not be displayed (the footnote mark), is not displayed, but it still creates an extra vertical space. If you highlight the text, you can see there is a blank text space created there.
Throwing % signs everywhere doesn't help at all:
\starttext% % \chapter{test}\starteffect[hidden]\footnote{here is footnote text}\stopeffect% \input knuth % % \input knuth % \stoptext% you anyway have to put such a note reference inside the title otherwise you create an insert node that for sure will mess up spacing
here's a trick .. i suppose that we can have a setting that supresses notes completely \setupnotes [location=none] \setupnotations [state=stop] \starttext \chapter{test\footnote{here is footnote text}} \input knuth \input knuth \stoptext ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------