From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16014 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 11:47:07 -0700 Sender: ntg-context-bounces@ntg.nl Message-ID: <4.3.1.2.20040810113429.02b62a68@cits1.stanford.edu> References: <4.3.1.2.20040810101921.00b335b8@cits1.stanford.edu> <4.3.1.2.20040810101921.00b335b8@cits1.stanford.edu> <351383E8-EAF7-11D8-B138-0030659899AA@fiee.net> 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 1092163667 25365 80.91.224.253 (10 Aug 2004 18:47:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Aug 2004 18:47:47 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 10 20:47:12 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 1BubeR-0002sq-00 for ; Tue, 10 Aug 2004 20:47:11 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1CA0D12788; Tue, 10 Aug 2004 20:47: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 05100-04-3; Tue, 10 Aug 2004 20:47:10 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5DE6312780; Tue, 10 Aug 2004 20:47:10 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9AA1812780 for ; Tue, 10 Aug 2004 20:47:09 +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 05100-04-2 for ; Tue, 10 Aug 2004 20:47:09 +0200 (CEST) Original-Received: from smtp3.Stanford.EDU (unknown [171.67.16.138]) by ronja.ntg.nl (Postfix) with ESMTP id B358E1277C for ; Tue, 10 Aug 2004 20:47:08 +0200 (CEST) Original-Received: from Brooks1.stanford.edu (DNab42a61c.Stanford.EDU [171.66.166.28]) by smtp3.Stanford.EDU (8.12.11/8.12.11) with ESMTP id i7AIl0IE001734 for ; Tue, 10 Aug 2004 11:47:03 -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: <351383E8-EAF7-11D8-B138-0030659899AA@fiee.net> Original-References: <4.3.1.2.20040810101921.00b335b8@cits1.stanford.edu> <4.3.1.2.20040810101921.00b335b8@cits1.stanford.edu> 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:16014 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16014 At 11:00 AM 8/10/2004, you wrote: >Am 10.08.2004 um 19:30 schrieb Brooks Moses: >>In the document I'm working on, I'd like to put some typed code bits in >>frames, to get an appearance sort of like the code excerpts on the >>ConTeXtWiki. However, I've found myself needing to do a couple of rather >>ugly hacks to get that to work right, and I'm hoping for some suggestions >>on how to avoid that. > >Did you try something like: > >\setupbackground[background=screen, frame=on, color=blue] >\setuptyping[before=\startbackground, after=\stopbackground] > >\starttyping >bla bla >\stoptyping I hadn't, but I have now. (I assume the color=blue was meant to be framecolor=blue?) That does seem to work well and avoid most of the problems; thanks! It still doesn't give me a \parskip before the typed text, though -- try putting a \setupspacing[big] with the above code to see what I mean. (That's an easy fix, though; a \vskip\parskip in the before= command fixes it.) That seems like a bug somewhere, though -- if I comment out the \setuptyping command, the spacing is fine. - Brooks