yasnippet-snippets/snippets/bibtex-mode/article

17 lines
318 B
Plaintext

# -*- mode: snippet -*-
# name: article
# key: article
# --
@article{ ${title},
author = {${author}},
title = {${title}},
journal = {${journal}},
year = {${year}}${,
volume = {${volume}}}${,
number = {${number}}}${,
pages = {${pages}}}${,
month = {${month}}}${,
note = {${note}}}
}
$0