summaryrefslogtreecommitdiff
path: root/support/texlab/tests/scenarios/symbol/hierarchical/equation.tex
blob: 0999f270fab330d1ed01a88ef387935b36158578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\documentclass{article}

\begin{document}

\begin{equation}\label{eq:foo}
    Foo
\end{equation}

\begin{equation}\label{eq:bar}
    Bar
\end{equation}

\begin{equation}
    Baz
\end{equation}

\end{document}