From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27119 Path: news.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: Re: \setupframed[...][...=...] Date: Wed, 12 Apr 2006 18:04:05 +0200 Message-ID: <443D24F5.5000905@seznam.cz> References: <443C48FF.40504@seznam.cz> <443CC4E7.1070507@wxs.nl> <443D00C9.3030505@seznam.cz> <443D0E08.5000606@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 1144857815 25082 80.91.229.2 (12 Apr 2006 16:03:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Apr 2006 16:03:35 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Apr 12 18:03:34 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 1FThoa-00043G-2f for gctc-ntg-context-518@m.gmane.org; Wed, 12 Apr 2006 18:03:32 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AA2841279B; Wed, 12 Apr 2006 18:03:31 +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 17596-01; Wed, 12 Apr 2006 18:03:27 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BE6FE1278F; Wed, 12 Apr 2006 18:03:26 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4E50B1278F for ; Wed, 12 Apr 2006 18:03:24 +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 17469-03 for ; Wed, 12 Apr 2006 18:03:23 +0200 (CEST) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ronja.ntg.nl (Postfix) with SMTP id 5E5881277E for ; Wed, 12 Apr 2006 18:03:23 +0200 (CEST) Original-Received: (qmail 5238 invoked from network); 12 Apr 2006 16:03:20 -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 16:03:20 -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: <443D0E08.5000606@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:27119 Archived-At: Hans Hagen wrote: > Vit Zyka wrote: > >>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. >> > > it actually is a low level command, also, there is \defineframedtext which is (1) configurable and (2) provided \myframed as well > > Hans And the content of \framed and \framedtext is formated the same way? Hmm I am a bit confused with \framed v. \localframed v. \framedtext. If the difference is only in an interface or even in functionality. I will have to study the code but not time for that now. Thanks for this note. Vit