Christophe Dervieux

Results 362 issues of Christophe Dervieux

https://pandoc.org/releases.html#pandoc-2.15-2021-10-23 Maybe this could be a new way to put the reference in each section.

feature

Currently, we mainly support Theorem and Proof: https://bookdown.org/yihui/bookdown/markdown-extensions-by-bookdown.html#theorems It would be interesting to support more generic Note block with pre defined style as we can see in several places. *...

feature
next

https://bookdown.org/yihui/bookdown/citations.html * This needs to be updated with last Pandoc information (no more pandoc-citeproc for example) * > please see the “Citations” section of the Pandoc manual. This could gain...

documentation

It seems that when a `cover-image` is defined, it is not moved to the published folder. It will only be if the image itself it used in the book body....

bug

Scenario: * Use `docs/` as `output_dir` * Build the book * Manually adds `.nojekyll` inside the folder (related to https://github.com/rstudio/bookdown/issues/1092 for better config) * Push to Github * Publish `docs/`...

feature

From https://github.com/ropensci/targets/discussions/469#discussioncomment-824093 Possibly the only place that we need to modify in bookdown is here if we want to support _: https://github.com/rstudio/bookdown/blob/c8883c9bbd70400144b396b7cfc66e5e4f2ae8a5/R/latex.R#L117-L130 `\@ref(foo_bar)` would become `@ref(foo\_bar)` in `.tex `output. We...

feature

There are now numerous issues of users puzzled by why the cross referencing mechanism does not work as expected https://github.com/rstudio/bookdown/issues/839 https://github.com/rstudio/bookdown/issues/157 https://github.com/rstudio/bookdown/issues/941 https://github.com/rstudio/bookdown/issues/867 https://github.com/rstudio/bookdown/issues/406 https://github.com/rstudio/bookdown/issues/194 https://github.com/rstudio/bookdown/issues/336 https://github.com/rstudio/bookdown/issues/892 This is indeed...

feature

Aim is to avoid having `0.1`, `0.2` in headers when you add a first unnumbered section. Like a Preface with sub headers. Manually, this could be done by adding `unnumbered`...

feature

Following a discussion in https://github.com/rstudio/bookdown/issues/1053 it seems that `gitbook()` does not default to highlight.js as `html_document()` even if it is based on it. `gitbook()` can only use Pandoc syntax highlighting...

feature
next

Idea from @apreshill to have something similar to jupyterbook: https://jupyterbook.org/search.html?q=notebook This would also allow sharing a URL of search result (#1064) Currently search result are show in a new dynamic...

feature