Files
.emacs.d/snippets/latex-mode/subfloat

11 lines
293 B
Plaintext
Raw Normal View History

2025-12-14 09:04:11 +11:00
# -*- mode: snippet -*-
# name: subfloat
# key: subfloat
# --
\begin{figure}[ht]
\centering
\subfloat[${6:caption}]{\includegraphics[$3]{figures/${1:path.png}}}${5:~}
\subfloat[${7:caption}]{\includegraphics[$4]{figures/${2:path.png}}}
\caption{\label{fig:${8:label}} $0}
\end{figure}