[emacs] Add snippets for latex mode.
This commit is contained in:
6
.emacs.d/snippets/latex-mode/graphics.yasnippet
Normal file
6
.emacs.d/snippets/latex-mode/graphics.yasnippet
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor : Mads D. Kristensen <madsdk@gmail.com>
|
||||
# key : graphics
|
||||
# name : \includegraphics
|
||||
# --
|
||||
\includegraphics[width=${1:\linewidth}]{${2:file}}
|
Reference in New Issue
Block a user