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

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to