From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/80410 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Bug in reference to sections Date: Wed, 23 Jan 2013 09:38:48 +0100 Message-ID: <50FFA198.7000404@wxs.nl> References: <5703ADA1-E6E9-4600-9B37-84F0678EEEE3@gmail.com> <9CC217A6-5288-4CC3-B37B-29AB17EBA9F3@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1358930338 4736 80.91.229.3 (23 Jan 2013 08:38:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jan 2013 08:38:58 +0000 (UTC) Cc: Wolfgang Schuster To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Jan 23 09:39:15 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 1TxvrU-0002Cz-Hs for gctc-ntg-context-518@m.gmane.org; Wed, 23 Jan 2013 09:39:12 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 2FD2810202; Wed, 23 Jan 2013 09:38:53 +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 SdUy90ANouyp; Wed, 23 Jan 2013 09:38:51 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id B23D5101FC; Wed, 23 Jan 2013 09:38:51 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E1933101FC for ; Wed, 23 Jan 2013 09:38:49 +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 tFnCUy4NK7VB for ; Wed, 23 Jan 2013 09:38:49 +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 27C09101F5 for ; Wed, 23 Jan 2013 09:38:49 +0100 (CET) Original-Received: from smtp.ziggozakelijk.nl (D57D1DA2.static.ziggozakelijk.nl [213.125.29.162]) by filter5-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r0N8Rp8x018760 for ; Wed, 23 Jan 2013 09:27:51 +0100 X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.100; Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by pragma-net.nl (SurgeMail 6.1c) with ESMTP (TLS) id 4402-1713362 for multiple; Wed, 23 Jan 2013 09:38:45 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.2; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 In-Reply-To: <9CC217A6-5288-4CC3-B37B-29AB17EBA9F3@gmail.com> X-Authenticated-User: hagen@controller-9 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.125.29.162; country=NL; latitude=52.5000; longitude=5.7500; http://maps.google.com/maps?q=52.5000,5.7500&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0WIPkrPsE - 7e9e30a15639 - 20130123 (trained as not-spam) 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:80410 Archived-At: On 1/23/2013 9:12 AM, Wolfgang Schuster wrote: > > Am 23.01.2013 um 08:39 schrieb Otared Kavian : > >> Hi Hans, >> >> I noticed that with the latest mkiv (version 2013.01.22 18:33 MKIV fmt:= 2013.1.22) when the sections have no numbers two =AB ! =BB are printed and= this behavior is new: with previous versions when invoking for instance >> \in{other section}[sec:other] >> there used to be a link to the "other section" and no =AB ! ! =BB. I und= erstand that there has been a change in this behavior, but is there a way t= o suppress the two =AB ! ! =BB? > > IIRC this was a feature request a while ago, the macros to print ?? and != ! are defined as > > \def\dummyreference{{\tttf ??}} > \def\wrongreference{{\tttf !!}} As there are indeed side effects I'll remove that options. Asking for a = number of an unnumbered section is weird anyway. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________