Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions snippets/bibtex-mode/bookinbook
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# -*- mode: snippet -*-
# name: bookinbook
# key: bookinbook
# author: Spenser Truex
# --
@bookinbook{ ${title},
author = {${author}},
title = {${title}},
chapter = {${chapter}}${,
pages = {${pages}}},
publisher = {${publisher}},
year = {${year}},
volume = {${volume}}${,
series = {${series}}}${,
type = {${type}}}${,
address = {${address}}}${,
edition = {${edition}}}${,
month = {${month}}}${,
note = {${note}}}
}

$0
22 changes: 22 additions & 0 deletions snippets/bibtex-mode/collection
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# -*- mode: snippet -*-
# name: collection
# key: collection
# author: Spenser Truex
# --
@collection{ ${title},
editor = {${editor}},
title = {${title}},
year = {${year}}${,
publisher = {${publisher}}}${,
volume = {${volume}}}${,
series = {${series}}}${,
type = {${type}}}${,
chapter = {${chapter}}}${,
pages = {${pages}}}${,
address = {${address}}}${,
edition = {${edition}}}${,
month = {${month}}}${,
note = {${note}}}
}

$0
17 changes: 17 additions & 0 deletions snippets/bibtex-mode/dataset
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# -*- mode: snippet -*-
# name: dataset
# key: dataset
# author: Spenser Truex
# --
@dataset{ ${title}
title = {${title}},
editor = {${editor}},
year = {${year}}${,
author = {${author}}}${,
volume = {${volume}}}${,
version = {${version}}}${,
publisher = {${publisher}}}${,
organization = {${organization}}}${,
note = {${note}}}

}
14 changes: 14 additions & 0 deletions snippets/bibtex-mode/electronic
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# -*- mode: snippet -*-
# name: electronic
# key: electronic
# author: Spenser Truex
# --
@electronic{ ${title},
author = {${author}},
title = {${title}},
year = {${year}},
url = {${url}}${,
editor = {${editor}}}${,
urldate = {${urldate}}}${,
note = {${note}}}
}
2 changes: 1 addition & 1 deletion snippets/bibtex-mode/inbook
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
volume = {${volume}}${,
series = {${series}}}${,
type = {${type}}}${,
address = {${addre}ss}}${,
address = {${address}}}${,
edition = {${edition}}}${,
month = {${month}}}${,
note = {${note}}}
Expand Down
24 changes: 24 additions & 0 deletions snippets/bibtex-mode/inreference
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# -*- mode: snippet -*-
# name: inreference
# key: inreference
# author: Spenser Truex
# --
@inreference{ ${title},
author = {${author}},
title = {${title}},
booktitle = {${booktitle}},
publisher = {${publisher}},
year = {${year}}${,
editor = {${editor}}}${,
volume = {${volume}}}${,
series = {${series}}}${,
type = {${type}}}${,
chapter = {${chapter}}}${,
pages = {${pages}}}${,
address = {${address}}}${,
edition = {${edition}}}${,
month = {${month}}}${,
note = {${note}}}
}

$0
23 changes: 23 additions & 0 deletions snippets/bibtex-mode/mvbook
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# -*- mode: snippet -*-
# name: mvbook
# key: mvbook
# author: Spenser Truex
# --
@mvbook{ ${title},
author = {${author}},
title = {${title}},
year = {${year}}${,
volume = {${volume}}}${,
editor = {${editor}}}${,
publisher = {${publisher}}}${,
number = {${number}}}${,
series = {${series}}}${,
type = {${type}}}${,
address = {${address}}}${,
edition = {${edition}}}${,
month = {${month}}}${,
isbn = {${isbn}}}${,
note = {${note}}}
}

$0
22 changes: 22 additions & 0 deletions snippets/bibtex-mode/mvcollection
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# -*- mode: snippet -*-
# name: mvcollection
# key: mvcollection
# author: Spenser Truex
# --
@mvcollection{ ${title},
editor = {${editor}},
title = {${title}},
year = {${year}}${,
publisher = {${publisher}}}${,
volumes = {${volumes}}}${,
series = {${series}}}${,
type = {${type}}}${,
chapter = {${chapter}}}${,
pages = {${pages}}}${,
address = {${address}}}${,
edition = {${edition}}}${,
month = {${month}}}${,
note = {${note}}}
}

$0
19 changes: 19 additions & 0 deletions snippets/bibtex-mode/mvproceedings
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# -*- mode: snippet -*-
# name: proceedings
# key: proceedings
# author: Spenser Truex
# --
@mvproceedings{ ${title},
title = {${title}},
year = {${year}}${,
editor = {${editor}}}${,
volume = {${volume}}}${,
series = {${series}}}${,
address = {${address}}}${,
month = {${month}}}${,
organization = {${organization}}}${,
publisher = {${publisher}}}${,
note = {${note}}}
}

