emacs: Add snippet for bibtex manual entry
This commit is contained in:
parent
a91761d487
commit
addb92eb19
1 changed files with 16 additions and 0 deletions
16
emacs/.emacs.d/snippets/bibtex-mode/manual
Normal file
16
emacs/.emacs.d/snippets/bibtex-mode/manual
Normal 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
|
Loading…
Reference in a new issue