Christophe Dervieux
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  and it works  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,...