Add latex bold snippet

This commit is contained in:
Riyyi
2020-09-25 17:53:26 +02:00
parent 8b4806d2a0
commit 8cd0817e3e
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: textbf
# key: b
# --
\textbf{${1:bold}}$0
+1 -1
View File
@@ -2,4 +2,4 @@
# name: textit # name: textit
# key: i # key: i
# -- # --
\textit{$1}$0 \textit{${1:itatic}}$0