Files
.emacs.d/snippets/latex-mode/listing
Zelong Kuang 753ea5ea48 Update
2025-12-14 09:04:11 +11:00

7 lines
156 B
Plaintext

# -*- mode: snippet -*-
# name: listing
# key: lst
# --
\begin{lstlisting}[float,label=lst:${1:label},caption=nextHopInfo: ${2:caption}]
$0
\end{lstlisting}