init
This commit is contained in:
14
snippets/bibtex-mode/misc
Normal file
14
snippets/bibtex-mode/misc
Normal file
@@ -0,0 +1,14 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: misc
|
||||
# key: misc
|
||||
# --
|
||||
@misc{ ${title}${,
|
||||
author = {${author}}}${,
|
||||
title = {${title}}}${,
|
||||
howpublished = {${howpublished}}}${,
|
||||
month = {${month}}}${,
|
||||
year = {${year}}}${,
|
||||
note = {${note}}}
|
||||
}
|
||||
|
||||
$0
|
||||
Reference in New Issue
Block a user