yasnippet-snippets/snippets/bibtex-mode/thesis

17 lines
294 B
Plaintext

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