Add color snippet

This commit is contained in:
Oshgnacknak 2022-04-27 19:11:25 +02:00
parent df2c87559f
commit da70bbcf1d
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

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