From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/81438 Path: news.gmane.org!not-for-mail From: hwitloc@gmail.com Newsgroups: gmane.comp.tex.context Subject: [***SPAM***] Re: [***SPAM***] Symbols for footnotes not working Date: Fri, 29 Mar 2013 18:07:26 +0900 Message-ID: <20130329180726.3528@binki> References: <20130328150754.2820@binki> <24D38529-C645-4E7F-8BC4-24B8655D851B@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1364548041 19860 80.91.229.3 (29 Mar 2013 09:07:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Mar 2013 09:07:21 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Fri Mar 29 10:07:45 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ULVHk-0001er-Gp for gctc-ntg-context-518@m.gmane.org; Fri, 29 Mar 2013 10:07:44 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0A73F101EC; Fri, 29 Mar 2013 10:07:20 +0100 (CET) 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 Eu11KhEVK+iz; Fri, 29 Mar 2013 10:07:16 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 9445E101E4; Fri, 29 Mar 2013 10:07:16 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 61D40101E4 for ; Fri, 29 Mar 2013 10:07:15 +0100 (CET) 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 rJFC95qVI-XQ for ; Fri, 29 Mar 2013 10:07:14 +0100 (CET) Original-Received: from filter5-til.mf.surf.net (filter5-til.mf.surf.net [194.171.167.221]) by balder.ntg.nl (Postfix) with ESMTP id 4276C101E3 for ; Fri, 29 Mar 2013 10:07:14 +0100 (CET) Original-Received: from mail2.asahi-net.or.jp (mail2.asahi-net.or.jp [202.224.39.198]) by filter5-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r2T8pkRx010652 for ; Fri, 29 Mar 2013 09:51:47 +0100 Original-Received: from binki (x066068.dynamic.ppp.asahi-net.or.jp [122.249.66.68]) by mail2.asahi-net.or.jp (Postfix) with ESMTP id A5E0927339 for ; Fri, 29 Mar 2013 18:07:10 +0900 (JST) In-reply-to: Your message of Thu, 28 Mar 2013 07:37:15 +0100 <24D38529-C645-4E7F-8BC4-24B8655D851B@gmail.com> X-Mailer: MH-E 8.3.1; GNU Mailutils 2.99.98; GNU Emacs 24.3.1 X-Bayes-Prob: 0.9999 (Score 4.7, tokens from: @@RPTN) X-CanIt-Geo: ip=202.224.39.198; country=JP; latitude=36.0000; longitude=138.0000; http://maps.google.com/maps?q=36.0000,138.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0WJhkPKBO - 02e7850c16c5 - 20130329 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.221 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 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 Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:81438 Archived-At: It didn't work. Either with texexec or with context. Here is a simpler test case -------------------------------- start % basic test to change footnotes bullet to a symbol % basice test to change footnotes bullet to a symbol % \setupfootnotes[rule=off] % had no affect \defineconversion[fnsym]{ \dagger,*,**,***} % etc. \setupfootnotes[conversion=fnsym, numberconversion=fnsym] % Doesn't work \setupnotation[footnote][numberconversion=fnsym,alternative=text] % Doesn't work % conversion=set fnsym or conversion=fnsym does't work % numberconversion=fnsym or numberconversion=set fnsym doesn't work \starttext This is a footnote\footnote{a fnote}\\ And another for clarity\footnote{the 2nd footnote.} \stoptext ----------------end the above does not produce a dagger footnote bullet (only std numbers) It should be a simple thing to do, but I've tried a lot of combinations.. Any help would be appreciated. > > Am 28.03.2013 um 07:07 schrieb hwitloc@gmail.com: > > > > > From ConTeXt's Wiki Garden the below should work, but it isn't. > > How can this be accomlished. I want to use just \dagger for the symbol, but any symbol would do. > > > > \definesymbol[4]{\dagger] > > > > \starttext > > \defineconversion[dagger][{\dagger},{\dagger}] % use a \dagger for the footnote. > > \setupfootnotes[conversion=set dagger,location=text] > > This is the dagger, \dagger{} I want to use for reference\footnote{Will the dagger appear}. > > > > A second line here for robustness.\footnote{It's a number still.} > > \stoptext > > \setupnotation[footnote][numberconversion=dagger,alternative=text] > ....... ___________________________________________________________________________________ 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 ___________________________________________________________________________________