1
0
Files
nix-shared/home/develop/emacs/snippets/latex-mode/figure

10 lines
197 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: figure
# key: figure
# --
\begin{figure}[ht]
\centering
\includegraphics[${1:options}]{figures/${2:path.pdf}}
\caption{\label{fig:${3:label}} $0}
\end{figure}