summaryrefslogtreecommitdiffstats
path: root/lua/Snippets/tex/general.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/Snippets/tex/general.lua')
-rw-r--r--lua/Snippets/tex/general.lua11
1 files changed, 10 insertions, 1 deletions
diff --git a/lua/Snippets/tex/general.lua b/lua/Snippets/tex/general.lua
index b53f80c..23d2e60 100644
--- a/lua/Snippets/tex/general.lua
+++ b/lua/Snippets/tex/general.lua
@@ -38,7 +38,7 @@ return {
)
),
- s({ trig = 'bf', snippetType = 'autosnippet' },
+ s({ trig = 'bft', snippetType = 'autosnippet' },
fmta(
'\\textbf{<>}',
{
@@ -47,6 +47,15 @@ return {
)
),
+ s({ trig = 'tlc', snippetType = 'autosnippet' },
+ fmta(
+ '\\textit{<>}',
+ {
+ i(1),
+ }
+ )
+ ),
+
s({ trig = 'cte', snippetType = 'autosnippet' },
fmta(
'\\supercite{<>}',