From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20269 Path: news.gmane.org!not-for-mail From: Johan Sandblom Newsgroups: gmane.comp.tex.context Subject: Re: no 'd' in math-eul.tex Date: Mon, 09 May 2005 13:08:18 +0200 Message-ID: <102262104822.104822102262@ki.se> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1115636577 10994 80.91.229.2 (9 May 2005 11:02:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 May 2005 11:02:57 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon May 09 13:02:50 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 1DV610-0000Pb-5d for gctc-ntg-context-518@m.gmane.org; Mon, 09 May 2005 13:01:34 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2F1FB127F2; Mon, 9 May 2005 13:08:51 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02170-01-5; Mon, 9 May 2005 13:08:47 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 96EFD127DF; Mon, 9 May 2005 13:08:47 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0854F127DF for ; Mon, 9 May 2005 13:08:46 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02170-01-4 for ; Mon, 9 May 2005 13:08:45 +0200 (CEST) Original-Received: from smtp3.ki.se (smtp3.ki.se [130.237.98.100]) by ronja.ntg.nl (Postfix) with ESMTP id 14EEC127C5 for ; Mon, 9 May 2005 13:08:45 +0200 (CEST) Original-Received: from pmxchannel-daemon.smtp3.ki.se by smtp3.ki.se (iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)) id <0IG70011IYYKHG@smtp3.ki.se> for ntg-context@ntg.nl; Mon, 09 May 2005 13:08:44 +0200 (MEST) Original-Received: from ki.se (scnode1.it.ki.se [130.237.99.51]) by smtp3.ki.se (iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)) with ESMTP id <0IG700J3YYXUJX@smtp3.ki.se> for ntg-context@ntg.nl; Mon, 09 May 2005 13:08:18 +0200 (MEST) Original-Received: from [213.66.69.156] by mail.ki.se (mshttpd); Mon, 09 May 2005 13:08:18 +0200 Original-To: mailing list for ConTeXt users X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.27 (built May 12 2004) Content-language: en Content-disposition: inline X-Accept-Language: en Priority: normal X-PMX-Version: 4.7.0.111621, Antispam-Engine: 2.0.2.0, Antispam-Data: 2005.5.9.5 X-Virus-Scanned: by 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-Virus-Scanned: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20269 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20269 Thanks, I already repaired it, I just thought it should not be propagated further ... -- Johan Sandblom N8, MRC, Karolinska sjh t +46851776108 17176 Stockholm m +46735521477 Sweden "What is wanted is not the will to believe, but the will to find out, which is the exact opposite" -- Bertrand Russell ----- Original Message ----- From: Adam Lindsay Date: Monday, May 9, 2005 11:50 am Subject: Re: [NTG-context] no 'd' in math-eul.tex > OKAY! > Ignore my last two messages! :| Sorry, I've been "distracted" by > this EU > project meeting where I'm sitting. > > You're absolutely right. This is a stupid, stupid bug. You can fix > thiswith a patch like the following, in your favourite patch- > putting-place: > > \starttypescript[math][euler][special] > \startmathcollection [eul] > \definemathcharacter [d] [nothing] [mr] ["64] > \definemathcharacter [D] [nothing] [mr] ["44] > \stopmathcollection > \stoptypescript > > I don't have anything against the letter 'd'. Honest! > > aeam linesay > > Johan Sandblom said this at Mon, 9 May 2005 09:14:29 +0200: > > >In the math-eul.tex shown in the contextgarden.net source browser > >dated 2003.02.03, which is the only one I have found, the > following lines > >occur > > > >... > >\definemathcharacter [c] [nothing] [mr] ["63] > >\definemathcharacter [d] [nothing] [mr] ["65] > >\definemathcharacter [e] [nothing] [mr] ["65] > >\definemathcharacter [f] [nothing] [mr] ["66] > >... > > > >and > > > >... > >\definemathcharacter [C] [nothing] [mr] ["43] > >\definemathcharacter [D] [nothing] [mr] ["45] > >\definemathcharacter [E] [nothing] [mr] ["45] > >\definemathcharacter [F] [nothing] [mr] ["46] > >... > > > >making 'd' and 'D' print as 'e' and 'E'. I suppose this is a > >mistake? > > > >Regards, Johan > > > >-- > >Johan Sandblom N8, MRC, Karolinska sjh > >t +46851776108 17176 Stockholm > >m +46735521477 Sweden > >"What is wanted is not the will to believe, but the > >will to find out, which is the exact opposite" > >-- Bertrand Russell > > > >_______________________________________________ > >ntg-context mailing list > >ntg-context@ntg.nl > >http://www.ntg.nl/mailman/listinfo/ntg-context > > -- > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > Adam T. Lindsay, Computing Dept. atl@comp.lancs.ac.uk > Lancaster University, InfoLab21 +44(0)1524/510.514 > Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492 > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >