help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-texinfo] inserting equation number...


From: Karl Berry
Subject: Re: [help-texinfo] inserting equation number...
Date: Fri, 16 Feb 2007 16:31:17 -0600

    Thanks for your kind reply; hope somebody will solve the problem soon...

It occurs to me that in the absence of a real solution, @set/@value
could be used as a workaround.  You have to define your own actual
numbers, but at least renumbering when the order changes is not so
onerous as when the numbers are hardwired in the text.


@set eq1 (1)

@c actually this won't get you real displayed math; that's another problem.
@display
@math{E = mc^2} @value{eq1}
@end display

In @value{eq1}, we see ...


What kind of document are you trying to write?  How much math are we
talking about?

Best,
k




reply via email to

[Prev in Thread] Current Thread [Next in Thread]