Added auctex and yasnippets
This commit is contained in:
9
.emacs.d/snippets/latex-mode/titling
Normal file
9
.emacs.d/snippets/latex-mode/titling
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: sectioning
|
||||
# key: secc
|
||||
# --
|
||||
\usepackage{titlesec}
|
||||
|
||||
\titleformat{\section}{\huge\bfseries}{}{0em}{}[{\titlerule[0.4pt]}]
|
||||
\titleformat{\sectionsub}{\large\bfseries}{}{0em}{}[{\titlerule[0.4pt]}]
|
||||
|
||||
Reference in New Issue
Block a user