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

However, this code results in "! Argument of \spac_vspacing_yes_indeed has an extra }":

\setupnote[footnote]
  [before=\blank[8mm]]

\starttext
\dorecurse{3}{\input knuth\footnote{abc}}
\stoptext

Guess that's a bug? Using this code instead, everything works out as expected:

\def\myblank{\blank[8mm]}

\setupnote[footnote]
  [before=\myblank]

\starttext
\dorecurse{3}{\input knuth\footnote{abc}}
\stoptext

Best regards
Hannes Riebl



--
Hannes Riebl
Abteilung Forschung & Entwicklung

Georg-August-Universität Göttingen
Niedersächsische Staats- und Universitätsbibliothek Göttingen
D-37070 Göttingen

Papendiek 14 (Historisches Gebäude, Raum 2.409)

hri...@sub.uni-goettingen.de
http://www.sub.uni-goettingen.de
http://www.rdd.sub.uni-goettingen.de
http://dhd-blog.org
___________________________________________________________________________________
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