rticles icon indicating copy to clipboard operation
rticles copied to clipboard

LaTeX Journal Article Templates for R Markdown

Results 87 rticles issues
Sort by recently updated
recently updated
newest added

Updated files for the MDPI template to the 21 March 2024 version (https://www.mdpi.com/authors/latex). Minor edits to accommodate the new files.

``` ! LaTeX Error: Command \orcidlogo already defined. Or name \end... illegal, see p.192 of the manual. ``` https://github.com/rstudio/rticles/actions/runs/10014137586/job/27683216097#step:14:529 Should probably be fixed as part of - #573

bug

Since you have templates for most of the main publishers (Springer, Elsevier, Taylor & Francis, OUP etc.) it would make sense to have one for Wiley, third-largest publisher after Elsevier...

help wanted :heart:
feature

Thanks for the fantastic template! There is however one thing that I struggle with and I acknowledge my ignorance with yaml headers. The yaml header for the copernicus rticle includes...

I tried to compile a new AEA article and it works as expected but ONLY if I don't use any bibtex citations. After I add ``` bibliography: orange-economy-bibliography.bib ``` to...

Remove `rjournal_article()` Hopefully this will help reduce size of package to allow a CRAN release. We are currently blocked by package size due to resources

with recent versions of pandoc (I have tried with v3.2 and v3.4), I have noticed that the `link-citations` option in the JOSS template fails. When the YAML option `link-citations: yes`...