From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/54303 Path: news.gmane.org!not-for-mail From: luigi scarso Newsgroups: gmane.comp.tex.context Subject: Re: Drawing rectangles Date: Fri, 13 Nov 2009 09:51:15 +0100 Message-ID: References: <4AFC21DC.2060706@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1258102293 3986 80.91.229.12 (13 Nov 2009 08:51:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Nov 2009 08:51:33 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Nov 13 09:51:26 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1N8rsJ-0005bK-Qq for gctc-ntg-context-518@m.gmane.org; Fri, 13 Nov 2009 09:51:23 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 291A2C9B07; Fri, 13 Nov 2009 09:49:16 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dehGtgjRsqsd; Fri, 13 Nov 2009 09:49:13 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8B1AAC9AC7; Fri, 13 Nov 2009 09:49:13 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D8308C9ABB for ; Fri, 13 Nov 2009 09:49:11 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8iAe2-TqMk8Y for ; Fri, 13 Nov 2009 09:49:09 +0100 (CET) Original-Received: from mail-bw0-f220.google.com (mail-bw0-f220.google.com [209.85.218.220]) by balder.ntg.nl (Postfix) with ESMTP id 7807DC9AAA for ; Fri, 13 Nov 2009 09:49:09 +0100 (CET) Original-Received: by bwz20 with SMTP id 20so3193716bwz.34 for ; Fri, 13 Nov 2009 00:51:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=W8KYo+1jL+HYTxxRSXAnFSKIG279VvgYqCjDQK/qBow=; b=w626FmSTdlgNIKIZrEjbuedqKwOQ0ibqVg0iYglTNybtKHDYQOYti08tmTNwm5cRc3 nxVAkNltmAUeQUHcpCX0vq+TzE5C7vDY6mg/uXC9/FcHn99BlkwY7/X3sFY+E+QYrk3q 9bEQdP28iLSl6n51cPR2ZDu7+Cgkc859CB1vU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=lNpwAE6eHb3Nbbzawa0/SstzA6VznriDbNZu4gz+UdAGYOOGSzOuuYNLvM+hfmOh8c +ddinRib9TDcP6gmQRi0mJmGBbkKWqMfW5Ql5dpUsMEVgmG252Z/xW5gyXt1lwSrvB0q ogX5lEp3otOvPVdlLx8P6dWOMIb1oH9EI2T50= Original-Received: by 10.204.25.66 with SMTP id y2mr493542bkb.59.1258102275840; Fri, 13 Nov 2009 00:51:15 -0800 (PST) In-Reply-To: X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:54303 Archived-At: On Thu, Nov 12, 2009 at 5:07 PM, Cecil Westerhof wrote: > Work like a charm. There is only one minor problem: where frame's > touch eachother, the line is a little bit thicker. Is there something > to be done about this? > > In this case I wanted everything to be centered, but is it possible to > define the point of the upper corner of a frame? %% save it as test.tex \starttext \hbox{% NO GOOD \framed[width=6cm,height=8cm,align={lohi,middle}]{\input ward }% \framed[width=6cm,height=8cm,align={lohi,middle}]{\input ward }% } \blank \hbox{% GOOD ? \framed[width=6cm,height=8cm,rightframe=off,align={lohi,middle}]{\input ward }% \framed[width=6cm,height=8cm,align={lohi,middle}]{\input ward }% } \stoptext Try it with $>texexec test -- luigi ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________