본문 바로가기

공부/tex관련

[vim-latex]envmacros

<<before>>



call s:Tex_SpecialMacros('EFI', '', 'figure', "\<C-r>=Tex_PutEnvironment('figure')\<CR>")




<<after>>



call s:Tex_SpecialMacros('EFI', '', 'figure_graphicx', "\<C-r>=Tex_PutEnvironment('figure_graphicx')\<CR>")








//////////////////////////

includegraphics 에 [width=<+width+>, clip] 추가해주자.