From 5a0562bb49fa5aec3eda21ed2e6c3f877e54588d Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Fri, 24 Dec 2021 21:46:09 +0400 Subject: Initial commit --- snippets/latex-mode/equation | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 snippets/latex-mode/equation (limited to 'snippets/latex-mode/equation') diff --git a/snippets/latex-mode/equation b/snippets/latex-mode/equation new file mode 100644 index 0000000..c58335f --- /dev/null +++ b/snippets/latex-mode/equation @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Insert equation* environment +# key: @eq +# -- +\begin{equation*} + $0 +\end{equation*} \ No newline at end of file -- cgit v1.2.3