On Sat, Nov 30, 2002 at 10:10:29AM -0600, Kent Kostuk wrote: > Here is a link to a minimal example file. I get an error when I try to > include the LaTeX preamble commands to change the equation numbering format. > > http://homepage.usask.ca/~kjk340/ch3_dekel_tsur.lyx
You haev a typo in the preamble:
\renewcommand\@eqnnum{\[EMAIL PROTECTED]\p@{}%
should be replaced by
\renewcommand\@eqnnum{\hb@[email protected]\p@{}%
(adding @ after 'xt')
