File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
inst/rmarkdown/templates/rjournal/resources Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11rticles 0.20
22---------------------------------------------------------------------
33
4+ - fix an issue with ` rjournal_article() ` template to insert newline in author's block only if a field exist (thanks, @huizezhang-sherry , #387 )
45
56rticles 0.19
67---------------------------------------------------------------------
Original file line number Diff line number Diff line change 2525$ author.affiliation2 $ \\ %
2626$ for(author.address2 )$ $ author.address2 $ $ sep$ \\ $ endfor$ \\
2727$ endif$ %
28- $ if(author.url)$ $ author.url$ $ endif$ %
29- $ if(author.orcid)$ \\ \ textit {ORCiD: \href {https://orcid.org/$author.orcid$}{$ author.orcid$ } }$ endif$ %
30- $ if(author.email)$ \\ $ author.email$ $ endif$
28+ $ if(author.url)$ $ author.url$ \\ $ endif$ %
29+ $ if(author.orcid)$ \textit {ORCiD: \href {https://orcid.org/$author.orcid$}{$ author.orcid$ } }\\ $ endif$ %
30+ $ if(author.email)$ $ author.email$ $ endif$ %
3131}
3232
3333$ endfor$
You can’t perform that action at this time.
0 commit comments