aboutsummaryrefslogtreecommitdiff
path: root/my_snippets/tex.snippets
diff options
context:
space:
mode:
Diffstat (limited to 'my_snippets/tex.snippets')
-rw-r--r--my_snippets/tex.snippets3
1 files changed, 3 insertions, 0 deletions
diff --git a/my_snippets/tex.snippets b/my_snippets/tex.snippets
new file mode 100644
index 0000000..7b08644
--- /dev/null
+++ b/my_snippets/tex.snippets
@@ -0,0 +1,3 @@
+snippet frac "Math fractions"
+\frac{${1:NUM}}{${2:DEN}} $0
+endsnippet \ No newline at end of file