[NTG-context] Minimum distance between text and footnotes
Mojca Miklavec
mojca.miklavec.lists at gmail.com
Thu May 21 18:15:32 CEST 2015
On Thu, May 21, 2015 at 6:01 PM, Hannes Riebl wrote:
> On 05/20/2015 05:19 PM, Hannes Riebl wrote:
>>
>> Dear list,
>>
>> is there a way to set a minimum distance between the text and the
>> footnotes? I have done some research but could not find anything helpful.
>>
>> Best regards
>> Hannes Riebl
>
>
> Just for the record: Mojca addressed this problem in 2005:
>
> http://article.gmane.org/gmane.comp.tex.context/22155
As AR would say: "I deny everything" ;)
> However, this code results in "! Argument of \spac_vspacing_yes_indeed has
> an extra }":
>
> \setupnote[footnote]
> [before=\blank[8mm]]
If nothing else this is not valid syntax because the first closing
bracket "]" is treated as the one closing "\setupnote". The correct
syntax would be:
\setupnote[footnote]
[before={\blank[8mm]}]
Mojca
More information about the ntg-context
mailing list