From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27210 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context,gmane.comp.tex.fonts Subject: Re: \bigr bracket missing in antykwa Date: Mon, 17 Apr 2006 18:18:40 +0200 Message-ID: <4443BFE0.1020308@wxs.nl> References: <443F5AEF.6060704@wxs.nl> <6faad9f00604140510x33236381v1826ff7e9840e302@mail.gmail.com> <443FEAED.70307@wxs.nl> <6faad9f00604151756g256fc08ex97e9857a187ba89c@mail.gmail.com> 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 1145290775 11097 80.91.229.2 (17 Apr 2006 16:19:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Apr 2006 16:19:35 +0000 (UTC) Cc: Janusz Marian Nowacki , Boguslaw Jackowski , Adam Lindsay , Taco Hoekwater , tex-fonts@math.utah.edu Original-X-From: ntg-context-bounces@ntg.nl Mon Apr 17 18:19:33 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1FVWRn-0001Qc-UK for gctc-ntg-context-518@m.gmane.org; Mon, 17 Apr 2006 18:19:32 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8C301127A1; Mon, 17 Apr 2006 18:19:31 +0200 (CEST) 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 24448-06; Mon, 17 Apr 2006 18:19:25 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C0A2E12780; Mon, 17 Apr 2006 18:19:24 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0ABE412780 for ; Mon, 17 Apr 2006 18:19:23 +0200 (CEST) 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 24861-02 for ; Mon, 17 Apr 2006 18:19:20 +0200 (CEST) Original-Received: from mail.pragma-ade.net (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with SMTP id 1A101126F8 for ; Mon, 17 Apr 2006 18:19:19 +0200 (CEST) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 12763 for multiple; Mon, 17 Apr 2006 20:18:43 +0400 User-Agent: Thunderbird 1.5 (Windows/20051201) Original-To: mailing list for ConTeXt users In-Reply-To: <6faad9f00604151756g256fc08ex97e9857a187ba89c@mail.gmail.com> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:27210 gmane.comp.tex.fonts:164 Archived-At: Mojca Miklavec wrote: > Hans Hagen wrote: > >> Mojca Miklavec wrote: >> >>> On 4/14/06, Hans Hagen wrote: >>> >>> >>>> Aditya Mahajan wrote: >>>> >>>> >>>>> Hi, >>>>> \bigr\} does not give me anything while using antykwa fonts. \big\} >>>>> also does not work. \right\} works correctly. Is there something >>>>> missing in the typescripts? I have no idea on how fonts work, so can >>>>> not debug the problem. >>>>> >>>>> \usetypescript >>>>> [antykwa-torunska][ec] >>>>> >>>>> \setupbodyfont[antykwa, 11pt] >>>>> >>>>> \starttext >>>>> $\bigl\{ a \bigr\}$ \blank >>>>> $\big\{ a \big\}$ \blank >>>>> $\left\{ a \right\}$ \blank >>>>> \stoptext >>>>> >>>>> >> afaik the antikwa cum suis use the normal tex encoding but i may be >> wrong ... >> >> is the character in the font? >> > > I don't notice any empty slots (unless the mistake lies in rm-antt: I > don't know how this one is supposed to look like), but the following > example fails in LaTeX too, so perhaps the problem really lies in the > font, but where??? > > \documentclass{article} > \usepackage[math]{anttor} > > \begin{document} > \def\x#1{\left\{#1\left\}\vbox to #1pt{}\right.\right.} > $$\x{9.16}\x{9.17}$$ > \end{document} > > Almost equivalent counterpart in ConTeXt: > > \usetypescript[antykwa-torunska][ec] > \setupbodyfont[antykwa] > > \starttext > > \def\x#1{\left\{#1\left\}\vbox to #1\bodyfontsize{}\right.\right.} > \startformula > \x{0.8088}\x{0.8089}\x{0.916}\x{0.917} > \stopformula > > \loadmapfile[antt.map] > not needed -) > \showfont[ex-anttr] > > \stoptext > > well, i traced back the way this brace ends up in the pdf file and this is what i observe: - the antt and cm ex tfm files have exactly the same values (although antt is 7 bit safe) - so the problem must be in the map file and/or encoding - and, surprise, encantt-ex[ /parenleftbig /parenrightbig /bracketleftbig /bracketrightbig /floorleftbig /floorrightbig /ceilingleftbig /ceilingrightbig /braceleftbig /.notdef /angbracketleftbig the bracerightbig is undefined here i suspect that there is some bug in the scripts that generate these files so let's feed this back to jacko/janusz; you need to patch: antt-ex.enc iwona.enc kurier.enc (maybe an intermediate patch in the tex live repository is ok for the moment) /braceleftbig /bracerightbig the fonts themselves are ok Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------