Christophe Dervieux
Christophe Dervieux
However, I am not sure which extension is autoloaded and which is not. I am not sure there is an autoload at all because I think Rmarkdown is still using...
Other supported example ```md $$ \require{color} \colorbox{red}{this is red} $$ ```
That is an interesting idea! To better understand, what is exactly the main difference with using `pdf_document()` with the right configuration ? The format uses already a generic template (the...
I see. Thanks for the clarification. I can understand the need of scientific addition to the default Pandoc template. I would love to find a way to 1. base on...
What I am thinking is that: * For all the additional stuff, we could do as `$header-includes$`. This mechanism allows any users to add custom content * In rmarkdown, we...
> Think away, there is no rush. I more or less get what you are proposing, though I might need help with the mechanics of it when the time comes...
> unknown float option 'H' Did you correctly load the **float** package as in the example ? ````yaml output: pdf_document: extra_dependencies: ["float"] ```` It is common error message (https://fr.overleaf.com/learn/latex/Errors/LaTeX_Error%3A_Unknown_float_option_%60H%27)
Thanks for the additional information @jmarshallnz. I tried to remove some of the packages to find a possible conflict, but without success. Do we have a working example in LaTeX...
Thanks ! This is related to discussion in https://github.com/rstudio/rmarkdown/issues/1963 about including more external lua filter in the tools. This is something that we could consider. The question is how best...
Is this happening only with **pkgdown** or can you make a reproducible example with **rmarkdown** and **rticles** only with an Rmd file built using `rmarkdown::render()` ? If so, that would...