Latex snippets

This commit is contained in:
Oshgnacknak 2022-06-19 17:49:58 +02:00
parent 17909cb1a4
commit e3be199e43
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -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