Skip to content

Commit

Permalink
Revert springer change from #580 PR
Browse files Browse the repository at this point in the history
This reverts commit e115993.
  • Loading branch information
cderv committed Nov 27, 2024
1 parent e115993 commit 4497cf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inst/rmarkdown/templates/springer/resources/template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
\usepackage{algorithmicx}%
\usepackage{algpseudocode}%
\usepackage{listings}%
\usepackage{orcidlink}%
%%%%

%%%%%=============================================================================%%%%
Expand Down Expand Up @@ -213,7 +214,7 @@
%%=============================================================%%
$for(authors)$
\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$
\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$
$if(authors.equal_contribution)$\equalcont{$authors.equal_contribution$}$endif$
$endfor$
Expand Down
1 change: 1 addition & 0 deletions inst/rmarkdown/templates/springer/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ authors:
suffix: III
naturename: Poet Laureate
degrees: MSc, PhD
orcid: 0000-0000-0000-0000
email: abc@def
affiliation: [1,2]
corresponding: TRUE
Expand Down

0 comments on commit 4497cf1

Please sign in to comment.