Fix table snippet
This commit is contained in:
parent
c779a7b266
commit
de103af9ba
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ endsnippet
|
|||
|
||||
snippet table
|
||||
\begin{tabular}{ $1 }
|
||||
$2 & $3 & cell3 \\
|
||||
cell4 & cell5 \\
|
||||
$2 & $3 & cell3 \\\\
|
||||
cell4 & cell5 \\\\
|
||||
\end{tabular}
|
||||
endsnippet
|
||||
|
|
Loading…
Add table
Reference in a new issue