From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16154 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Footnotes in margin? Date: Wed, 18 Aug 2004 21:39:12 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <4123B060.6020002@wxs.nl> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1092903420 20904 80.91.224.253 (19 Aug 2004 08:17:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Aug 2004 08:17:00 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Aug 19 10:16:53 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bxi6P-0005y1-00 for ; Thu, 19 Aug 2004 10:16:53 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 79DC112787; Thu, 19 Aug 2004 10:16:49 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04014-09-3; Thu, 19 Aug 2004 10:16:49 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 670A512795; Thu, 19 Aug 2004 09:38:59 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 21C521278B for ; Thu, 19 Aug 2004 09:38:56 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03659-01-2 for ; Thu, 19 Aug 2004 09:38:55 +0200 (CEST) Original-Received: from mailrelay01.solcon.nl (unknown [212.45.32.200]) by ronja.ntg.nl (Postfix) with ESMTP id 697F312795 for ; Thu, 19 Aug 2004 09:38:55 +0200 (CEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay01.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i7J7crRq031134 for ; Thu, 19 Aug 2004 09:38:53 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 456732EB35; Thu, 19 Aug 2004 09:38:54 +0200 (CEST) Original-Received: from [10.100.1.191] (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 10DC62EB26 for ; Thu, 19 Aug 2004 07:38:53 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: clamd / ClamAV version 0.73, clamav-milter version 0.73a on mailrelay01.solcon.nl X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16154 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16154 Steffen Wolfrum wrote: >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 So, it's up to you to feed this in the wiki -) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------