summaryrefslogtreecommitdiffstats
path: root/t/fmt/tex/theorem.tex
blob: e5ebd9d0f65b6dec2936291bd025e7d95cb042d9 (plain)
1
2
3
4
5
6
7
\documentclass{article}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}[theorem]{Lemma}

\begin{document}
\end{document}