Skip to content

Commit 4e45931

Browse files
dnivralpil
authored andcommitted
Rename TeX italics snippet to prevent collision with TeX item snippet
1 parent 2afce94 commit 4e45931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/tex.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ snippet citey \citeyear
203203
snippet fcite \footcite[]{}
204204
\\footcite[${1}]{${2}}${0}
205205
#Formating text: italic, bold, underline, small capital, emphase ..
206-
snippet it italic text
206+
snippet ita italic text
207207
\\textit{${1:${VISUAL:text}}} ${0}
208208
snippet bf bold face text
209209
\\textbf{${1:${VISUAL:text}}} ${0}

0 commit comments

Comments
 (0)