ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Rik <rik@panix.com>
To: ntg-context@ntg.nl
Subject: Re: Altering footnotes via \setupfootnotes
Date: Mon, 27 Mar 2017 12:02:42 -0400	[thread overview]
Message-ID: <0d386213-5efc-db71-cecb-62f509675606@panix.com> (raw)
In-Reply-To: <op.yxrghtf53h68c7@lprx>

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 <henrimenke@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	other threads:[~2017-03-27 16:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-24 23:06 Lukas Prochazka
2017-03-25  2:43 ` Henri Menke
2017-03-27 13:16   ` Procházka Lukáš Ing.
2017-03-27 16:02     ` Rik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0d386213-5efc-db71-cecb-62f509675606@panix.com \
    --to=rik@panix.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).