Emacs personal configuration
Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- # -*- 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}
|