1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update tex snippets

This commit is contained in:
jdhao 2022-04-05 00:43:01 +08:00
parent 4f55f53958
commit 639b3d6067

View File

@ -1,3 +1,9 @@
snippet frac "Math fractions"
\frac{${1:NUM}}{${2:DEN}} $0
snippet use "usepackage" b
\usepackage{${1:package}}
endsnippet
snippet eqa "equation enviroment" b
\begin{equation}\label{$1}
$2
\end{equation}
endsnippet