.emacs.d/snippets/latex-mode/graphics.yasnippet
2020-01-13 15:14:54 +01:00

6 lines
176 B
Plaintext

# -*- mode: snippet -*-
# contributor : Mads D. Kristensen <madsdk@gmail.com>
# key : graphics
# name : \includegraphics
# --
\includegraphics[width=${1:\linewidth}]{${2:file}}