yasnippet-snippets/snippets/bibtex-mode/manual
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

15 lines
340 B
Plaintext

# -*- mode: snippet -*-
# name: manual
# key: manual
# --
@manual{ ${title},
title = {${title}}${,
author = {${author}}}${,
organization = {${organization}}}${,
address = {${address}}}${,
editor = {${editor}}}${,
month = {${month}}}${,
year = {${year}}}${,
note = {${note}}}
}