From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/58915 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: \ldots Date: Wed, 19 May 2010 14:55:44 -0400 (EDT) Message-ID: References: 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 1274295350 24261 80.91.229.12 (19 May 2010 18:55:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 May 2010 18:55:50 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed May 19 20:55:48 2010 connect(): No such file or directory 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 1OEoQl-0008Fu-UY for gctc-ntg-context-518@m.gmane.org; Wed, 19 May 2010 20:55:47 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5143EC9B1A; Wed, 19 May 2010 20:55:47 +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 53-ZLFGKRGRw; Wed, 19 May 2010 20:55:41 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 2B5E2C9AF1; Wed, 19 May 2010 20:55:41 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 54FF2C9AF1 for ; Wed, 19 May 2010 20:55:40 +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 Pff2r71P5JfS for ; Wed, 19 May 2010 20:55:37 +0200 (CEST) Original-Received: from hellskitchen.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.82]) by balder.ntg.nl (Postfix) with ESMTP id 5D00AC9A8A for ; Wed, 19 May 2010 20:55:37 +0200 (CEST) Original-Received: FROM [192.168.2.33] (c-76-28-91-31.hsd1.ct.comcast.net [76.28.91.31]) By hellskitchen.mr.itd.umich.edu ID 4BF43427.8F902.6100 ; Authuser adityam; 19 May 2010 14:55:35 EDT In-Reply-To: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) 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:58915 Archived-At: On Wed, 19 May 2010, Jan Pohanka wrote: > Hello, > I discovered that with one font the \ldots command typesets three colons > (:::). > > I found these lines in plain.tex No, for mkii you should look at math-*.mkii files. The relevant file in this case is math-tex.mkii, which defines \definemathsymbol [ldotp] [punct] [mi] ["3A] > saying the \ldots uses character on position 3A. In the font (type 1), there > is really the semicolon on this position. > How to make context to use proper character (\period), which is on position > 2E in the font without changing this file? You need to define a new math encoding (see math-ams.mkii or math-eul.mkii). > Or is it possible to use a special > glyph for horizontal ellipsis with \ldots command? (It exists in the font) \definemathsymbol [ldots] [inner] [mi] ["XX] where XX is the location of the glyph. Aditya ___________________________________________________________________________________ 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 ___________________________________________________________________________________