mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-18 18:07:45 +01:00
11 lines
198 B
Plaintext
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}
|