From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22658 Path: news.gmane.org!not-for-mail From: Christopher Creutzig Newsgroups: gmane.comp.tex.context Subject: Re: formatting \note output Date: Thu, 22 Sep 2005 13:58:48 +0200 Message-ID: <43329C78.2020404@creutzig.de> References: <0C7D9E58-C536-4021-AE38-E15700A7BCC1@Princeton.EDU> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1127390357 17180 80.91.229.2 (22 Sep 2005 11:59:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Sep 2005 11:59:17 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 22 13:59:09 2005 Return-path: 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 1EIPjC-0000Nl-JL for gctc-ntg-context-518@m.gmane.org; Thu, 22 Sep 2005 13:59:02 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 67FAD127ED; Thu, 22 Sep 2005 13:59:01 +0200 (CEST) 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 29315-03; Thu, 22 Sep 2005 13:58:58 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E1D5F127DC; Thu, 22 Sep 2005 13:58:57 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AAD2A127DC for ; Thu, 22 Sep 2005 13:58:56 +0200 (CEST) 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 29415-02 for ; Thu, 22 Sep 2005 13:58:55 +0200 (CEST) Original-Received: from mailgate.uni-paderborn.de (mailgate.uni-paderborn.de [131.234.22.32]) by ronja.ntg.nl (Postfix) with ESMTP id D23051276F for ; Thu, 22 Sep 2005 13:58:53 +0200 (CEST) Original-Received: from p548b2a55.dip0.t-ipconnect.de ([84.139.42.85] helo=[192.168.1.2]) by mailgate.uni-paderborn.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.43) id 1EIPk0-0006Bh-Sf for ntg-context@ntg.nl; Thu, 22 Sep 2005 13:59:53 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <0C7D9E58-C536-4021-AE38-E15700A7BCC1@Princeton.EDU> X-Enigmail-Version: 0.92.0.0 X-UNI-PB_FAK-EIM-MailScanner-Information: Please see http://imap.uni-paderborn.de for details X-UNI-PB_FAK-EIM-MailScanner: Found to be clean X-UNI-PB_FAK-EIM-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.208, required 4, AUTH_EIM_USER -5.00, RCVD_IN_NJABL_DUL 1.66, RCVD_IN_SORBS_DUL 0.14) X-MailScanner-From: christopher@creutzig.de X-Virus-Scanned: 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22658 Archived-At: Alan Bowen wrote: > Does anyone know how to modify or adapt \note so that the output is a=20 > footnote number in normal/body text format---e.g., =93(ref.\ \note > [lemur])=94 becomes =93(ref.\ 9)=94---rather than a superscripted numer= al? \starttext footnote\footnote[lemur]{test} has number \in[lemur] \stoptext Christopher