13 lines
319 B
Plaintext
13 lines
319 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: Article
|
|
# uuid:
|
|
# key: @art
|
|
# condition: t
|
|
# --
|
|
@article{${1:$(snippet-bibtex--make-id)}
|
|
, title = {${1:Principia Mathematica}}
|
|
, author = {${2:of Sinope, Diogenes}}
|
|
, year = {${3:1992}}
|
|
, url = {${4:https://example.com/}}
|
|
, urldate = {${5:`(format-time-string "%Y-%m-%d")`}}
|
|
} |