Skip to content

Commit fd09811

Browse files
DunLugyihui
authored andcommitted
Custom author order (IEEE template) (#263)
The new yaml field is as follows: affiliation: author: - name: First mark: 1 - name: Second mark: 2 - name: Third mark: 1 institution: - name: Institution 1 mark: 1 - name: Institution 2 mark: 2 This allows to separate authors of same affiliation while ordering them by importance.
1 parent f140c2a commit fd09811

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
rticles 0.14
22
---------------------------------------------------------------------
33

4+
- Added custom author ordering for the IEEE template (thanks, @DunLug, #263).
5+
46
- Added a multi-line authoring option in the IEEE template (thanks, @DunLug, #264).
57

68
- Added the `citation_sorting` YAML option to change the biblatex's sorting option in `ieee_article()` output (thanks, @DunLug, #265).

inst/rmarkdown/templates/ieee_article/skeleton/skeleton.Rmd

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ affiliation:
66
institution-columnar: true ## one column per institution (multiple autors eventually)
77
# wide: true ## one column wide author/affiliation fields
88

9+
#author: ## A custom author ordering field that breaks institution grouping.
10+
# - name: Eldon Tyrell
11+
# mark: 4
12+
# email: eldon@starfleet-academy.star
13+
# - name: Michael Shell
14+
# mark: 1
15+
# - name: Roy Batty
16+
# mark: 4
17+
# email: roy@replicant.offworld
18+
## Authors cited in institution field are ignored when author field exists
19+
920
#author_multiline: ## Put authors in a given order, with multiline possibility. Authors cited in institution are ignored if exists
1021
# - line: ## Create a new author line
1122
# - name: Michael Shell

0 commit comments

Comments
 (0)