ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Mojca Miklavec <mojca.miklavec.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Minimum distance between text and footnotes
Date: Thu, 21 May 2015 18:15:32 +0200	[thread overview]
Message-ID: <CALBOmsajDp6atVn8GzSpZ0NKv6tfyNJ2oLVhPf7Jg2CZNO-gWg@mail.gmail.com> (raw)
In-Reply-To: <555E013E.7030608@sub.uni-goettingen.de>

On Thu, May 21, 2015 at 6:01 PM, Hannes Riebl wrote:
> 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

As AR would say: "I deny everything" ;)

> However, this code results in "! Argument of \spac_vspacing_yes_indeed has
> an extra }":
>
> \setupnote[footnote]
>   [before=\blank[8mm]]

If nothing else this is not valid syntax because the first closing
bracket "]" is treated as the one closing "\setupnote". The correct
syntax would be:

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

Mojca
___________________________________________________________________________________
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	other threads:[~2015-05-21 16:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-20 15:19 Hannes Riebl
2015-05-21 16:01 ` Hannes Riebl
2015-05-21 16:15   ` Mojca Miklavec [this message]
2015-05-22  8:09     ` Hannes Riebl

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=CALBOmsajDp6atVn8GzSpZ0NKv6tfyNJ2oLVhPf7Jg2CZNO-gWg@mail.gmail.com \
    --to=mojca.miklavec.lists@gmail.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).