Files
doom/snippets/latex-mode/subfloat
Zelong Kuang aa7fa9511c Initial commit
2025-11-16 15:47:31 +11:00

11 lines
293 B
Plaintext

# -*- 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}