Re: Equation numbering corresponding to section number

2006-05-22 Thread Uwe Stöhr
Ares wroteb: I tried \numberwithin{equation}{chapter} but i get the error messages: 1) Missing \begin{document} 2) Undefined control sequence. \numberwithin {equation}{chapter} What else should I know? You have to use AMS-math. Enable it in the menu Document -> Settings -> M

Re: Equation numbering corresponding to section number

2006-05-21 Thread Uwe Stöhr
Liu Feng wrote: It is great, I got it after set 'reqno' in option by Document class->class setting. But I use 'book' class when I start my manuscript, but now it displays 'book(AMS)', what is different between 'book' and 'book(AMS)', I know AMS presents American Math. Soc., But I wonder if 'b

Re: Equation numbering corresponding to section number

2006-05-19 Thread Uwe Stöhr
Liu Feng wrote: Thank you for expertise response, it works. But the equation number goes to the left of the equation, I want it set on the right, could you gave me anothery key to fix it? Then you use a special document class or your document uses the option "leqno" (in LyX's menu Document ->

Re: Equation numbering corresponding to section number

2006-05-19 Thread Andreas K .
Liu Feng <[EMAIL PROTECTED]> writes: > > Hi,Sir > I could not number equations like 5.1, 5.2 within > section 5.1 in Chapter 5. All eaqutions numbered just > start from (1),(2) in global way. How to number > eqaution according to the number of section or the > number of chapter. > I have added

Re: Equation numbering corresponding to section number

2006-05-19 Thread Uwe Stöhr
Liu Feng schrieb: I could not number equations like 5.1, 5.2 within section 5.1 in Chapter 5. Add the following line to your LyX document preamble: \numberwithin{equation}{chapter} regards Uwe