From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16109 Path: main.gmane.org!not-for-mail From: Floris van Manen Newsgroups: gmane.comp.tex.context Subject: defining a frame with embedded typing Date: Tue, 17 Aug 2004 18:18:31 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <763134360.20040817181831@klankschap.nl> References: Reply-To: Floris van Manen , 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 1092759540 21327 80.91.224.253 (17 Aug 2004 16:19:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Aug 2004 16:19:00 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 17 18:18:53 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 1Bx6fl-0001B2-00 for ; Tue, 17 Aug 2004 18:18:53 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E9F911277E; Tue, 17 Aug 2004 18:18:52 +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 23648-02-3; Tue, 17 Aug 2004 18:18:51 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C217F12783; Tue, 17 Aug 2004 18:18:51 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3722112783 for ; Tue, 17 Aug 2004 18:18:50 +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 23648-02-2 for ; Tue, 17 Aug 2004 18:18:49 +0200 (CEST) Original-Received: from smtp-vbr14.xs4all.nl (unknown [194.109.24.34]) by ronja.ntg.nl (Postfix) with ESMTP id B17B71277E for ; Tue, 17 Aug 2004 18:18:49 +0200 (CEST) Original-Received: from vm.lan (213-84-11-60.adsl.xs4all.nl [213.84.11.60]) by smtp-vbr14.xs4all.nl (8.12.11/8.12.11) with ESMTP id i7HGIn7b061709 for ; Tue, 17 Aug 2004 18:18:49 +0200 (CEST) (envelope-from vm@klankschap.nl) X-Mailer: The Bat! (v2.10.01) Personal X-Priority: 3 (Normal) Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: by XS4ALL Virus Scanner 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:16109 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16109 how would i define a frame with the typing environment embedded. the way i thought to solve it does *not* work (of course) \def\startTTinput% {\startframedtext[width=\makeupwidth,background=screen,backgroundscreen=.8] \starttyping } \def\stopTTinput% {\stoptyping\stopframedtext} or do i have to look for a solution in a different direction? thanks! % f