yasnippet-snippets/snippets/bibtex-mode/software

14 lines
273 B
Plaintext

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