diff options
| author | jdhao <jdhao@hotmail.com> | 2022-04-05 00:43:01 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-04-05 00:43:01 +0800 |
| commit | 639b3d60671ed5c71c66bc9c36132d31cb3a85f1 (patch) | |
| tree | 1082f9c5ae4e02834413a531ca46ab598921df9f /my_snippets | |
| parent | 4f55f53958cebc2c507ad2f470c47c2320641bd2 (diff) | |
update tex snippets
Diffstat (limited to 'my_snippets')
| -rw-r--r-- | my_snippets/tex.snippets | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/my_snippets/tex.snippets b/my_snippets/tex.snippets index 189d9f9..fac3f3d 100644 --- a/my_snippets/tex.snippets +++ b/my_snippets/tex.snippets @@ -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 |
