Add snipped for code and tables
This commit is contained in:
parent
dfa50bbcc7
commit
074b54ece0
1 changed files with 7 additions and 0 deletions
|
@ -61,3 +61,10 @@ snippet subtask
|
|||
$0
|
||||
\end{subtask*}
|
||||
endsnippet
|
||||
|
||||
snippet table
|
||||
\begin{tabular}{ $1 }
|
||||
$2 & $3 & cell3 \\
|
||||
cell4 & cell5 \\
|
||||
\end{tabular}
|
||||
endsnippet
|
||||
|
|
Loading…
Add table
Reference in a new issue