From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27115 Path: news.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: Re: \setupframed[...][...=...] Date: Wed, 12 Apr 2006 15:29:45 +0200 Message-ID: <443D00C9.3030505@seznam.cz> References: <443C48FF.40504@seznam.cz> <443CC4E7.1070507@wxs.nl> 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 1144848673 21251 80.91.229.2 (12 Apr 2006 13:31:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Apr 2006 13:31:13 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 12 15:31:11 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 1FTfR7-0002Au-7b for gctc-ntg-context-518@m.gmane.org; Wed, 12 Apr 2006 15:31:09 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DF83212788; Wed, 12 Apr 2006 15:31:08 +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 16226-08; Wed, 12 Apr 2006 15:31:08 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0664712778; Wed, 12 Apr 2006 15:29:05 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A0B2012778 for ; Wed, 12 Apr 2006 15:29:02 +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 16226-07 for ; Wed, 12 Apr 2006 15:29:01 +0200 (CEST) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ronja.ntg.nl (Postfix) with SMTP id 9170C1276F for ; Wed, 12 Apr 2006 15:29:01 +0200 (CEST) Original-Received: (qmail 17569 invoked from network); 12 Apr 2006 13:29:00 -0000 Original-Received: from unknown (HELO ?127.0.0.1?) (typokvitek@seznam.cz@62.240.166.134) by cetus.go.seznam.cz with ESMTPA; 12 Apr 2006 13:29:00 -0000 X-Seznam-User: typokvitek@seznam.cz User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <443CC4E7.1070507@wxs.nl> X-Antivirus: avast! (VPS 0615-1, 11.04.2006), Outbound message X-Antivirus-Status: Clean 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:27115 Archived-At: Hans Hagen wrote: > Vit Zyka wrote: > >>Is there some simple solution? Or it has to be rewritten in a way like >>other \definesomething[...] (storing every parameter/definition-instance >> > > btw, there is (beware: use some unique name): > > \presetlocalframed[myframed] > \setuplocalframed[myframed][width=4cm,height=2cm] > \localframed[myframed][framecolor=green]{oeps} localframed was a mysterious stuff for me. It seems do exactly what I wanted. In this perspective the \setupframed[...][...=...] is not needed (only for not being suprised since its absence is a bit against context filosofy). I just wanted to fill texshow web, but it is missing this stuff. So I added \*localframed note in missing texshow items on wiki. Vit