Search found 1 match

by nullgraph
Sun Apr 04, 2010 9:11 pm
Forum: Text Formatting
Topic: lemma numbering across sections
Replies: 1
Views: 4024

lemma numbering across sections

Hi, I'm using package amsthm. My theorem is in section 1. I want to number my theorem such that it has the section number, so I used:

\newtheorem{theorem}{Theorem}[section]
So my theorem is called Theorem 1.1
Now in section 2, I have my lemma, but I also want my lemma to use the theorem counter ...