Christophe Dervieux

Results 1378 comments of Christophe Dervieux

Oh didn't know about the github repo. Maybe an issue can be opened there ? I don't know how often journals updates their template, nor if the content is mandatory...

> I have forked the repo and updated the templates to match the template and example from Frontiers: So you are saying that the template in **rticles** needs an update...

I think there is some solutions for the supplementary part, either using a different format, or just switching template used based on a value from an argument in the format....

> I think I could put the latex differences in the template instead (where they would overrule the .cls). That would be better yes ! > For that matter, I...

Ok let's do this then. Do they provide an ETA for such template ? I'll move this PR as draft to track that we are waiting for more. Thanks again...

* Using Pandoc partials will require a requirement of Pandoc 2.9 which is from 2019-12-11 * `$elseif$` is from Pandoc 2.8

I took your example and render the `bookdown::pdf_book` format ![image](https://github.com/rstudio/rticles/assets/6791940/73c232cc-4ded-4b15-9177-f92b295a514b) and it works ![image](https://github.com/rstudio/rticles/assets/6791940/41ebd691-f37a-4f43-bdbd-fa741752e566) At R command line, you can use `rmarkdown::render("test.Rmd", output_format = "bookdown::pdf_book")` Otherwise, just include this output...

I am not sure I follow... Doing this is the R Markdown way to get access to **bookdown** specific feature with another base format ```` bookdown::pdf_book: base_format: rticles::copernicus_article # for...

Thanks for the report. To try reproduce I created a new document using arXiv preprint template Content ````markdown --- title: A template for the *arxiv* style authors: - name: David...

Thanks for opening the request. It would be good to edit your post and add some useful resource. Creating a **rticles** template requires a LaTeX template in the first place,...