yasnippet-snippets/snippets/bibtex-mode/misc

14 lines
273 B
Plaintext

# -*- mode: snippet -*-
# name: misc
# key: misc
# --
@misc{ ${title}${,
author = {${author}}}${,
title = {${title}}}${,
howpublished = {${howpublished}}}${,
month = {${month}}}${,
year = {${year}}}${,
note = {${note}}}
}
$0