From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27153 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: multiple columns inside \framed Date: Fri, 14 Apr 2006 03:22:46 +0200 Message-ID: <6faad9f00604131822k52c2af47id51a788359b99655@mail.gmail.com> References: <6faad9f00604130342m386ae48dwfa9ec8ed049b0ce@mail.gmail.com> <443E337B.8030007@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1144977783 10866 80.91.229.2 (14 Apr 2006 01:23:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Apr 2006 01:23:03 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 14 03:23:01 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FUD1W-0004BF-Fp for gctc-ntg-context-518@m.gmane.org; Fri, 14 Apr 2006 03:22:58 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A1FF612793; Fri, 14 Apr 2006 03:22:57 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13209-09; Fri, 14 Apr 2006 03:22:50 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 914761278A; Fri, 14 Apr 2006 03:22:50 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 695B31278A for ; Fri, 14 Apr 2006 03:22:48 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15290-07 for ; Fri, 14 Apr 2006 03:22:47 +0200 (CEST) Original-Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.189]) by ronja.ntg.nl (Postfix) with SMTP id 5A1151277E for ; Fri, 14 Apr 2006 03:22:46 +0200 (CEST) Original-Received: by nproxy.gmail.com with SMTP id l37so1312918nfc for ; Thu, 13 Apr 2006 18:22:46 -0700 (PDT) Original-Received: by 10.49.57.10 with SMTP id j10mr342603nfk; Thu, 13 Apr 2006 18:22:46 -0700 (PDT) Original-Received: by 10.48.223.20 with HTTP; Thu, 13 Apr 2006 18:22:46 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: <443E337B.8030007@wxs.nl> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:27153 Archived-At: On 4/13/06, Hans Hagen wrote: > Mojca Miklavec wrote: > > Hello, > > > > I would like to typeset two columns of names inside one frame > > (centered horizontally). \startcolumns inside \framed doesn't work; is > > there any simple alternative? > > \startsimplecolumns[n=2,distance=0pt]#3\stopsimplecolumns Don't you think that you have taken the word "simple" to literally? ;) (This returned me back the hope that some hidden and undocumented features like \startsimplethesis & \writesimplethesis exist in the ConTeXt core ;) Hans, thanks a lot! It does exactly what I wanted. Mojca