# -*- mode: snippet -*-
# name: report
# key: report
# author: Spenser Truex
# --
@report{ ${title},
  author       = {${author}},
  title        = {${title}},
  institution  = {${institution}},
  year         = {${year}},
  type         = {${type}}${,
  address      = {${address}}}${,
  month        = {${month}}}${,
  note         = {${note}}}
}

$0