From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/69312 Path: news.gmane.org!not-for-mail From: "Thomas Schmitz" Newsgroups: gmane.comp.tex.context Subject: Re: footnotes: conversion => numberconversion Date: Mon, 20 Jun 2011 16:01:55 +0200 Message-ID: References: <51008169-2F2E-41F6-8E3C-EC202B964146@googlemail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1308578562 17115 80.91.229.12 (20 Jun 2011 14:02:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 20 Jun 2011 14:02:42 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Jun 20 16:02:38 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QYf3e-00053s-0y for gctc-ntg-context-518@m.gmane.org; Mon, 20 Jun 2011 16:02:30 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id ACA46CAE14; Mon, 20 Jun 2011 16:02:29 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id LwmbLM2fLPlr; Mon, 20 Jun 2011 16:02:11 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D11DECAE07; Mon, 20 Jun 2011 16:02:11 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5C077CAE07 for ; Mon, 20 Jun 2011 16:02:10 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id YFd2DqjDwivz for ; Mon, 20 Jun 2011 16:01:56 +0200 (CEST) Original-Received: from filter2-ams.mf.surf.net (filter2-ams.mf.surf.net [192.87.102.70]) by balder.ntg.nl (Postfix) with ESMTP id 61FDFCAE01 for ; Mon, 20 Jun 2011 16:01:56 +0200 (CEST) Original-Received: from uni-bonn.de (mail1x.uni-bonn.de [131.220.15.112]) by filter2-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p5KE1tuN026984 for ; Mon, 20 Jun 2011 16:01:55 +0200 Original-Received: from [93.210.236.214] (account tschmit1@uni-bonn.de) by be2.uni-bonn.de (CommuniGate Pro WEBUSER 5.2.12) with HTTP id 7440620 for ntg-context@ntg.nl; Mon, 20 Jun 2011 16:01:55 +0200 X-Mailer: CommuniGate Pro WebUser v5.2.12 In-Reply-To: X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=131.220.15.112; country=DE; region=07; city=Bonn; latitude=50.7333; longitude=7.1000; http://maps.google.com/maps?q=50.7333,7.1000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0rEWe1TbM - 9055b9dfcf60 - 20110620 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.70 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:69312 Archived-At: On Mon, 20 Jun 2011 15:39:21 +0200 Wolfgang Schuster wrote: > > Am 20.06.2011 um 14:56 schrieb Thomas Schmitz: > >> How? I can only see the option of creating a whole new >>set of footnotes, which is not at all what I want: > > The following is the best i can do (to change the symbol >each \MyNote you need a counter for it): > > \define[1]\MyNote > {\bgroup > \savenumber [footnote]% > \resetnumber[footnote]% > \setupnote[footnote][numberconversion=set 2]% > \footnote{#1}% > \restorenumber[footnote]% > \egroup} > > \starttext > > This is just a test!\MyNote{With a footnote attached.} > > This is just a test!\footnote{With a footnote attached.} > > \stoptext > > Wolfgang > Thanks Wolfgang! This "starred" footnote is often used for acknowledgments etc. in articles, and it's always the first note, often appended to the title. So I come back to my first attempt: this does work, and unless one wants unusual symbols in the middle of ordinary footnotes, seems like the easiest solution: \setupfootnotes[rule=off] \starttext This is just a test!{\setupfootnotes[numberconversion=set 2]\footnote{With a footnote attached.}\resetnumber[footnote]} This is just a test!\footnote{With a footnote attached.} \stoptext Thomas ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________