From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16021 Path: main.gmane.org!not-for-mail From: Brooks Moses Newsgroups: gmane.comp.tex.context Subject: Re: Some problems with framing typed text. Date: Tue, 10 Aug 2004 12:21:34 -0700 Sender: ntg-context-bounces@ntg.nl Message-ID: <4.3.1.2.20040810121429.02bb9088@cits1.stanford.edu> References: <351383E8-EAF7-11D8-B138-0030659899AA@fiee.net> <4.3.1.2.20040810101921.00b335b8@cits1.stanford.edu> <351383E8-EAF7-11D8-B138-0030659899AA@fiee.net> <41191870.1030705@wxs.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"; format=flowed X-Trace: sea.gmane.org 1092165716 30732 80.91.224.253 (10 Aug 2004 19:21:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Aug 2004 19:21:56 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 10 21:21:38 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 1BucBm-0005yq-00 for ; Tue, 10 Aug 2004 21:21:38 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1F76712778; Tue, 10 Aug 2004 21:21:38 +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 05596-05-3; Tue, 10 Aug 2004 21:21:36 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3F22A1277B; Tue, 10 Aug 2004 21:21:36 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 50C101277B for ; Tue, 10 Aug 2004 21:21:34 +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 05596-05-2 for ; Tue, 10 Aug 2004 21:21:33 +0200 (CEST) Original-Received: from smtp1.Stanford.EDU (unknown [171.67.16.123]) by ronja.ntg.nl (Postfix) with ESMTP id 7E97312778 for ; Tue, 10 Aug 2004 21:21:33 +0200 (CEST) Original-Received: from Brooks1.stanford.edu (DNab42a61c.Stanford.EDU [171.66.166.28]) by smtp1.Stanford.EDU (8.12.11/8.12.11) with ESMTP id i7AJLReG029105 for ; Tue, 10 Aug 2004 12:21:29 -0700 X-Sender: brooks@cits1.stanford.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Original-To: mailing list for ConTeXt users In-Reply-To: <41191870.1030705@wxs.nl> Original-References: <351383E8-EAF7-11D8-B138-0030659899AA@fiee.net> <4.3.1.2.20040810101921.00b335b8@cits1.stanford.edu> <351383E8-EAF7-11D8-B138-0030659899AA@fiee.net> 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:16021 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16021 At 11:48 AM 8/10/2004, Hans Hagen wrote: >or: > >\starttext > >\defineframedtext > [myframed] > [background=color, > backgroundcolor=gray, > frame=on, > strut=yes, > offset=2mm, > width=broad, > framecolor=black, > align=right] > >\definetyping[mytyping] > >\setuptyping > [before=\startmyframed, > after=\stopmyframed] > >\startmytyping >This is an example. >\stopmytyping > >\stoptext That works perfectly; thanks! (I'm a bit confused, though; I tried something nearly like this as my first attempt, and it gave me very confusing errors that led me to believe that using \startframedtext in a before= command wouldn't work. Strange; I don't remember what I did then, and it works now.) - Brooks