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