From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18948 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Why I needed \parbox and why does \framed not work here? Date: Mon, 14 Mar 2005 15:27:17 +0100 Message-ID: <42359F45.8010207@elvenkind.com> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110810574 10445 80.91.229.2 (14 Mar 2005 14:29:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 Mar 2005 14:29:34 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Mar 14 15:29:34 2005 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 1DAqYE-0008Ky-Gu for gctc-ntg-context-518@m.gmane.org; Mon, 14 Mar 2005 15:28:11 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7FD8012876; Mon, 14 Mar 2005 15:29:12 +0100 (CET) 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 08978-01; Mon, 14 Mar 2005 15:29:11 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8D4E512834; Mon, 14 Mar 2005 15:27:24 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1EDE912834 for ; Mon, 14 Mar 2005 15:27:23 +0100 (CET) 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 08679-03-7 for ; Mon, 14 Mar 2005 15:27:22 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com (elvenknd.xs4all.nl [213.84.171.68]) by ronja.ntg.nl (Postfix) with ESMTP id 6282B12803 for ; Mon, 14 Mar 2005 15:27:22 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id E7EE614BB0 for ; Mon, 14 Mar 2005 15:31:12 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01724-05 for ; Mon, 14 Mar 2005 15:31:11 +0100 (CET) Original-Received: from [10.10.0.6] (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id D124A12098 for ; Mon, 14 Mar 2005 15:31:10 +0100 (CET) User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: by amavisd-new at elvenkind.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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:18948 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18948 Hi Gerben and all, A slow reaction from me. As the author of the bib module, I urge everybody *not* to use the module for its side effect of defining some LaTeX commands, because LaTeX support will almost certainly be dropped in the near future. Greetings, Taco Gerben Wierda wrote: > I am trying to convert to ConTeXt and I have a text with a lot of truth > tables using a \ttable and \xttable command I defined. I ported these to > ConTeXt but I can't get the \parbox -> \framed to work. > > % Example document with truth tables starts here > > \usemodule[bib] % defines \newcommand > \newcommand{\operand}[1]{{\sc #1}}