Add snipped for code and tables

This commit is contained in:
Oshgnacknak 2022-01-24 16:34:50 +01:00
parent dfa50bbcc7
commit 074b54ece0
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -61,3 +61,10 @@ snippet subtask
$0
\end{subtask*}
endsnippet
snippet table
\begin{tabular}{ $1 }
$2 & $3 & cell3 \\
cell4 & cell5 \\
\end{tabular}
endsnippet