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

7 lines
83 B
Plaintext
Raw Normal View History

2018-06-23 00:21:57 +02:00
# -*- mode: snippet -*-
# name: chapter
# key: cha
# --
\chapter{$1}
\label{ch:$2}