From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13477 Path: main.gmane.org!not-for-mail From: "^Nitram^" Newsgroups: gmane.comp.tex.context Subject: Re: Typing in new command problems Date: Wed, 24 Sep 2003 12:45:41 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <45a537d3.37d345a5@poczta.teleton.pl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1064401095 10747 80.91.224.253 (24 Sep 2003 10:58:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Sep 2003 10:58:15 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Sep 24 12:58:13 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 1A27LZ-0007Qy-00 for ; Wed, 24 Sep 2003 12:58:13 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 89B6510AE7; Wed, 24 Sep 2003 12:58:11 +0200 (MEST) Original-Received: from poczta.teleton.pl (phys-gwc02.teleton.pl [213.136.225.226]) by ref.ntg.nl (Postfix) with ESMTP id E8C0E10ACC for ; Wed, 24 Sep 2003 12:45:43 +0200 (MEST) Original-Received: from poczta.teleton.pl (localhost [127.0.0.1]) by poczta.teleton.pl (Netscape Messaging Server 4.15) with ESMTP id HLPSK500.3SB for ; Wed, 24 Sep 2003 12:45:41 +0200 Original-To: ntg-context@ntg.nl X-Mailer: Netscape Webmail Content-Language: pl X-Accept-Language: pl Content-Disposition: inline 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:13477 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13477 Hi, > > Is it impossible? > Is this a real question? No ;) But the real should be '... for newbie' :) [cut] Thank you very much. I did it in this way: \defineframedtext[Frame][width=broad,bodyfont=9pt,align=right] %but align is a little strange = see new post Aligment? \def\Command#1#2 {\setuptyping[before=\startFrame,after=\stopFrame] \setupTABLE[frame=off]\bTABLE\bTR\bTD[width=.2\textwidth,align=left] %align again \bfx #2\eTD\bTD \typebuffer[#1] \eTD\eTR\eTABLE \setuptyping[before=,after=]} And now it is what I want ;) Probably there is another way to do this but I'm in ConTeXt since 1-2 months ;) -- Best regards Martin