79fc648da3
* Add bibtex-mode snippets * Move yas-indent-line option to .yas-setup.el file
21 lines
No EOL
513 B
Text
21 lines
No EOL
513 B
Text
# -*- mode: snippet -*-
|
|
# name: conference
|
|
# key: conference
|
|
# --
|
|
@conference{ ${title},
|
|
author = {${author}},
|
|
title = {${title}},
|
|
booktitle = {${booktitle}},
|
|
year = {${year}},
|
|
editor = {${editor}}${,
|
|
volume = {${volume}}}${,
|
|
series = {${series}}}${,
|
|
pages = {${pages}}}${,
|
|
address = {${address}}}${,
|
|
month = {${month}}}${,
|
|
organization = {${organization}}}${,
|
|
publisher = {${publisher}}}${,
|
|
note = {${note}}}
|
|
}
|
|
|
|
$0 |