mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
10 lines
171 B
Text
10 lines
171 B
Text
# -*- mode: snippet -*-
|
|
# name: lst-input
|
|
# key: lsti
|
|
# --
|
|
\begin{listing}[h]
|
|
\frame${1:text}file[fontsize=\small]{$2}
|
|
\caption{$3}%
|
|
\label{lst:$4}
|
|
\end{listing}
|
|
$0
|