configfiles/emacs/.emacs.d/snippets/latex-mode/chapter

7 lines
83 B
Plaintext

# -*- mode: snippet -*-
# name: chapter
# key: cha
# --
\chapter{$1}
\label{ch:$2}