yasnippet-snippets/snippets/bibtex-mode/masterthesis

16 lines
304 B
Plaintext

# -*- 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