yasnippet-snippets/snippets/bibtex-mode/techreport

16 lines
340 B
Plaintext

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