On 2017-03-27 09:16, Procházka Lukáš Ing. wrote:
Hello Henri,

that's it - thank you for the solution!

BTW - Your code seems to work even without \blank[-line]:

----
\setupnote
  [footnote]
  [after={\switchtobodyfont[\noteparameter{bodyfont}]}]

\setupnotation
  [footnote]
  [
    after={\blank[line]},
    indenting={yes,medium},
  ]

\starttext

\input knuth\footnote{\input knuth }

\input ward\footnote{\input ward }

\stoptext
----

Thank you anyway.

Best regards,

Lukas


On Sat, 25 Mar 2017 03:43:54 +0100, Henri Menke <henrime...@gmail.com> wrote:

Indenting is easy. For space in between I haven’t found anything useful. You can hack something with after.

\setupnote
  [footnote]
[after={\switchtobodyfont[\noteparameter{bodyfont}]\blank[-line]}]

\setupnotation
  [footnote]
  [
    after={\blank[line]},
    indenting={yes,medium},
  ]

\starttext

\input knuth\footnote{\input knuth }

\input ward\footnote{\input ward }

\stoptext

The \blank[-line] in \setupnote is necessary. It acts to remove the final \blank[line] via \setupnotation. To see, process the file with and without an addeed \showframe.

--
Rik

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to