projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move emacs files from .emacs.d to .
[~bandali/configs]
/
etc
/
yasnippet
/
snippets
/
latex-mode
/
section
diff --git a/etc/yasnippet/snippets/latex-mode/section
b/etc/yasnippet/snippets/latex-mode/section
new file mode 100644
(file)
index 0000000..
e1a2710
--- /dev/null
+++ b/
etc/yasnippet/snippets/latex-mode/section
@@ -0,0
+1,8
@@
+# -*- mode: snippet -*-
+# name: section
+# key: s
+# --
+\section{${1:name}}
+\label{sec:${2:label}}
+
+$0
\ No newline at end of file