summaryrefslogtreecommitdiff
path: root/support/texlab/tests/scenarios/definition/latex/label/theorem.tex
blob: 52cac48394130dac9e5838cc17c80475c62dc64d (plain)
1
2
3
4
5
6
7
8
9
\usepackage{amsthm}
\newtheorem{lemma}{Lemma}

\begin{lemma}%
\label{thm:foo}
    Foo
\end{lemma}

\ref{thm:foo}