From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/48378 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: beta Date: Sat, 14 Mar 2009 14:34:50 -0400 (EDT) Message-ID: References: <115224fb0903140320r119cb138s8e55598e017db74@mail.gmail.com> <48af9a710903140459p23571489jdd2e7e1c4ff9e5ef@mail.gmail.com> <48af9a710903141057o2a4694dcv935c494b03193bd2@mail.gmail.com> 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: ger.gmane.org 1237055790 30921 80.91.229.12 (14 Mar 2009 18:36:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Mar 2009 18:36:30 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sat Mar 14 19:37:47 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1LiYjt-0002FF-Kq for gctc-ntg-context-518@m.gmane.org; Sat, 14 Mar 2009 19:37:41 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 600DF1FB5B; Sat, 14 Mar 2009 19:36:13 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26051-02; Sat, 14 Mar 2009 19:35:39 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4C1BC1FB29; Sat, 14 Mar 2009 19:35:39 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1F53A1FB29 for ; Sat, 14 Mar 2009 19:35:38 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25962-03 for ; Sat, 14 Mar 2009 19:35:29 +0100 (CET) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by ronja.ntg.nl (Postfix) with ESMTP id D9B781FB1F for ; Sat, 14 Mar 2009 19:35:29 +0100 (CET) Original-Received: from hellskitchen.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.82]) by filter4-til.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n2EIZS6C020905 for ; Sat, 14 Mar 2009 19:35:29 +0100 Original-Received: FROM [192.168.2.8] (c-71-234-195-113.hsd1.ct.comcast.net [71.234.195.113]) BY hellskitchen.mr.itd.umich.edu ID 49BBF8EF.4130C.19123 ; 14 Mar 2009 14:35:27 -0400 In-Reply-To: <48af9a710903141057o2a4694dcv935c494b03193bd2@mail.gmail.com> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=141.211.14.82; country=US; region=MI; city=Ann Arbor; postalcode=48109; latitude=42.2923; longitude=-83.7145; metrocode=505; areacode=734; http://maps.google.com/maps?q=42.2923,-83.7145&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 193578069 - eba88762ff07 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:48378 Archived-At: On Sun, 15 Mar 2009, Chen Shen wrote: > Hi Aditya, > > minimal example: > \starttext > $\Vert x \Vert$ > > $\left\Vert x \right\Vert$ > \stoptext > > When I run context, the first line passes, but no vertical bar is displayed. > The second line triggers the following error message: > > ! Missing delimiter (. inserted). > > \Umathchar > \Vert ->\Umathchar > "0 "0 "2225 > l.4 $\left\Vert > x \right\Vert$ > > thanks a lot. Make the following change in char-def.lua and regenerate formats. @@ -52729,8 +52729,7 @@ characters.data={ linebreak="ai", mathspec={ { class="relation", name="parallel" }, - { class="nothing", name="Vert" }, + { class="delimiter", name="Vert" }, { class="nothing", name="Arrowvert" }, { class="open", name="lVert" }, { class="close", name="rVert" }, 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________