From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21311 Path: news.gmane.org!not-for-mail From: Brooks Moses Newsgroups: gmane.comp.tex.context Subject: Math bug: \tracemathtrue doesn't work without alignment. Date: Sat, 09 Jul 2005 23:14:01 -0700 Message-ID: <4.3.1.2.20050709223429.026abf08@cits1.stanford.edu> 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 X-Trace: sea.gmane.org 1120976074 1152 80.91.229.2 (10 Jul 2005 06:14:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Jul 2005 06:14:34 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Jul 10 08:14:26 2005 Return-path: 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 1DrV53-0008Qf-RZ for gctc-ntg-context-518@m.gmane.org; Sun, 10 Jul 2005 08:14:21 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 62685127B0; Sun, 10 Jul 2005 08:14:15 +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 14072-04-4; Sun, 10 Jul 2005 08:14:11 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A0F9D127C5; Sun, 10 Jul 2005 08:14:11 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7EB4D127C5 for ; Sun, 10 Jul 2005 08:14:10 +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 14072-04-3 for ; Sun, 10 Jul 2005 08:14:09 +0200 (CEST) Original-Received: from smtp1.Stanford.EDU (smtp1.Stanford.EDU [171.67.16.123]) by ronja.ntg.nl (Postfix) with ESMTP id 63DD0127B0 for ; Sun, 10 Jul 2005 08:14:08 +0200 (CEST) Original-Received: from mindolluin.stanford.edu (DNab42a644.Stanford.EDU [171.66.166.68]) by smtp1.Stanford.EDU (8.12.11/8.12.11) with ESMTP id j6A6E2Bx000499 for ; Sat, 9 Jul 2005 23:14:05 -0700 X-Sender: brooks@cits1.stanford.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Original-To: ConTeXt users list 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:21311 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21311 I was recently going through the core-mat.tex file (the one from teTeX 3.0.whatever-it-is) and trying out some of the examples given in the comments, and came across an odd little bug. Consider the following: \tracemathtrue \setupformulas[align=middle] \placeformula \startformula \fakeformula \stopformula This works fine. However, if I take out the "align=" argument from \setupformulas, the tracing boxes disappear. Meanwhile, I'm trying to figure out exactly how the alignment works in formulas, from a programming viewpoint. What's a good place to start with this? - Brooks