From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9744 Path: main.gmane.org!not-for-mail From: Leif Albers Newsgroups: gmane.comp.tex.context Subject: grid and formulas Date: Wed, 6 Nov 2002 14:26:57 +0100 Sender: ntg-context-admin@ref.ntg.nl Message-ID: <15817.6305.314720.956994@danton-imw.uni-bielefeld.de> Reply-To: ntg-context@ref.ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1036659421 4690 80.91.224.249 (7 Nov 2002 08:57:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 7 Nov 2002 08:57:01 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 189iTC-0001DO-00 for ; Thu, 07 Nov 2002 09:56:58 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 8792E10B28; Thu, 7 Nov 2002 09:58:28 +0100 (MET) Original-Received: from danton-imw.uni-bielefeld.de (danton-imw.uni-bielefeld.de [129.70.84.37]) by ref.ntg.nl (Postfix) with ESMTP id F00BA10AE6 for ; Wed, 6 Nov 2002 14:27:04 +0100 (MET) Original-Received: from danton-imw.uni-bielefeld.de (localhost.localdomain [127.0.0.1]) by danton-imw.uni-bielefeld.de (8.12.5/8.12.5) with ESMTP id gA6DR2ev021273 for ; Wed, 6 Nov 2002 14:27:02 +0100 Original-Received: (from leif@localhost) by danton-imw.uni-bielefeld.de (8.12.5/8.12.5/Submit) id gA6DQvAU021262; Wed, 6 Nov 2002 14:26:57 +0100 Original-To: ntg-context@ntg.nl X-Mailer: VM 7.07 under 21.4 (patch 9) "Informed Management" XEmacs Lucid Errors-To: ntg-context-admin@ref.ntg.nl X-BeenThere: ntg-context@ref.ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk X-Reply-To: Leif Albers List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:9744 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9744 Hello again, I have the impression you can basically forget about the grid mode when using formulas. I started writing a simple text containing lots of math. When I turned on grid mode I basically saw ... well ... not at all what I expected. A simple example is: (watch the last line) -------------------- SNIPP -------------------- \setuplayout [grid=yes] \showgrid \starttext x \startformula x \stopformula x$\tilde I$ \stoptext -------------------- SNIPP -------------------- Note that in normal Text $\tilde I$ is correctly aligned. The combination with the big formula is a problem. But it is clearly not the only situation in which problems with grid and formulas occur. Leif Albers P.S. Is this list the correct place for bug reports?