diff --git a/luasnippets/tex.lua b/luasnippets/tex.lua index 359f88b..0a81032 100644 --- a/luasnippets/tex.lua +++ b/luasnippets/tex.lua @@ -57,4 +57,12 @@ return { s({ trig = "bs", dscr = "Insert a big skip" }, fmt("\\bigskip", {}) ), + + s({ trig = "tw", dscr = "Insert \\textwidth" }, + fmt("\\textwidth", {}) + ), + + s({ trig = "th", dscr = "Insert \\textheight" }, + fmt("\\textheight", {}) + ), }