From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26207 Path: news.gmane.org!not-for-mail From: Charles Doherty Newsgroups: gmane.comp.tex.context Subject: Re: Multiple Footnote Threads Date: Wed, 1 Mar 2006 16:48:17 +0000 Message-ID: <4C50DD59-F6F0-4CA2-A5CD-2BB631EEB324@ntlworld.ie> References: <9d794ec90603010537w28d3d6a5yf52f8165081b7d27@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1141231782 31698 80.91.229.2 (1 Mar 2006 16:49:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Mar 2006 16:49:42 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Mar 01 17:49:36 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FEUVE-0000Hp-NW for gctc-ntg-context-518@m.gmane.org; Wed, 01 Mar 2006 17:48:41 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C16D81279D; Wed, 1 Mar 2006 17:48:39 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26769-08; Wed, 1 Mar 2006 17:48:35 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4FD0112783; Wed, 1 Mar 2006 17:48:35 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E64D112783 for ; Wed, 1 Mar 2006 17:48:33 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00362-01 for ; Wed, 1 Mar 2006 17:48:32 +0100 (CET) Original-Received: from mta09-winn.ispmail.ntl.com (mta09-winn.ispmail.ntl.com [81.103.221.49]) by ronja.ntg.nl (Postfix) with SMTP id 62C8A1277B for ; Wed, 1 Mar 2006 17:48:32 +0100 (CET) Original-Received: from aamtaout01-winn.ispmail.ntl.com ([81.103.221.35]) by mta09-winn.ispmail.ntl.com with ESMTP id <20060301164831.GYHY23947.mta09-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com> for ; Wed, 1 Mar 2006 16:48:31 +0000 Original-Received: from [10.0.1.2] (really [80.6.229.96]) by aamtaout01-winn.ispmail.ntl.com with ESMTP id <20060301164831.ISGS11653.aamtaout01-winn.ispmail.ntl.com@[10.0.1.2]> for ; Wed, 1 Mar 2006 16:48:31 +0000 In-Reply-To: <9d794ec90603010537w28d3d6a5yf52f8165081b7d27@mail.gmail.com> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:26207 Archived-At: On 1 Mar 2006, at 13:37, Bob Norton wrote: > Hello, > > Using ConTeXt, I would like to have multiple footnote threads in a > document. > Does anyone have any ideas? > > Thanks in advance, > > Rob Walton Rob, This was sent to the list by someone some time ago. I kept the example since I need footnote layers occasionally myself. Unfortunately I didn't keep the name of the donor. \definenote[thanks][conversion=set 2] \definenote[lemma][conversion=set 3] \usetypescript[modern][ec] \setupbodyfont[10pt,rm] \starttext A. U. Thor\thanks[Misk]{A. U. Thor and W.H. Gates, III, are at Miskatonic U.}, A. N. Onymouse\thanks{A. N. Onymouse is at Shoggoth Enterprises.}, and W. H. Gates, III\note[Misk] Here\lemma{A piece of biblical text} is a footnote.\footnote{a note} Footnotes\footnote{another note} return here\lemma{A piece of biblical text}. \stoptext Charlie Doherty