Christophe Dervieux
Christophe Dervieux
That is a great idea ! I think we would need to have a documentation (maybe a vignette) explaining how to contribute a new format in **rticles**, including what to...
> Perhaps part of the testing process could be that each template has that chunk of code. #453 brings tests to check that this is included in all templates. It...
There is now a `verbatim` engine https://github.com/yihui/knitr/pull/2060
I'll take it into account. **blogdown** support would require more work because of the different formats `.Rmd` and `.Rmarkdown` but I see how we could do. Not sure the **rmarkdown**...
There are two issues in one here: * R Markdown ecosystem uses mathjax 2.7 by default - we recently updated to latest 2.7.9 in https://github.com/rstudio/bookdown/pull/1355 waiting for our CDN version...
@swhaat What is the status on this PR ? do you plan to work on it again or is it ready for you ?
I see that the template is using the `\cite` package. Currently it is note by default. https://github.com/rstudio/rticles/blob/623fb4668d798620a05da87495b74f4ecf501d11/inst/rmarkdown/templates/ieee_article/resources/template.tex#L95-L114 If we activate `biblatex` by default, then if I set `with_cite: true` for...
> However, the \cite command doesn't need the cite package to be included so it doesn't conflict with using biblatex or natbib packages. I just tested by activating the provided...
Hi, The different formats have some limitation regarding this meta information, part of it because YAML header are only intended to be used in `index.yml` and not each file. So...
**bookdown** currently only ignore replacement when the reference is in a verbatim inline code ````markdown I'm referring to `(ref:a-reference)`. ```` In any other case, the text reference will be replaced....