Emacs personal configuration
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- # -*- mode: snippet -*-
- # contributor : Mads D. Kristensen <madsdk@gmail.com>
- # key : fig
- # group: environments
- # name : \begin{figure} ... \end{figure}
- # --
- \begin{figure}[htbp]
- \centering
- $0
- \caption{${1:caption}}
- \label{${2:"waiting for reftex-label call..."$(unless yas/modified-p (reftex-label nil 'dont-insert))}}
- \end{figure}
|