See my problem below.
I guess the last theorem should have the label Theorem 2.0.1 but it is not. How can I fix it?
Code: Select all
\documentclass[12pt]{article}
\usepackage{amsthm}
\theoremstyle{definition}
\newtheorem{theorem}{Theorem}[subsection]
\begin{document}
\section{Section}
\subsection{Subsection}
\begin{theorem}
--
\end{theorem}
\begin{theorem}
--
\end{theorem}
\subsection{Subsection}
\begin{theorem}
--
\end{theorem}
\begin{theorem}
--
\end{theorem}
\begin{theorem}
--
\end{theorem}
\begin{theorem}
--
\end{theorem}
\section{Section}
\begin{theorem}
{\Large Why not 2.0.1?}
\end{theorem}
\end{document}
Is it possible to enumerate theorems as Theorem 1.1.1, Theorem 1.1.2 and so on in subsubsections but as Theorem 2.1 in section?
Thank you.
bkarpuz