Christophe Dervieux

Results 1378 comments of Christophe Dervieux

> It sounds like quarto didn't do it? Quarto does not do it anymore since a choice as been made to not add to PATH by default. It will do...

This is an interesting suggestion. Until now, it was not something that user asked for because TinyTeX is mainly used by R users with the **tinytex** package to produce documents...

> It depends on how you run the script. If you run it via sh install-unx.sh, it won't matter Oh I see. I run it like that ```` . install-unx.sh...

Hi, For reference, know that there are several ways to install TinyTeX on Windows: * Using `choco install tinytex` from Chocolatey community repo * Using `scoop install tinytex` from https://github.com/cderv/r-bucket#tinytex---tex-live-distribution...

@rich-iannone I think the issue is that maybe `inline` argument in the `knit_print` method needs to be passed explicitly so that it gets correctly picked up by the htmltools method...

I also proposed an update to the manifest to better follow the setup instruction from this README: https://github.com/ScoopInstaller/Main/pull/3950

I would find it very useful too. I often in my day job has to guide some non R coworker toward the R ecosystem. Currently, I am the only one...

@pavilaalo can you open an issue in https://github.com/rstudio/bookdown/ and share an example I can use to reproduce ? **bookdown** uses some filters too for some features, and maybe there is...

I believe the use of zoom has been removed in https://github.com/hakimel/reveal.js/commit/e281b3234e7991283ce4dcca705dd9a6a9ebe5d2 which is in master and not released already. Just saw that as I am looking to this also