mirror of https://github.com/zoomiti/dotfiles.git
Added Ultisnips snippets
parent
ef4572f2ae
commit
f266b2dab0
@ -0,0 +1,14 @@
|
|||||||
|
snippet fig "figure"
|
||||||
|
\begin{figure}
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=.8\textwidth]{$1}
|
||||||
|
\caption{$3}
|
||||||
|
\label{$2}
|
||||||
|
\end{figure}
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet \beg "\begin{}...\end{}"
|
||||||
|
\begin{$1}
|
||||||
|
$0
|
||||||
|
\end{$1}
|
||||||
|
endsnippet
|
||||||
Loading…
Reference in New Issue