yasnippet-snippets/snippets/bibtex-mode/reference

22 lines
466 B
Plaintext

# -*- mode: snippet -*-
# name: reference
# key: reference
# author: Spenser Truex
# --
@reference{ ${title},
editor = {${editor}},
title = {${title}},
year = {${year}}${,
publisher = {${publisher}}}${,
volume = {${volume}}}${,
series = {${series}}}${,
type = {${type}}}${,
chapter = {${chapter}}}${,
pages = {${pages}}}${,
address = {${address}}}${,
edition = {${edition}}}${,
month = {${month}}}${,
note = {${note}}}
}
$0