# -*- 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