From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25149 Path: news.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Factor Trees Date: Fri, 13 Jan 2006 10:33:24 -0800 Message-ID: <096C5071-B122-445B-A657-D55279905154@cox.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137177409 12153 80.91.229.2 (13 Jan 2006 18:36:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Jan 2006 18:36:49 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jan 13 19:36:44 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 1ExTmj-0001jL-Es for gctc-ntg-context-518@m.gmane.org; Fri, 13 Jan 2006 19:36:25 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 47D45127DA; Fri, 13 Jan 2006 19:36:25 +0100 (CET) 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 05466-04; Fri, 13 Jan 2006 19:36:25 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B824B127DB; Fri, 13 Jan 2006 19:34:41 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9582D127DB for ; Fri, 13 Jan 2006 19:34:40 +0100 (CET) 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 05466-03 for ; Fri, 13 Jan 2006 19:34:39 +0100 (CET) Original-Received: from fed1rmmtao05.cox.net (fed1rmmtao05.cox.net [68.230.241.34]) by ronja.ntg.nl (Postfix) with SMTP id 1E978127DA for ; Fri, 13 Jan 2006 19:34:38 +0100 (CET) Original-Received: from [10.0.1.2] (really [70.191.56.23]) by fed1rmmtao05.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060113183242.JSJA17838.fed1rmmtao05.cox.net@[10.0.1.2]> for ; Fri, 13 Jan 2006 13:32:42 -0500 Original-To: Context Mailing List List X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:25149 Archived-At: Hi, Looking for an idea to set some simple factor trees. I.e., suppose that I want to prime factor 36 = 2x2x3x3. Can I get this using Metapost in a form of a binary tree with 36 at the top and the prime factors at the bottom as leaves? Any ideas? Thanks.