From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16111 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: defining a frame with embedded typing Date: Tue, 17 Aug 2004 18:55:16 +0200 Organization: Elvenkind Sender: ntg-context-bounces@ntg.nl Message-ID: <20040817185516.7110eb85.taco@elvenkind.com> References: <763134360.20040817181831@klankschap.nl> Reply-To: mailing list for ConTeXt users 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 1092761666 26965 80.91.224.253 (17 Aug 2004 16:54:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Aug 2004 16:54:26 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 17 18:54:16 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bx7Dz-00048Y-00 for ; Tue, 17 Aug 2004 18:54:15 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 40B4912787; Tue, 17 Aug 2004 18:54:15 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23847-04; Tue, 17 Aug 2004 18:54:12 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 42A5F1277B; Tue, 17 Aug 2004 18:54:12 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B7FC11277B for ; Tue, 17 Aug 2004 18:54:11 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23889-03 for ; Tue, 17 Aug 2004 18:54:11 +0200 (CEST) Original-Received: from amsfep14-int.chello.nl (unknown [213.46.243.21]) by ronja.ntg.nl (Postfix) with ESMTP id 3791E1277A for ; Tue, 17 Aug 2004 18:54:11 +0200 (CEST) Original-Received: from hal.chatalicious.net ([62.163.240.169]) by amsfep14-int.chello.nl (InterMail vM.6.00.05.02 201-2115-109-103-20031105) with SMTP id <20040817165410.RUDT8369.amsfep14-int.chello.nl@hal.chatalicious.net>; Tue, 17 Aug 2004 18:54:10 +0200 Original-To: Floris van Manen , mailing list for ConTeXt users In-Reply-To: <763134360.20040817181831@klankschap.nl> X-Mailer: Sylpheed version 0.9.5 (GTK+ 1.2.10; i586-mandrake-linux-gnu) X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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 X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16111 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16111 On Tue, 17 Aug 2004 18:18:31 +0200 Floris van Manen wrote: > how would i define a frame with the typing environment embedded. > the way i thought to solve it does *not* work (of course) > .. > or do i have to look for a solution in a different direction? Yes, use \definetyping instead. Here is an example: \definetyping [TTinput] [before={\startframedtext[width=\makeupwidth,background=screen,backgroundscreen=.8]}, after={\stopframedtext}] \starttext \startTTinput test \stopTTinput \stoptext Greetings, Taco