Do you know how this should be coded?
Steffen
___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
___________________________________________________________________________________
maybe \long\def\Footnote[#1]#2{% \def\setnotebodyfont{% \let\setnotebodyfont\relax \restoreglobalbodyfont% \MyFaktor=#1% \switchtobodyfont[rm,9pt]% \setupinterlinespace[line=\dimexpr(9.8\MyFaktor)\relax]% \parskip\dimexpr(2\MyFaktor)\relax% }% \footnote{#2}% } \starttext \blank--0-------\blank \dorecurse{05} {\fakewords{30}{40}\Footnote[0.987pt]{\fakewords{5}{15}} } \blank--1-------\blank \dorecurse{10} {\fakewords{30}{40}\Footnote[1pt]{\fakewords{5}{15}} } \blank--2------\blank \dorecurse{10} {\fakewords{30}{40}\Footnote[1.2pt]{\fakewords{5}{15}} } \blank--3------\blank \dorecurse{10} {\fakewords{30}{40}\Footnote[2pt]{\fakewords{5}{15}} } \stoptext -- luigi