We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b9d4c commit 970948fCopy full SHA for 970948f
UltiSnips/tex.snippets
@@ -248,22 +248,14 @@ snippet srto "... Root" wi
248
endsnippet
249
250
snippet bf "Bold" wi
251
-\bf{${1:${VISUAL}}}$0
252
-endsnippet
253
-
254
-snippet tbf "Bold" wi
255
\textbf{${1:${VISUAL}}}$0
256
257
258
-snippet it "Italic" wi
259
-\it{${1:${VISUAL}}}$0
260
261
262
-snippet tit "Italic" wi
+snippet ita "Italic" wi
263
\textit{${1:${VISUAL}}}$0
264
265
266
-snippet ttt "Teletype" wi
+snippet tt "Teletype" wi
267
\texttt{${1:${VISUAL}}}$0
268
269
0 commit comments