Files
emacs/lisp/yasnippet-snippets/snippets/bibtex-mode/thesis
2025-03-11 21:14:26 +01:00

17 lines
299 B
Plaintext

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