Hi,
I want to have all theorems/lemmas/etc numbered by type within chapters. I added modules: AMS,Numbered by Type and Numbered by Type within Chapters. Everything works as I want, except I am missing assumptions. When I add AMS-Extended, Numbered by Type, I have assumptions, except they are numbered 1,2,3,.. instead of 1.1,1.2,...,2.1, as I want.
I tried adding all kinds of definitions in the Preamble, but nothing works. How do I do it?
Thanks
LyX ⇒ Assumptions numbered by Chapter
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10344
- Joined: Mon Mar 10, 2008 9:44 pm
Assumptions numbered by Chapter
You could use the amsmath command \numberwithin, such as
in the LyX document preamble, depending on you you named the assumptions and their counter, respectively.
Stefan
Code: Select all
\numberwithin{assumption}{chapter}
Stefan
LaTeX.org admin