From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/75438 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Pablo_Rodr=EDguez?= Newsgroups: gmane.comp.tex.context Subject: sorting footnotes alphabetically Date: Sun, 01 Apr 2012 12:15:17 +0200 Message-ID: <4F782AB5.8080807@web.de> 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: dough.gmane.org 1333275334 28393 80.91.229.3 (1 Apr 2012 10:15:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 1 Apr 2012 10:15:34 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Apr 01 12:15:33 2012 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 1SEHoo-0007Uy-Vn for gctc-ntg-context-518@m.gmane.org; Sun, 01 Apr 2012 12:15:31 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A3067101E5; Sun, 1 Apr 2012 12:15: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 (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ydaBu6mGKt9I; Sun, 1 Apr 2012 12:15:27 +0200 (CEST) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A9E9A101E0; Sun, 1 Apr 2012 12:15:27 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 31C70101E0 for ; Sun, 1 Apr 2012 12:15:26 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kgEKpKhqxcw2 for ; Sun, 1 Apr 2012 12:15:25 +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 11D2E10194 for ; Sun, 1 Apr 2012 12:15:24 +0200 (CEST) Original-Received: from fmmailgate05.web.de (fmmailgate05.web.de [217.72.192.243]) by filter2-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id q31AFOYL027475 for ; Sun, 1 Apr 2012 12:15:24 +0200 Original-Received: from moweb002.kundenserver.de (moweb002.kundenserver.de [172.19.20.108]) by fmmailgate05.web.de (Postfix) with ESMTP id 1EB306BE1576 for ; Sun, 1 Apr 2012 12:15:24 +0200 (CEST) Original-Received: from [192.168.1.33] ([83.43.220.132]) by smtp.web.de (mrweb001) with ESMTPA (Nemesis) id 0MeBVG-1RrokH2vR0-00Q4jj; Sun, 01 Apr 2012 12:15:23 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 X-Provags-ID: V02:K0:Pxg0vVjR+WfeiMKMlQn24edXOp5SJOxPAfnwF9QjNsy 1m6lq7g1VhYKtf4dvmxbtxTcwt2AqHcLbFRJ0KDbLutL5m1V/x Z0l+GWRtQsduIStwIn7ufBHfbNVq70F9ypPgcsMqyspdKKZO1a A++xxR2Z5A6BkMoEUAZY1dd4KfmfSZMG4tMziaoDmOfmpLRVrY 37Ho/aV2w2HnnXFo0YWNg== X-Bayes-Prob: 0.701 (Score 2, tokens from: @@RPTN) X-CanIt-Geo: ip=217.72.192.243; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0QGQyfoRV - 1c110c4bdd6b - 20120401 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:75438 Archived-At: Hi there, I read in strc-not.mkvi that footnotes can be treated as lists. And the reference manual deals in section 12.3 with sorting lists. My basic sample is the following: \definenote[dict] \setupnotation[dict][number=no] \starttext This is my dictionary\dict{dictionary: vocabulario} command\dict{command: orden} for a complex\dict{complex: complejo} text\dict{text: texto}. \stoptext What I'm trying to achieve is that the \dict footnotes are sorted alphabetically. Adding the code from sorted lists, I get the following: \definesorting[meaning][meanings] \setupsorting[meaning][criterium=all] \definenote[dict] \setupnote[dict][number=no,command=\placelistofmeanings] \setupnotation[dict][number=no,command=\meaning] \starttext This is my dictionary\dict{dictionary: vocabulario} command\dict{command: orden} for a complex\dict{complex: complejo} text\dict{text: texto}. \stoptext It compiles fine, but the footnotes aren't alphabetically sorted. Is there any way to achieve this? Many thanks for your help, Pablo -- http://www.ousia.tk ___________________________________________________________________________________ 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 ___________________________________________________________________________________