$0
22 changes: 22 additions & 0 deletions snippets/bibtex-mode/mvreference
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# -*- mode: snippet -*-
# name: mvereference
# key: mvreference
# author: Spenser Truex
# --
@mvreference{ ${title},
editor = {${editor}},
title = {${title}},
year = {${year}}${,
publisher = {${publisher}}}${,
volumes = {${volumes}}}${,
series = {${series}}}${,
type = {${type}}}${,
chapter = {${chapter}}}${,
pages = {${pages}}}${,
address = {${address}}}${,
edition = {${edition}}}${,
month = {${month}}}${,
note = {${note}}}
}

$0
14 changes: 14 additions & 0 deletions snippets/bibtex-mode/online
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# -*- mode: snippet -*-
# name: online
# key: online
# author: Spenser Truex
# --
@online{ ${title},
author = {${author}},
title = {${title}},
year = {${year}},
url = {${url}}${,
editor = {${editor}}}${,
urldate = {${urldate}}}${,
note = {${note}}}
}
15 changes: 15 additions & 0 deletions snippets/bibtex-mode/patent
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# -*- mode: snippet -*-
# name: patent
# key: patent
# author: Spenser Truex
# --
@patent{ ${title},
title = {${title}},
author = {${author}},
number = {${number}},
year = {${year}},
holder = {${holder}}${,
type = {${type}}}${,
url = {${url}}}${,
note = {${note}}}
}
16 changes: 16 additions & 0 deletions snippets/bibtex-mode/periodical
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# -*- mode: snippet -*-
# name: periodical
# key: periodical
# author: Spenser Truex
# --
@periodical{ ${title}
editor = {${editor}},
title = {${title}},
year = {${year}}${,
issue = {${issue}}}${,
issuetitle = {${issuetitle}}}${,
url = {${url}}}${,
urldate = {${urldate}}}${,
issn = {${issn}}}${,
note = {${note}}}
}
22 changes: 22 additions & 0 deletions snippets/bibtex-mode/reference
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# -*- mode: snippet -*-
# name: reference
# key: reference
# author: Spenser Truex
# --
@reference{ ${title},
editor = {${editor}},
title = {${title}},
year = {${year}}${,
publisher = {${publisher}}}${,
volume = {${volume}}}${,
series = {${series}}}${,
type = {${type}}}${,
chapter = {${chapter}}}${,
pages = {${pages}}}${,
address = {${address}}}${,
edition = {${edition}}}${,
month = {${month}}}${,
note = {${note}}}
}

$0
17 changes: 17 additions & 0 deletions snippets/bibtex-mode/report
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# -*- mode: snippet -*-
# name: report
# key: report
# author: Spenser Truex
# --
@report{ ${title},
author = {${author}},
title = {${title}},
institution = {${institution}},
year = {${year}},
type = {${type}}${,
address = {${address}}}${,
month = {${month}}}${,
note = {${note}}}
}

$0
8 changes: 8 additions & 0 deletions snippets/bibtex-mode/set
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: set
# key: set
# author: Spenser Truex
# --
@set{${title},
entryset = {${entryset}}
}
14 changes: 14 additions & 0 deletions snippets/bibtex-mode/software
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# -*- mode: snippet -*-
# name: software
# key: software
# --
@software{ ${title}${,
author = {${author}}}${,
title = {${title}}}${,
howpublished = {${howpublished}}}${,
month = {${month}}}${,
year = {${year}}}${,
note = {${note}}}
}

$0
22 changes: 22 additions & 0 deletions snippets/bibtex-mode/suppbook
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# -*- mode: snippet -*-
# name: suppbook
# key: suppbook
# author: Spenser Truex
# --
@suppbook{ ${title},
author = {${author}},
title = {${title}},
chapter = {${chapter}}${,
pages = {${pages}}},
publisher = {${publisher}},
year = {${year}},
volume = {${volume}}${,
series = {${series}}}${,
type = {${type}}}${,
address = {${addre}ss}}${,
edition = {${edition}}}${,
month = {${month}}}${,
note = {${note}}}
}

$0
24 changes: 24 additions & 0 deletions snippets/bibtex-mode/suppcollection
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# -*- mode: snippet -*-
# name: suppcollection
# key: suppcollection
# author: Spenser Truex
# --
@suppcollection{ ${title},
author = {${author}},
title = {${title}},
booktitle = {${booktitle}},
publisher = {${publisher}},
year = {${year}}${,
editor = {${editor}}}${,
volume = {${volume}}}${,
series = {${series}}}${,
type = {${type}}}${,
chapter = {${chapter}}}${,
pages = {${pages}}}${,
address = {${address}}}${,
edition = {${edition}}}${,
month = {${month}}}${,
note = {${note}}}
}

$0
18 changes: 18 additions & 0 deletions snippets/bibtex-mode/suppperiodical
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# -*- mode: snippet -*-
# name: suppperiodical
# key: suppperiodical
# author: Spenser Truex
# --
@suppperiodical{ ${title},
author = {${author}},
title = {${title}},
journal = {${journal}},
year = {${year}}${,
volume = {${volume}}}${,
number = {${number}}}${,
pages = {${pages}}}${,
month = {${month}}}${,
note = {${note}}}
}

$0
Loading