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