Files
.emacs.d/snippets/latex-mode/graphics.yasnippet

6 lines
176 B
Plaintext
Raw Permalink Normal View History

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