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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to