# HG changeset patch # User Scott Morrison # Date 1313094360 25200 # Node ID d5caffd01b72f35ebd9703961e0b71a0443162f1 # Parent e5746e6494874e8a15673344c96bee95ccbe6ac6 fixing theorem numbering in sections without subsections diff -r e5746e649487 -r d5caffd01b72 RefereeReport.pdf Binary file RefereeReport.pdf has changed diff -r e5746e649487 -r d5caffd01b72 preamble.tex --- a/preamble.tex Thu Aug 11 13:25:22 2011 -0700 +++ b/preamble.tex Thu Aug 11 13:26:00 2011 -0700 @@ -50,6 +50,9 @@ \theoremstyle{plain} %\newtheorem*{fact}{Fact} \newtheorem{prop}{Proposition}[subsection] +\makeatletter +\@addtoreset{prop}{section} +\makeatother \newtheorem{conj}[prop]{Conjecture} \newtheorem{thm}[prop]{Theorem} \newtheorem{lem}[prop]{Lemma}