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