From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/87584 Path: news.gmane.org!not-for-mail From: Pablo Rodriguez Newsgroups: gmane.comp.tex.context Subject: Re: unwanted extra space in type definition Date: Mon, 26 May 2014 21:00:33 +0200 Message-ID: <53838F51.6080809@gmx.es> References: <5383650C.3070703@gmx.es> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1401130864 2244 80.91.229.3 (26 May 2014 19:01:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 May 2014 19:01:04 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon May 26 21:00:59 2014 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wp08n-0001nf-Ka for gctc-ntg-context-518@m.gmane.org; Mon, 26 May 2014 21:00:57 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 3CD6F1022B for ; Mon, 26 May 2014 21:00:57 +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 qvUSwu5daHQo for ; Mon, 26 May 2014 21:00:57 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id CBB9B1022E for ; Mon, 26 May 2014 21:00:52 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id CABFA101EC for ; Mon, 26 May 2014 21:00:49 +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 GR8Eb9Wl0zU3 for ; Mon, 26 May 2014 21:00:48 +0200 (CEST) Original-Received: from filter2-ams.mf.surf.net (filter2-ams.mf.surf.net [192.87.102.70]) by balder.ntg.nl (Postfix) with ESMTP id 6BE45101E6 for ; Mon, 26 May 2014 21:00:43 +0200 (CEST) Original-Received: from mout.gmx.com (mout.gmx.com [74.208.4.201]) by filter2-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s4QJ0gZ3003894 for ; Mon, 26 May 2014 21:00:42 +0200 Original-Received: from [192.168.1.33] ([83.45.173.183]) by mail.gmx.com (mrgmxus002) with ESMTPSA (Nemesis) id 0M9ajh-1X0IHY3g6h-00CvKO for ; Mon, 26 May 2014 21:00:40 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 In-Reply-To: X-Provags-ID: V03:K0:cM4ZSVvY4bwyfZiaLUJwe1fNw2zUT1qAmlIgtdJWfiw7IvDYWBF wKrigk3av01G4s6GDJumwgixtxsg0sa5MBeC1vA8TlvZZpLhcftvl9hCffPldeGewbtv5zc xtm3X60wr3q8POJy0lBnq2GCUby8bNmQTinmCLkpkJaXm72JfKEu0aZsp9TO46PehdGwyAK imBWsviq2do6nBrRW2MDQ== X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=74.208.4.201; country=US; region=Pennsylvania; city=Wayne; latitude=40.0440; longitude=-75.3877; http://maps.google.com/maps?q=40.0440,-75.3877&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0QM6H0GLh - 2f0f5f789561 - 20140526 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.70 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:87584 Archived-At: On 05/26/2014 06:55 PM, luigi scarso wrote: > On Mon, May 26, 2014 at 6:00 PM, Pablo Rodriguez wrote: > = > Dear list, > = > I have the following sample: > = > \definetype[TeXcode][option=3DTEX] > \def\arg#1{\TeXcode{{#1}}} > \starttext > \arg{\em\de Textsatzsystem} > = > \TeXcode{{\em\de Textsatzsystem}} > \stoptext > = > I don=92t know what is wrong defined in \arg that inserts an extra sp= ace > after \em? > = > You can see how TeX works with \tracingmacros > \definetype[TeXcode][option=3DTEX] > \def\arg#1{\edef\temp{#1}\TeXcode{{#1}}} > \starttext > \tracingmacros1 > \arg{\em\de Textsatzsystem} > \tracingnone > \tracingmacros1 > \TeXcode{{\em\de Textsatzsystem}} > \tracingnone > \stoptext Many thanks for your reply, Luigi. Sorry, but I have just downloaded and read your message. Well, this seems to be something beyond my understanding (this is all Greek to me). The only conclusion I can draw is that I have to use the second option. Many thanks for your help, Pablo -- = http://www.ousia.tk ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________