ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Thomas A. Schmitz" <thomas.schmitz@uni-bonn.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: footnotes again
Date: Wed, 4 Aug 2010 12:03:55 +0200	[thread overview]
Message-ID: <BE4E148D-0CA4-4BA4-9227-3847B73C42CA@uni-bonn.de> (raw)
In-Reply-To: <4C58AD45.1070107@wxs.nl>

On Aug 4, 2010, at 1:59 AM, Hans Hagen wrote:

> this works again:
> 
> \starttext
> 
> \showframe
> 
> \setupnotedefinition[footnote][location=left,width=1cm]
> \setupnote[footnote][location=page,numbercommand=]
> 
> test \footnote{test}
> 
> \stoptext

Great, this is what I need! I have adapted it like so to have the numbers flushright in a box:

\starttext

\def\NoteNumber#1{\showboxes\hbox to 16pt{\hbox to 12.5pt{\strut\hfill #1}}}

\showframe

\setupnotedefinition[footnote][location=left,width=16pt]
\setupnote[footnote][location=page,numbercommand=\NoteNumber]

\dorecurse{11}{Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed
  diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam
  erat, sed diam voluptua.\footnote{Lorem ipsum dolor sit amet, consetetur
    sadipscing elitr, sed diam nonumy eirmod tempor note \recurselevel
    .}\par}

\stoptext

So, before I wikify: \setupnotedefinition[location=left,width=<dimension>] controls the width of the area where the number will be typeset and of the indentation. But which key controls whether the number is typeset in the margin or in the text area?

Thanks!

Thomas
___________________________________________________________________________________
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:[~2010-08-04 10:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-03 20:07 Thomas Schmitz
2010-08-03 22:15 ` Hans Hagen
2010-08-03 23:59 ` Hans Hagen
2010-08-04 10:03   ` Thomas A. Schmitz [this message]
2010-08-04 11:13     ` Hans Hagen

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=BE4E148D-0CA4-4BA4-9227-3847B73C42CA@uni-bonn.de \
    --to=thomas.schmitz@uni-bonn.de \
    --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).