dotfiles/.emacs.d/snippets/latex-mode/titling

10 lines
226 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
# -*- mode: snippet -*-
# name: sectioning
# key: secc
# --
\usepackage{titlesec}
\titleformat{\section}{\huge\bfseries}{}{0em}{}[{\titlerule[0.4pt]}]
\titleformat{\sectionsub}{\large\bfseries}{}{0em}{}[{\titlerule[0.4pt]}]