snippets: \textheight and \textwidth in latex

This commit is contained in:
Fabrice Mouhartem 2024-05-24 13:21:19 +02:00
parent 3136772105
commit 146083e981
Signed by: fmouhart
GPG Key ID: 2C5033B228CFE4E7

View File

@ -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", {})
),
}