Files
2024-04-30 07:08:23 +02:00

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