Add snipped for code and tables
This commit is contained in:
parent
4b88d4e475
commit
7d5a1ca0e6
1 changed files with 11 additions and 0 deletions
|
@ -14,3 +14,14 @@ snippet begin
|
||||||
$0
|
$0
|
||||||
\end{$1}
|
\end{$1}
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet code
|
||||||
|
{\ttfamily $1}
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet table
|
||||||
|
\begin{tabular}{ $1 }
|
||||||
|
$2 & $3 & cell3 \\
|
||||||
|
cell4 & cell5 \\
|
||||||
|
\end{tabular}
|
||||||
|
endsnippet
|
||||||
|
|
Loading…
Add table
Reference in a new issue