From 4497cf1f5c986aae8deec5403d2f59091aee7cfb Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Wed, 27 Nov 2024 18:35:52 +0100 Subject: [PATCH] Revert springer change from #580 PR This reverts commit e1159931e9240458445521812a4db480c00ce59e. --- inst/rmarkdown/templates/springer/resources/template.tex | 3 ++- inst/rmarkdown/templates/springer/skeleton/skeleton.Rmd | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/inst/rmarkdown/templates/springer/resources/template.tex b/inst/rmarkdown/templates/springer/resources/template.tex index 4f4e58343..a05399b3b 100644 --- a/inst/rmarkdown/templates/springer/resources/template.tex +++ b/inst/rmarkdown/templates/springer/resources/template.tex @@ -30,6 +30,7 @@ \usepackage{algorithmicx}% \usepackage{algpseudocode}% \usepackage{listings}% +\usepackage{orcidlink}% %%%% %%%%%=============================================================================%%%% @@ -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$ diff --git a/inst/rmarkdown/templates/springer/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/springer/skeleton/skeleton.Rmd index 988ce357c..0c5134a95 100644 --- a/inst/rmarkdown/templates/springer/skeleton/skeleton.Rmd +++ b/inst/rmarkdown/templates/springer/skeleton/skeleton.Rmd @@ -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