File tree Expand file tree Collapse file tree 22 files changed +381
-1
lines changed Expand file tree Collapse file tree 22 files changed +381
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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}}}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments