1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-21 11:07:44 +01:00
2022-09-03 05:47:35 +02:00

11 lines
198 B
Plaintext

# Section
snippet sec \section
\\section{${1:section name}}%
\\label{sec:${2:$1}}
${0}
# Section without number
snippet sec* \section*
\\section*{${1:section name}}%
\\label{sec:${2:$1}}
${0}