From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13399 Path: main.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: How to place footnotes in margin? Date: Sun, 21 Sep 2003 14:40:40 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: sea.gmane.org 1064148387 26754 80.91.224.253 (21 Sep 2003 12:46:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Sep 2003 12:46:27 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Sep 21 14:46:25 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A13bd-0005Vo-00 for ; Sun, 21 Sep 2003 14:46:25 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 7587C10B20; Sun, 21 Sep 2003 14:46:23 +0200 (MEST) Original-Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [62.67.200.156]) by ref.ntg.nl (Postfix) with ESMTP id 87ACD10AFC for ; Sun, 21 Sep 2003 14:40:46 +0200 (MEST) Original-Received: (qmail 2121 invoked from network); 21 Sep 2003 12:40:44 -0000 Original-Received: from unknown (HELO [217.184.14.202]) (291610@[217.184.14.202]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 21 Sep 2003 12:40:44 -0000 X-Sender: 291610@pop3.estfiles.de Original-To: ntg-context@ntg.nl Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13399 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13399 Hi, As ConTeXt is such a highly configurable set of macros (at least for those who know) I wonder if there's a way to place footnotes on page but not at the bottom - I'd like to have them e.g. in the margins. As there is no predefinded \setupfootnotes[location=inmargin] I tried something like \inmargin{\footnote{}The footnote's text.} Which doesn't really work - as it doesn't "flow": I you have a footnote at line 5 and line 6 then you have a problem because the second footnote doesn't wait for the first to be finished... Is there a better hack? Happy for feedback, Steffen