>>>>> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes:
Amir> Are you telling me that every person who's written their thesis
Amir> with LyX has either used that hack or math-number'ed every
Amir> single equation in their thesis? I'll probably have only 30 or
Amir> so, but some theses have hundreds!
Why would you like to number every single equation when you will not
refer to them? Just for the pleasure to have an equation numbered
(4.5.103)? I even wrote a packages which suppresses numbering of
equations when the equation is not referred to :)
Amir> On the other hand, I just looked at math.bind and found out I
Amir> can use "M-m n" to number an equation, so it's not so painful
Amir> after all. Nonetheless, there ought to be a command &
Amir> corresponding binding that automatically opens an equation
Amir> instead of a displaymath (e.g., "M-m e" = "M-m d" + "M-m n"). Of
Amir> course I ought to do it myself. I guess I'm just too lazy. But
Try the new command-sequence. Something like
\bind "M-m e" "command-sequence math-mode ; math-number ;"
JMarc