Add color snippet
This commit is contained in:
parent
3380a7b98b
commit
4980268067
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ snippet code
|
|||
{\ttfamily $1}
|
||||
endsnippet
|
||||
|
||||
snippet color
|
||||
{\color{$1} $2}
|
||||
endsnippet
|
||||
|
||||
snippet table
|
||||
\begin{tabular}{ $1 }
|
||||
$2 & $3 & cell3 \\
|
||||
|
|
Loading…
Add table
Reference in a new issue