dotfiles/.emacs.d/snippets/latex-mode/float listing
2020-12-30 12:28:30 +03:00

9 lines
151 B
Text

# key: flst
# name: float listing
# --
\begin{listing}[h]
\frame${1:text}file[fontsize=\small]{$2}
\caption{$3}%
\label{lst:$4}
\end{listing}
$0