Christophe Dervieux

Results 1378 comments of Christophe Dervieux

Hi, If that can help understand the current behavior, here are some context: Currently, config file needs to be name `_bookdown.yml` and located at the root of the project. So...

When **kableExtra** is loaded, it will add some LaTeX depedencies in the `.tex` file ````latex \usepackage{booktabs} \usepackage{longtable} \usepackage{array} \usepackage{multirow} \usepackage{wrapfig} \usepackage{float} \usepackage{colortbl} \usepackage{pdflscape} \usepackage{tabu} \usepackage{threeparttable} \usepackage{threeparttablex} \usepackage[normalem]{ulem} \usepackage{makecell} \usepackage{xcolor} ````...

The special environment mechanism has changed syntax to Custom Blocks: https://bookdown.org/yihui/bookdown/markdown-extensions-by-bookdown.html#theorems In version 0.25, the knitr engine syntax has switched to generate this special syntax now: https://github.com/rstudio/bookdown/blob/main/NEWS.md#major-changes > The theorem...

Oh how do we missed that... Currently, if `output` is different that NULL it will overwrite the `input` This should behave as expected in dev version now. Thanks!

Yes I can confirm that there is something not intended in the splitting process and the relocating of footnotes. I took some time to look on what is going on,...

> Indeed, if every file has to start with a first level header, isn't it the case that split by rmd is exactly the same functionality as split by chapter?...

Thanks for the explanation and the links toward other use case. I see how this can be useful. > Split by rmd does exactly what I want. Except for this...

The `--wrap` change which caused issue in **distill** and **bookdown** was impacting HTML only. The change in Pandoc 2.17 was for HTML only : https://pandoc.org/releases.html#pandoc-2.17-2022-01-12 So this may be something...

I can reproduce what you see with older Pandoc version like 2.7.3 or 2.10 I believe `--wrap=auto` is the default for LaTeX conversion from markdown in Pandoc. Going to new...

> as I encountered this live when teaching LaTeX templating and a student had commented out a couple of template lines that didn't quite work. Commenting out lines in a...