Initial commit

This commit is contained in:
Zelong Kuang
2025-11-16 15:47:31 +11:00
commit aa7fa9511c
173 changed files with 1715 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# -*- 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}