Latex snippets
This commit is contained in:
parent
17909cb1a4
commit
e3be199e43
1 changed files with 7 additions and 0 deletions
|
@ -40,3 +40,10 @@ snippet multicols
|
||||||
\end{multicols}
|
\end{multicols}
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet newcommand
|
||||||
|
\newcommand{$1}[$2]{$0}
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet arraystretch
|
||||||
|
\renewcommand*{\arraystretch}{$1}
|
||||||
|
endsnippet
|
||||||
|
|
Loading…
Add table
Reference in a new issue