yasnippet-snippets/snippets/bibtex-mode/mvproceedings
Spenser Truex a3257d2570 Add more bibtex snippets
All of these snippets are defined in Section 2.1.1 "Regular Types" of the
biblatex documentation.
2020-03-30 15:15:42 -07:00

19 lines
430 B
Plaintext

# -*- mode: snippet -*-
# name: proceedings
# key: proceedings
# author: Spenser Truex
# --
@mvproceedings{ ${title},
title = {${title}},
year = {${year}}${,
editor = {${editor}}}${,
volume = {${volume}}}${,
series = {${series}}}${,
address = {${address}}}${,
month = {${month}}}${,
organization = {${organization}}}${,
publisher = {${publisher}}}${,
note = {${note}}}
}
$0