I broke up with neovim....vim is my best friend now
This commit is contained in:
15
dot_vim/plugged/vimtex/test/test-toc/chapters/equations.tex
Normal file
15
dot_vim/plugged/vimtex/test/test-toc/chapters/equations.tex
Normal file
@@ -0,0 +1,15 @@
|
||||
\chapter{Chapter with equations}
|
||||
\label{chap:chapter_1}
|
||||
|
||||
This is the first equation:
|
||||
\begin{equation}
|
||||
1 + 1 = 2.
|
||||
\label{eq:1}
|
||||
\end{equation}
|
||||
|
||||
\noindent
|
||||
This is the second equation:
|
||||
\begin{equation}
|
||||
1 \times 1 = 1.
|
||||
\label{eq:2}
|
||||
\end{equation}
|
||||
Reference in New Issue
Block a user