On Fri, 14 Nov 2008, Wolfgang Schuster wrote:
Hi,
I try to change the linedistance in my footnotes but this is a pain with the current interface, I slightly modified the \setnotebodyfont macro and hope this could also be done in core-not.
You can also exploit the before key for this. http://archive.contextgarden.net/message/20070314.020258.3501cc05.en.html
\def\setnotebodyfont {\let\setnotebodyfont\relax \restoreglobalbodyfont \switchtobodyfont[\noteparameter\c!bodyfont]% \setuptolerance[\noteparameter\c!tolerance]% \setupalign[\noteparameter\c!align]% \noteparameter\c!commands} % <- new
I would suggest using setups key rather than commands. In fact, I wish all commands had a setup=... key. Tweaking the before key is not always convinient. Aditya