From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13315 Path: main.gmane.org!not-for-mail From: Jean-Pierre Le Narzul Newsgroups: gmane.comp.tex.context Subject: \setuptyping Date: Wed, 17 Sep 2003 23:54:09 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <779D02B8-E959-11D7-8163-00039376C1B6@free.fr> 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=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1063836324 22325 80.91.224.253 (17 Sep 2003 22:05:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Sep 2003 22:05:24 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Sep 18 00:05:22 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 19zkQM-0002xp-00 for ; Thu, 18 Sep 2003 00:05:22 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id C8E5110B2C; Thu, 18 Sep 2003 00:05:05 +0200 (MEST) Original-Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by ref.ntg.nl (Postfix) with ESMTP id 4331110B2A for ; Wed, 17 Sep 2003 23:55:34 +0200 (MEST) Original-Received: from free.fr (lns-p19-19-82-65-142-183.adsl.proxad.net [82.65.142.183]) by postfix3-2.free.fr (Postfix) with ESMTP id 5B7A4C0A8; Wed, 17 Sep 2003 23:55:32 +0200 (CEST) X-Image-Url: lenarzul@free.fr Original-To: ntg-context@ntg.nl 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:13315 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13315 Hi, For typing Java code in a context document, I use \starttyping ... \stoptyping. I have a problem when I configure \setuptyping in the following way : \setuptyping[typing][color=black,style=\ss,escape=/,option=commands] If I put characters like { or _ in my source (between \starttyping and \stoptyping) , they do not appear in the produced document { character is replaced by - character _ character is replaced by ' character etc.... If I configure setuptyping in the following way \setuptyping[typing][color=black,style=\tt,escape=/,option=commands] (just change \ss to \tt) everything is ok ! Any idea ? thanks in advance for any help jp