emacs/snippets/bibtex-mode/collection

22 lines
495 B
Plaintext

# -*- mode: snippet -*-
# name: collection
# key: collection
# author: Spenser Truex
# --
@collection{ ${title},
editor = {${editor}},
title = {${title}},
year = {${year}}${,
publisher = {${publisher}}}${,
volume = {${volume}}}${,
series = {${series}}}${,
type = {${type}}}${,
chapter = {${chapter}}}${,
pages = {${pages}}}${,
address = {${address}}}${,
edition = {${edition}}}${,
month = {${month}}}${,
note = {${note}}}
}
$0