From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/44155 Path: news.gmane.org!not-for-mail From: Holzminister Newsgroups: gmane.comp.tex.context Subject: Re: Pyramiding \defs Date: Sat, 20 Sep 2008 14:28:21 +0200 Message-ID: <20080920142821.1ad29c4d@mars.zu.haus> References: <20080919214910.43492e4e@mars.zu.haus> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221913822 31706 80.91.229.12 (20 Sep 2008 12:30:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Sep 2008 12:30:22 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sat Sep 20 14:31:19 2008 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 1Kh1cD-0005Hk-5Q for gctc-ntg-context-518@m.gmane.org; Sat, 20 Sep 2008 14:31:09 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A83AB1FF20; Sat, 20 Sep 2008 14:30:05 +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 11657-01-4; Sat, 20 Sep 2008 14:29:05 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6D8751FF02; Sat, 20 Sep 2008 14:29:05 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 648EF1FF02 for ; Sat, 20 Sep 2008 14:29:04 +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 10275-05-4 for ; Sat, 20 Sep 2008 14:28:27 +0200 (CEST) Original-Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.191]) by ronja.ntg.nl (Postfix) with ESMTP id 5CA201FEBC for ; Sat, 20 Sep 2008 14:28:27 +0200 (CEST) Original-Received: by mu-out-0910.google.com with SMTP id w9so672117mue.4 for ; Sat, 20 Sep 2008 05:28:27 -0700 (PDT) Original-Received: by 10.103.24.11 with SMTP id b11mr989490muj.77.1221913707020; Sat, 20 Sep 2008 05:28:27 -0700 (PDT) Original-Received: from mars.zu.haus ( [78.54.21.226]) by mx.google.com with ESMTPS id y6sm12937870mug.7.2008.09.20.05.28.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 20 Sep 2008 05:28:25 -0700 (PDT) In-Reply-To: X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i686-pc-linux-gnu) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:44155 Archived-At: Thanks a lot! Cheers, Eyke Am Fri, 19 Sep 2008 17:18:02 -0400 (EDT) schrieb Aditya Mahajan : > On Fri, 19 Sep 2008, Holzminister wrote: > > > Hi! > > > > Can perhaps anyone explain to me why the example works in one case, > > but not in the other? > > Grouping. For a simpler example > > {\def\moretest{More test}} > \moretest > > will not work. What you need to do is > > {\gdef\moretest{More test}} > \moretest. > > Aditya > > >>>> > > \enableregime[utf-8] > > \mainlanguage [de] > > > > % \def\werte#1{\em [#1]} % +++ works > > \def\werte#1{{\em [#1]}} % --- doesn't work > > > > \def\moretest{} > > > > \def\test% > > { > > Testtext > > \def\moretest% > > { > > More Testtext > > } > > } > > > > \starttext > > > > \werte{\test} > > > > \moretest > > > > \stoptext > >>>> > > > > Thanks in advance, > > Eyke > > ___________________________________________________________________________________ > > 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 > > ___________________________________________________________________________________ > > > > > > > ___________________________________________________________________________________ > 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 > ___________________________________________________________________________________ ___________________________________________________________________________________ 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 ___________________________________________________________________________________