From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13319 Path: main.gmane.org!not-for-mail From: Jean-Pierre Le Narzul Newsgroups: gmane.comp.tex.context Subject: Re: Re: \setuptyping Date: Thu, 18 Sep 2003 00:41:09 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <07F9F8C4-E960-11D7-8163-00039376C1B6@free.fr> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1063838918 26350 80.91.224.253 (17 Sep 2003 22:48:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Sep 2003 22:48:38 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Sep 18 00:48:36 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19zl6C-0005KN-00 for ; Thu, 18 Sep 2003 00:48:36 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 48CC110B7B; Thu, 18 Sep 2003 00:48:34 +0200 (MEST) Original-Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by ref.ntg.nl (Postfix) with ESMTP id 5B27110B2C for ; Thu, 18 Sep 2003 00:42:33 +0200 (MEST) Original-Received: from free.fr (lns-p19-19-82-65-142-183.adsl.proxad.net [82.65.142.183]) by postfix4-2.free.fr (Postfix) with ESMTP id 8DE1DC3E9 for ; Thu, 18 Sep 2003 00:42:31 +0200 (CEST) X-Image-Url: lenarzul@free.fr Original-To: ntg-context@ntg.nl In-Reply-To: X-Mailer: Apple Mail (2.552) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13319 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13319 Hi, Thanks for your explanation. I understand the problem now ! But unfortunately, the example you provide is not working for me. The pdf file displays the wrong characters for both \starttyping=20 \stoptyping ... jp PS: sorry for not providing an example in my first mail. I am using=20 yours now .... Le jeudi, 18 sep 2003, =E0 00:18 Europe/Paris, Patrick Gundlach a =E9crit = : > Hi, > > Jean-Pierre Le Narzul writes: > >> Any idea ? > > Yes: don't use computer-modern fonts. They don't have { } and _ > except for typewriter. > > Use any other font encoded in ec or texnansi or whatever encoding. > See for example latin-modern: > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > \starttext > > \setuptyping[typing][color=3Dblack,style=3D\ss,escape=3D/,option=3Dcomma= nds] > > \starttyping > hello_world {brace} > \stoptyping > > \setupencoding [default=3Dec] > \usetypescript [all] [latin-modern] [\defaultencoding]% > \setupbodyfont[reset]% > \setupbodyfont[cmr]% > > \starttyping > hello_world {brace} > \stoptyping > > \stoptext > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > > Patrick > > PS: and please (!!!) provide a minimal but complete working (or > no-working) example next time. It would save the others some time. > > --=20 > Silent is the goldfish in its bowl > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >