Skip to content

Commit 4497cf1

Browse files
committed
Revert springer change from #580 PR
This reverts commit e115993.
1 parent e115993 commit 4497cf1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

inst/rmarkdown/templates/springer/resources/template.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
\usepackage{algorithmicx}%
3131
\usepackage{algpseudocode}%
3232
\usepackage{listings}%
33+
\usepackage{orcidlink}%
3334
%%%%
3435

3536
%%%%%=============================================================================%%%%
@@ -213,7 +214,7 @@
213214
%%=============================================================%%
214215
215216
$for(authors)$
216-
\author$if(authors.corresponding)$*$endif$[$for(authors.affiliation)$$authors.affiliation$$sep$,$endfor$]{$if(authors.prefix)$\pfx{$authors.prefix$} $endif$$if(authors.firstname)$\fnm{$authors.firstname$} $endif$$if(authors.particle)$\spfx{$authors.particle$} $endif$$if(authors.lastname)$\sur{$authors.lastname$} $endif$$if(authors.suffix)$\sfx{$authors.suffix$} $endif$$if(authors.naturename)$\tanm{$authors.naturename$} $endif$$if(authors.degrees)$\dgr{$authors.degrees$}$endif$}$if(authors.email)$\email{$authors.email$}$endif$
217+
\author$if(authors.corresponding)$*$endif$[$for(authors.affiliation)$$authors.affiliation$$sep$,$endfor$]{$if(authors.prefix)$\pfx{$authors.prefix$} $endif$$if(authors.firstname)$\fnm{$authors.firstname$} $endif$$if(authors.particle)$\spfx{$authors.particle$} $endif$$if(authors.lastname)$\sur{$authors.lastname$} $endif$$if(authors.suffix)$\sfx{$authors.suffix$} $endif$$if(authors.naturename)$\tanm{$authors.naturename$} $endif$$if(authors.degrees)$\dgr{$authors.degrees$}$endif$$if(authors.orcid)$\orcidlink{$authors.orcid$}$endif$}$if(authors.email)$\email{$authors.email$}$endif$
217218
$if(authors.equal_contribution)$\equalcont{$authors.equal_contribution$}$endif$
218219
$endfor$
219220

inst/rmarkdown/templates/springer/skeleton/skeleton.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ authors:
2727
suffix: III
2828
naturename: Poet Laureate
2929
degrees: MSc, PhD
30+
orcid: 0000-0000-0000-0000
3031
email: abc@def
3132
affiliation: [1,2]
3233
corresponding: TRUE

0 commit comments

Comments
 (0)