Wonil Chang wrote:
> 
> I'm trying to get this problem solved. I've look up lyx documents, latex books,
> Deja news, and of course, this lyx mailing list. The situation I have is
> examplified as follows,
> 
> I have a 3-line equation such as
> 
> But what I want is something like
> 
> a=b+c   (1.1)
> d=e+f   (1.2)
> g=h+i   (1.3)

in latex preamble

\renewcommand{\theequation}{\thechapter.\arabic{equation}}

or \thesection instead of \thechapter if you have article class

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/


Reply via email to