在默认设置中,脚注文本具有统一的垂直行距。当我创建跨多行的脚注时,这些行,同一脚注中的行与单独脚注中的行之间有 x 个点:
1 This is some footnote text that
spans multiple lines.
2 This is a second footnote text.
3 This is a third footnote text.
示例代码:
\starttext
This is some text\footnote{with a footnote with some long text that space more than one line and continues to a new line} and some more text\footnote{with another footnote}.
\stoptext
我想修改行间空间或行之间的间隙,以便来自同一脚注但溢出到新行的文本与其上方的文本更紧密地分组:
1 This is some footnote text that
spans multiple lines.
2 This is a second footnote text.
3 This is a third footnote text.
当我尝试调整时\setupinterlinespace
,它会调整所有内容的行间间距。
如何调整溢出到新行的脚注文本之间的垂直距离,而不依赖于一个脚注与下一个脚注之间的垂直距离?
答案1
我想这就是你想要的。
\setupnotation[footnote][after={\blank[2*line]}]