Fix table snippet

This commit is contained in:
Oshgnacknak 2022-05-31 15:08:25 +02:00
parent c779a7b266
commit de103af9ba
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -25,7 +25,7 @@ endsnippet
snippet table
\begin{tabular}{ $1 }
$2 & $3 & cell3 \\
cell4 & cell5 \\
$2 & $3 & cell3 \\\\
cell4 & cell5 \\\\
\end{tabular}
endsnippet