ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: footnote inside footnote
Date: Wed, 4 Feb 2009 00:26:09 +0100	[thread overview]
Message-ID: <8AB5F752-CA7A-4231-8520-AB4333108C29@gmail.com> (raw)
In-Reply-To: <20090203224402.GB12232@khaled-laptop>


Am 03.02.2009 um 23:44 schrieb Khaled Hosny:

> On Tue, Feb 03, 2009 at 09:45:12PM +0100, Wolfgang Schuster wrote:
>>
>> Am 03.02.2009 um 21:10 schrieb Khaled Hosny:
>>
>> \definenote[subfootnote][location=page]
>>
>> \starttext
>>
>> Main text body\footnote{First level footnote\subfootnote{Second level
>> footnote.}}
>> has two footnotes\footnote{Another one}.
>>
>> \stoptext
>
> Thanks! Any idea how to indent the subfootnote list?
> I tried 'before=\hskip0.05\textwidth', but then the rule gone away,
> 'indenting=big' doesn't have any effect and things like:
>
> before=\bigskip\hrule width 0.25\textwidth\medskip\hskip0.05\textwidth
>
> is an overkill, I think.


You need the description env. for footnote to change the left margin.

\setupnote
   [subfootnote]
   [rule=\vbox{\hskip\dimexpr1em+1pt\relax\blackrule[width=. 
2\hsize,height=\noteparameter{rulethickness},depth=0pt]}]

\setupnotedefinition
   [subfootnote]
   [width=1em,
    distance=2pt,
    location=text,
    text=\hfill]

Wolfgang

___________________________________________________________________________________
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
___________________________________________________________________________________


  reply	other threads:[~2009-02-03 23:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-03 20:10 Khaled Hosny
2009-02-03 20:45 ` Wolfgang Schuster
2009-02-03 22:44   ` Khaled Hosny
2009-02-03 23:26     ` Wolfgang Schuster [this message]
2009-02-04  0:14       ` Khaled Hosny

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=8AB5F752-CA7A-4231-8520-AB4333108C29@gmail.com \
    --to=schuster.wolfgang@googlemail.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).