Skip to content

Commit 17776c1

Browse files
authored
Merge pull request #371 from equwal/bibtex-more
Add more bibtex snippets
2 parents b0161d9 + a3257d2 commit 17776c1

File tree

22 files changed

+381
-1
lines changed

22 files changed

+381
-1
lines changed

snippets/bibtex-mode/bookinbook

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# -*- mode: snippet -*-
2+
# name: bookinbook
3+
# key: bookinbook
4+
# author: Spenser Truex
5+
# --
6+
@bookinbook{ ${title},
7+
author = {${author}},
8+
title = {${title}},
9+
chapter = {${chapter}}${,
10+
pages = {${pages}}},
11+
publisher = {${publisher}},
12+
year = {${year}},
13+
volume = {${volume}}${,
14+
series = {${series}}}${,
15+
type = {${type}}}${,
16+
address = {${address}}}${,
17+
edition = {${edition}}}${,
18+
month = {${month}}}${,
19+
note = {${note}}}
20+
}
21+
22+
$0

snippets/bibtex-mode/collection

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# -*- mode: snippet -*-
2+
# name: collection
3+
# key: collection
4+
# author: Spenser Truex
5+
# --
6+
@collection{ ${title},
7+
editor = {${editor}},
8+
title = {${title}},
9+
year = {${year}}${,
10+
publisher = {${publisher}}}${,
11+
volume = {${volume}}}${,
12+
series = {${series}}}${,
13+
type = {${type}}}${,
14+
chapter = {${chapter}}}${,
15+
pages = {${pages}}}${,
16+
address = {${address}}}${,
17+
edition = {${edition}}}${,
18+
month = {${month}}}${,
19+
note = {${note}}}
20+
}
21+
22+
$0

snippets/bibtex-mode/dataset

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# -*- mode: snippet -*-
2+
# name: dataset
3+
# key: dataset
4+
# author: Spenser Truex
5+
# --
6+
@dataset{ ${title}
7+
title = {${title}},
8+
editor = {${editor}},
9+
year = {${year}}${,
10+
author = {${author}}}${,
11+
volume = {${volume}}}${,
12+
version = {${version}}}${,
13+
publisher = {${publisher}}}${,
14+
organization = {${organization}}}${,
15+
note = {${note}}}
16+
17+
}

snippets/bibtex-mode/electronic

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# -*- mode: snippet -*-
2+
# name: electronic
3+
# key: electronic
4+
# author: Spenser Truex
5+
# --
6+
@electronic{ ${title},
7+
author = {${author}},
8+
title = {${title}},
9+
year = {${year}},
10+
url = {${url}}${,
11+
editor = {${editor}}}${,
12+
urldate = {${urldate}}}${,
13+
note = {${note}}}
14+
}

snippets/bibtex-mode/inbook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
volume = {${volume}}${,
1313
series = {${series}}}${,
1414
type = {${type}}}${,
15-
address = {${addre}ss}}${,
15+
address = {${address}}}${,
1616
edition = {${edition}}}${,
1717
month = {${month}}}${,
1818
note = {${note}}}

snippets/bibtex-mode/inreference

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# -*- mode: snippet -*-
2+
# name: inreference
3+
# key: inreference
4+
# author: Spenser Truex
5+
# --
6+
@inreference{ ${title},
7+
author = {${author}},
8+
title = {${title}},
9+
booktitle = {${booktitle}},
10+
publisher = {${publisher}},
11+
year = {${year}}${,
12+
editor = {${editor}}}${,
13+
volume = {${volume}}}${,
14+
series = {${series}}}${,
15+
type = {${type}}}${,
16+
chapter = {${chapter}}}${,
17+
pages = {${pages}}}${,
18+
address = {${address}}}${,
19+
edition = {${edition}}}${,
20+
month = {${month}}}${,
21+
note = {${note}}}
22+
}
23+
24+
$0

snippets/bibtex-mode/mvbook

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# -*- mode: snippet -*-
2+
# name: mvbook
3+
# key: mvbook
4+
# author: Spenser Truex
5+
# --
6+
@mvbook{ ${title},
7+
author = {${author}},
8+
title = {${title}},
9+
year = {${year}}${,
10+
volume = {${volume}}}${,
11+
editor = {${editor}}}${,
12+
publisher = {${publisher}}}${,
13+
number = {${number}}}${,
14+
series = {${series}}}${,
15+
type = {${type}}}${,
16+
address = {${address}}}${,
17+
edition = {${edition}}}${,
18+
month = {${month}}}${,
19+
isbn = {${isbn}}}${,
20+
note = {${note}}}
21+
}
22+
23+
$0

snippets/bibtex-mode/mvcollection

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# -*- mode: snippet -*-
2+
# name: mvcollection
3+
# key: mvcollection
4+
# author: Spenser Truex
5+
# --
6+
@mvcollection{ ${title},
7+
editor = {${editor}},
8+
title = {${title}},
9+
year = {${year}}${,
10+
publisher = {${publisher}}}${,
11+
volumes = {${volumes}}}${,
12+
series = {${series}}}${,
13+
type = {${type}}}${,
14+
chapter = {${chapter}}}${,
15+
pages = {${pages}}}${,
16+
address = {${address}}}${,
17+
edition = {${edition}}}${,
18+
month = {${month}}}${,
19+
note = {${note}}}
20+
}
21+
22+
$0

snippets/bibtex-mode/mvproceedings

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# -*- mode: snippet -*-
2+
# name: proceedings
3+
# key: proceedings
4+
# author: Spenser Truex
5+
# --
6+
@mvproceedings{ ${title},
7+
title = {${title}},
8+
year = {${year}}${,
9+
editor = {${editor}}}${,
10+
volume = {${volume}}}${,
11+
series = {${series}}}${,
12+
address = {${address}}}${,
13+
month = {${month}}}${,
14+
organization = {${organization}}}${,
15+
publisher = {${publisher}}}${,
16+
note = {${note}}}
17+
}
18+
19+
$0

snippets/bibtex-mode/mvreference

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# -*- mode: snippet -*-
2+
# name: mvereference
3+
# key: mvreference
4+
# author: Spenser Truex
5+
# --
6+
@mvreference{ ${title},
7+
editor = {${editor}},
8+
title = {${title}},
9+
year = {${year}}${,
10+
publisher = {${publisher}}}${,
11+
volumes = {${volumes}}}${,
12+
series = {${series}}}${,
13+
type = {${type}}}${,
14+
chapter = {${chapter}}}${,
15+
pages = {${pages}}}${,
16+
address = {${address}}}${,
17+
edition = {${edition}}}${,
18+
month = {${month}}}${,
19+
note = {${note}}}
20+
}
21+
22+
$0

0 commit comments

Comments
 (0)