snippets: \textheight and \textwidth in latex
This commit is contained in:
parent
3136772105
commit
146083e981
@ -57,4 +57,12 @@ return {
|
|||||||
s({ trig = "bs", dscr = "Insert a big skip" },
|
s({ trig = "bs", dscr = "Insert a big skip" },
|
||||||
fmt("\\bigskip", {})
|
fmt("\\bigskip", {})
|
||||||
),
|
),
|
||||||
|
|
||||||
|
s({ trig = "tw", dscr = "Insert \\textwidth" },
|
||||||
|
fmt("\\textwidth", {})
|
||||||
|
),
|
||||||
|
|
||||||
|
s({ trig = "th", dscr = "Insert \\textheight" },
|
||||||
|
fmt("\\textheight", {})
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user