ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Steffen Wolfrum <context@st.estfiles.de>
Subject: three questions on footnotes
Date: Wed, 20 Oct 2004 21:47:22 +0200	[thread overview]
Message-ID: <a06002006bd9c6c6fb8dc@[62.134.72.207]> (raw)

Hi,

as beautiful footnote placement is one of the most brilliant features in TeX
I were happy if these three detail questions could also be answered with ConTeXt.

Hans, do you have some time left to have a look, please?

As always, thank you very much,

Steffen


-> 1. headcommand

How do I use this new command for moving my footnotemarker?
I found only "location=top" showing a result and that was quite stupid ...

\setupfootnotedefinition[location=command,headcommand=\llap]



-> 2. footnotes (short: behind, long: below)?

Is there a predefined command for placing short footnotes
at the bottom of each page but horizontally continuos?

Is saw this way of typesetting footnotes in a book I've read.
It looks likes this:

body text body text body
text body  text body bo-
dy  text body  text body.
------
1 short   2 short 3 short
4 short
5 but hey: the long note
starts in a new line!


I have never seen footnotes like this before. But it reads very pleasant:
This way you don't have lot of empty white space (because of short notes),
and it still is very clear (for the long footnote starts on a new line).

Is it possible to typeset this in ConTeXt?



-> 3. Footnotes in margin? 

Hans once posted the code listed below. But the result on longer footnotes were halfempty (body text) pages.
Is there a bug fix, a work around?


> >does ConTeXt provide a way to place footnote (not margin notes!) per page - but not below the body text?
> >A suitable place could be the margin. But there is no "\setupfootnotes[location=inmargin]"
> >and somthing like "\inmargin{\footnote{}The footnote's text.}" doesn't flow.
> >
> >Does anybody know a working solution?
> >  
> >
> Idris should know since i made him definable footnotes -) 
> 
> \showframe
> 
> \definenote[mynote][way=bypage,location=text,width=\marginwidth,rule=,before=]
> 
> \setuplayout[backspace=5cm,margin=3cm,margindistance=.5cm,width=middle]
> 
> \setuptexttexts
>   [margin]
>   [\vbox to \textheight{\placenotes[mynote]\vfill}]
>   []
> 
> \starttext
> 
> test \mynote{one} test \mynote{two} \page
> test \mynote{one} test \mynote{two} \page
> test \mynote{one} test \mynote{two} \page
> test \mynote{one} test \mynote{two} \page
> 
> \stoptext
> 
> or a bit more modern (structured, readable, replacable): 
> 
> \setuptexttexts
>   [margin]
>   [\setups{flushmynotes}]
>   []
> 
> \startsetups flushmynotes
> 
>   \vbox to \textheight{\placenotes[mynote]\vfill}
> 
> \stopsetups

             reply	other threads:[~2004-10-20 19:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-20 19:47 Steffen Wolfrum [this message]
2004-11-02 17:37 ` 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='a06002006bd9c6c6fb8dc@[62.134.72.207]' \
    --to=context@st.estfiles.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).