From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17012 Path: main.gmane.org!not-for-mail From: David Munger Newsgroups: gmane.comp.tex.context Subject: Re: \presentationstep Date: Wed, 10 Nov 2004 13:08:40 -0500 Message-ID: <1100110120.29504.28.camel@tempete.lac.qc.ca> References: <1099728440.7428.19.camel@tempete.lac.qc.ca> <1099875456.24313.8.camel@tempete.lac.qc.ca> <1099936891.9341.7.camel@m51.ASTRO.UMontreal.CA> <1099948238.6378.3.camel@tempete.lac.qc.ca> <1100106502.29504.16.camel@tempete.lac.qc.ca> <4192523A.40702@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1100146798 29159 80.91.229.6 (11 Nov 2004 04:19:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Nov 2004 04:19:58 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Nov 10 19:08:00 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CRwsy-0004z3-00 for ; Wed, 10 Nov 2004 19:08:00 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C97DA127C8; Wed, 10 Nov 2004 19:07:59 +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 32118-05; Wed, 10 Nov 2004 19:07:55 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 59C06127C3; Wed, 10 Nov 2004 19:07:55 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6AF1D127C3 for ; Wed, 10 Nov 2004 19:07:54 +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 32122-03 for ; Wed, 10 Nov 2004 19:07:53 +0100 (CET) Original-Received: from tomts20-srv.bellnexxia.net (unknown [209.226.175.74]) by ronja.ntg.nl (Postfix) with ESMTP id 60A8B127BD for ; Wed, 10 Nov 2004 19:07:53 +0100 (CET) Original-Received: from tempete.lac.qc.ca ([69.156.167.116]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041110180752.BXWZ25820.tomts20-srv.bellnexxia.net@tempete.lac.qc.ca> for ; Wed, 10 Nov 2004 13:07:52 -0500 Original-Received: from tempete.lac.qc.ca ([192.168.1.1] ident=david) by tempete.lac.qc.ca with esmtp (Exim 4.34) id 1CRwtc-00089J-Kz for ntg-context@ntg.nl; Wed, 10 Nov 2004 13:08:40 -0500 Original-To: mailing list for ConTeXt users In-Reply-To: <4192523A.40702@wxs.nl> X-Mailer: Evolution 2.0.2 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 Xref: main.gmane.org gmane.comp.tex.context:17012 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17012 Hans Hagen wrote : > David Munger wrote: > > > I'm sorry, I'm no TeX/ConTeXt guru and I really have no idea of how to > > achieve this. I think now we need Hans' help. > > I haven't followed the discussion so closely, what is the problem? We're trying to implement steps-without-JavaScript for slides. You can get the module here: http://cfd.homelinux.org/tex/ The current problem, in its simplest form, is that using \mframed breaks the spacing. Minimal example: \starttext We aim to get this spacing: \startformula a + b \stopformula but when using: \startformula a \mframed{+ b} \stopformula we get the same broken spacing as in: \startformula a {+ b} \stopformula \stoptext > eh ... are you redefining low level macros? I'd never dare to... ;-) Just overriding \placeformula within \begingroup/\endgroup to mangle the formula numbers. Thank you, David