emacs: Add snippet for bibtex manual entry

This commit is contained in:
madmaurice 2018-10-08 14:39:45 +02:00
parent a91761d487
commit addb92eb19

View file

@ -0,0 +1,16 @@
# -*- mode: snippet -*-
# name: Manual definition
# key: manual
# --
@manual{$1,
title={$2},
author={$3},
organization={$4},
address={$5},
edition={$6},
month=$7,
year=$8,
note=$9,
}
$0