Christophe Dervieux
Christophe Dervieux
> I want to make a simple table (where booktabs=TRUE) in a copernicus article. If you use `booktabs = TRUE`, it will require the **booktabs** CTAN package that is not...
> Table referencing does not work Referencing works only with Table using a caption as documented: https://bookdown.org/yihui/bookdown/tables.html#tables So this should work ````markdown See Table \@ref(tab:t) ```{r t, echo=FALSE} df =...
Thanks @arnold-c ! The error I shared in first post comes from the log file. By experience, this is some error happening in the hooks provided by `\begin{document}`. (about hooks:...
Thanks for sharing !
Example was added in https://blog.atusy.net/2023/08/28/rmarkdown-output-format-dependency/ for now
This is how it looks like in current PDF book I believe  I believe this is expected for us that the icon is not inside the blackbox... @yihui I...
Really interesting ! thanks for sharing !
I have seen update on Github where M1 is now available: * https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/
It seems Linux ARM64 environment are available now (per https://github.com/actions/runner-images/issues/5631) Not sure it is deployed yet, but probably soon to be available. It was in private beta in January: https://github.blog/changelog/2023-10-30-accelerate-your-ci-cd-with-arm-based-hosted-runners-in-github-actions/
> we'll wait to see how the upstream issue is resolved first. Agree with that. I did try a PR initially there too, but I suggested also in comment there...