Christophe Dervieux
Christophe Dervieux
as it is new it will depend of the content added. https://github.com/pandoc/lua-filters/wiki
From https://community.rstudio.com/t/how-to-cite-reference-in-footnote/87355/4 and I am sure other place. Would complement: https://bookdown.org/yihui/rmarkdown-cookbook/bibliography.html#changing-citation-style and #290
`self_contained: true` with R Markdown, will use the `--self-contained` flag for Pandoc which aims at encoding all urls using Data URI so that the document embed everything and requires no...
From https://github.com/yihui/knitr/issues/1821 * Use `lof: true` to activate `\listoffigures` * Use `fig.scap` to add a short caption to be used instead of the caption. * https://community.rstudio.com/t/set-title-for-indices-on-figures-and-tables/131522/2
here: https://bookdown.org/yihui/rmarkdown-cookbook/details-tag.html https://github.com/yonicd/details it evens contains a knitr engine for this
See https://github.com/yihui/knitr/issues/1911#issuecomment-1029617895 ````markdown ```{embed, file='testme.html', lang='{=html}'} ``` ````
https://community.rstudio.com/t/loading-macros-from-external-file-into-tikz-chunks/128066/2
This is related to https://github.com/yihui/knitr/issues/1931 and correspond to what we have done in this book with `import_example` https://github.com/yihui/rmarkdown-cookbook/blob/c603380774226d50f3501c17124bcea335e0a764/utils.R#L1-L9 https://github.com/yihui/rmarkdown-cookbook/blob/c603380774226d50f3501c17124bcea335e0a764/12-output-hooks.Rmd#L99 I think this is missing and should be somewhere in the...
See https://github.com/rstudio/bookdown/issues/1272#issuecomment-951133433 It is a combination of https://bookdown.org/yihui/rmarkdown-cookbook/kable.html#generate-multiple-tables-from-a-for-loop and * bookdown.org/yihui/rmarkdown-cookbook/knit-expand.html * bookdown.org/yihui/rmarkdown-cookbook/child-document.html
Use `fvextra` package from CTAN ? https://github.com/rstudio/rmarkdown/issues/646#issuecomment-926583252