emacs: Add chapter snippet for latex
This commit is contained in:
parent
1ba501e93d
commit
a12fb60c72
1 changed files with 6 additions and 0 deletions
6
emacs/.emacs.d/snippets/latex-mode/chapter
Normal file
6
emacs/.emacs.d/snippets/latex-mode/chapter
Normal file
|
@ -0,0 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: chapter
|
||||
# key: cha
|
||||
# --
|
||||
\chapter{$1}
|
||||
\label{ch:$2}
|
Loading…
Reference in a new issue