yasnippet-snippets/snippets/bibtex-mode/masterthesis
Guillermo Robles 79fc648da3 Add bibtex-mode snippets (#251)
* Add bibtex-mode snippets

* Move yas-indent-line option to .yas-setup.el file
2018-03-24 18:24:04 +00:00

16 lines
No EOL
304 B
Text

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