From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22670 Path: news.gmane.org!not-for-mail From: Brooks Moses Newsgroups: gmane.comp.tex.context Subject: Re: formatting \note output Date: Thu, 22 Sep 2005 13:58:23 -0700 Message-ID: <4.3.1.2.20050922135235.01c48a10@cits1.stanford.edu> 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="us-ascii"; format=flowed X-Trace: sea.gmane.org 1127422747 2722 80.91.229.2 (22 Sep 2005 20:59:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Sep 2005 20:59:07 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 22 22:59:01 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 1EIY9T-00053u-7P for gctc-ntg-context-518@m.gmane.org; Thu, 22 Sep 2005 22:58:43 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DAE73127F7; Thu, 22 Sep 2005 22:58:42 +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 32558-04-4; Thu, 22 Sep 2005 22:58:39 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 47495127F9; Thu, 22 Sep 2005 22:58:39 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 794C2127F9 for ; Thu, 22 Sep 2005 22:58:38 +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 32558-04-3 for ; Thu, 22 Sep 2005 22:58:37 +0200 (CEST) Original-Received: from smtp2.Stanford.EDU (smtp2.Stanford.EDU [171.67.16.125]) by ronja.ntg.nl (Postfix) with ESMTP id 45A1D127F7 for ; Thu, 22 Sep 2005 22:58:36 +0200 (CEST) Original-Received: from mindolluin.stanford.edu (DNab42a5c2.Stanford.EDU [171.66.165.194]) by smtp2.Stanford.EDU (8.12.11/8.12.11) with ESMTP id j8MKwWrN032484 for ; Thu, 22 Sep 2005 13:58:34 -0700 X-Sender: brooks@cits1.stanford.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Original-To: mailing list for ConTeXt users In-Reply-To: <0C7D9E58-C536-4021-AE38-E15700A7BCC1@Princeton.EDU> 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:22670 Archived-At: At 04:18 AM 9/22/2005, Alan Bowen wrote: >Though I have asked this question before and there was no response, I >thought I would ask the following once more (before going through my >source files and making the changes by hand). > >Does anyone know how to modify or adapt \note so that the output is a >footnote number in normal/body text format---e.g., "(ref.\ \note [lemur])" >becomes "(ref.\ 9)"---rather than a superscripted numeral? As I noted on the Wiki's footnotes page when I discovered this, \note is basically equivalent to the standard \in function for accessing references, except that it typesets the result as a superscript. Thus, you can use \in rather than \note to reference a footnote number in normal format -- e.g., "(ref.\ \in[lemur])", for your example, though using "(\in{ref.}[lemur])" will do a better job with any hyperlinks, since the word "ref." will be included in the hyperlink. And, if for some bizarre reason you want to reference a section number by setting it as a superscript, you can use \note instead of \in for that. - Brooks