init
This commit is contained in:
22
snippets/bibtex-mode/mvcollection
Normal file
22
snippets/bibtex-mode/mvcollection
Normal file
@@ -0,0 +1,22 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: mvcollection
|
||||
# key: mvcollection
|
||||
# author: Spenser Truex
|
||||
# --
|
||||
@mvcollection{ ${title},
|
||||
editor = {${editor}},
|
||||
title = {${title}},
|
||||
year = {${year}}${,
|
||||
publisher = {${publisher}}}${,
|
||||
volumes = {${volumes}}}${,
|
||||
series = {${series}}}${,
|
||||
type = {${type}}}${,
|
||||
chapter = {${chapter}}}${,
|
||||
pages = {${pages}}}${,
|
||||
address = {${address}}}${,
|
||||
edition = {${edition}}}${,
|
||||
month = {${month}}}${,
|
||||
note = {${note}}}
|
||||
}
|
||||
|
||||
$0
|
||||
Reference in New Issue
Block a user