Christophe Dervieux

Results 1378 comments of Christophe Dervieux

How do you insert your reference section in your project ? See `bookdown-demo` for an example (in which we use `References` as title, but you can replace header to your...

> I already get a section with the citations at the end of each of the chapters Do you have chapter for references like bookdown-demo ? If you set `split_bib...

> Then pandoc uses this title for the per-chapter reference sections. To be clear on what happens * This is **bookdown** which odes the per-chapter reference (controlled by `split_bib` options)....

`reference-section-title` is not working for me at all. It creates an issue with how **bookdown** works to detect chapters. I guess you don't get the same error because you are...

Ok know issues that I forgot about 🤦 * https://github.com/rstudio/bookdown/issues/1108

> in a navigation bar at the top ([like here](https://bookdown.org/yihui/bookdown-demo3/2-intro.html)). The website code source is at https://github.com/rstudio/bookdown-demo/ The TOC on the top is just some CSS : https://github.com/rstudio/bookdown-demo/blob/main/toc.css You can...

Also if you don't know about it, there is a new project called **Quarto** that unifies and extends what has been done over the years in the R Markdown ecosystem....

> I was looking for something more automated. We don't have such feature built-in. However, tweaking the generated TOC using CSS to make a different layout is automated, in the...

Hi ! I had a look at this `.md` file support and it seems it is only supported currently if you provide those file in `rmd_files` explicitly. By default, if...

> Therefore, I think the rmd_subdir option should allow for both explicit and implicit inclusion of plain Markdown files. IMO `rmd_subdir: TRUE` or `rmd_subdir: ["collected-poems-in-markdown-format"]` should behave like the default...