doomconfig/snippets/latex-mode/figure

10 lines
182 B
Plaintext
Raw Normal View History

2025-04-15 09:47:15 +02:00
# -*- mode: snippet -*-
# name: figure
# key: figure
# condition: t
# --
\begin{figure}[H]
\centering
\includegraphics[width=\columnwidth]{$1}
\caption{\label{fig:$2}$3}
\end{figure}