Skip to content

Commit 8efe760

Browse files
benthamitelewars
authored andcommitted
Make metadata section conform to existing directives (AndreaCrotti#493)
1 parent 1dcf7b6 commit 8efe760

35 files changed

+35
-35
lines changed

snippets/bibtex-mode/bookinbook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: snippet -*-
22
# name: bookinbook
33
# key: bookinbook
4-
# author: Spenser Truex
4+
# contributor: Spenser Truex
55
# --
66
@bookinbook{ ${title},
77
author = {${author}},

snippets/bibtex-mode/collection

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: snippet -*-
22
# name: collection
33
# key: collection
4-
# author: Spenser Truex
4+
# contributor: Spenser Truex
55
# --
66
@collection{ ${title},
77
editor = {${editor}},

snippets/bibtex-mode/dataset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: snippet -*-
22
# name: dataset
33
# key: dataset
4-
# author: Spenser Truex
4+
# contributor: Spenser Truex
55
# --
66
@dataset{ ${title}
77
title = {${title}},

snippets/bibtex-mode/electronic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: snippet -*-
22
# name: electronic
33
# key: electronic
4-
# author: Spenser Truex
4+
# contributor: Spenser Truex
55
# --
66
@electronic{ ${title},
77
author = {${author}},

snippets/bibtex-mode/inreference

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: snippet -*-
22
# name: inreference
33
# key: inreference
4-
# author: Spenser Truex
4+
# contributor: Spenser Truex
55
# --
66
@inreference{ ${title},
77
author = {${author}},

snippets/bibtex-mode/mvbook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: snippet -*-
22
# name: mvbook
33
# key: mvbook
4-
# author: Spenser Truex
4+
# contributor: Spenser Truex
55
# --
66
@mvbook{ ${title},
77
author = {${author}},

snippets/bibtex-mode/mvcollection

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: snippet -*-
22
# name: mvcollection
33
# key: mvcollection
4-
# author: Spenser Truex
4+
# contributor: Spenser Truex
55
# --
66
@mvcollection{ ${title},
77
editor = {${editor}},

snippets/bibtex-mode/mvreference

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: snippet -*-
22
# name: mvereference
33
# key: mvreference
4-
# author: Spenser Truex
4+
# contributor: Spenser Truex
55
# --
66
@mvreference{ ${title},
77
editor = {${editor}},

snippets/bibtex-mode/online

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: snippet -*-
22
# name: online
33
# key: online
4-
# author: Spenser Truex
4+
# contributor: Spenser Truex
55
# --
66
@online{ ${title},
77
author = {${author}},

snippets/bibtex-mode/patent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: snippet -*-
22
# name: patent
33
# key: patent
4-
# author: Spenser Truex
4+
# contributor: Spenser Truex
55
# --
66
@patent{ ${title},
77
title = {${title}},

0 commit comments

Comments
 (0)