fixing theorem numbering in sections without subsections
authorScott Morrison <scott@tqft.net>
Thu, 11 Aug 2011 13:26:00 -0700
changeset 884 d5caffd01b72
parent 883 e5746e649487
child 885 61541264d4b3
fixing theorem numbering in sections without subsections
RefereeReport.pdf
preamble.tex
Binary file RefereeReport.pdf has changed
--- 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}