| # -*- mode: snippet -*- | |
| # name: manual | |
| # key: manual | |
| # -- | |
| @manual{ ${title}, | |
|   title        = {${title}}${, | |
|   author       = {${author}}}${, | |
|   organization = {${organization}}}${, | |
|   address      = {${address}}}${, | |
|   editor       = {${editor}}}${, | |
|   month        = {${month}}}${, | |
|   year         = {${year}}}${, | |
|   note         = {${note}}} | |
| }
 |