rstudio / rticles

LaTeX Journal Article Templates for R Markdown
https://pkgs.rstudio.com/rticles/
1.46k stars 516 forks source link

moving to Quarto? #537

Closed pachadotdev closed 1 year ago

pachadotdev commented 1 year ago

IDK if there are plans for this, but I started moving it to Quarto here https://github.com/pachadotdev/rticles2

cderv commented 1 year ago

Can you detail what you mean by "Moving to Quarto" ?

It seems you want a R package like rticles but using quarto under the hood, is that so ?

Regarding Quarto output for Journals, this is something we thought about from the start.

Journals template are part of Quarto output formats as shown in https://quarto.org/docs/extensions/listing-journals.html This page contains a list of journals we started to offer a template. They live in the organization https://github.com/quarto-journals How to create format is described at https://quarto.org/docs/journals/formats.html

We did not plan for a R package rticles2 for this because

We are happy to receive contribution to port new format to Quarto Journals organization from those available in rticles. The improved templating system, and specific Custom Format extension makes it possible to do better template that current situation in rticles - this is why porting format is not just copy pasting current template as we can do better.

Also happy to discuss what you have in mind with rticles2

From your commit, I understand you want to do

Thanks.

pachadotdev commented 1 year ago

Thanks. My idea was to move all the templates and simplify a bit.

cderv commented 1 year ago

This is more than welcome ! Were you planning to work on a specific template ?

There should be one Format extension available for each, with using partials to modify the default template accordingly, and setting some YAML options to tweak the default.

There is already a few examples of templates (that could also need improvment).

I am happy to review and help you get started on this!

pachadotdev commented 1 year ago

thanks a lot! I'll send you a draft once I have simplified the Elsevier templates

cderv commented 1 year ago

Just a head up that we have a elsevier version at https://github.com/quarto-journals/elsevier

Please feel free to send PR if it misses some feature and / or need some improvements.

github-actions[bot] commented 6 months ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.