Yihui Xie
Yihui Xie
I'm okay with using `luatex` as the default engine, but I'm afraid this won't be a light decision to make. We need to test at least all of **knitr** and...
Don't put these two lines of code in your Rmd document---you don't really want to run them every single time you knit the document. There is no need to install...
It seems to be up again.
Just to make sure I understand `rtf_strwidth()` correctly: this function measures the width of strings under different settings of `cex`, `font`, and `family`. It seems that the only possible way...
> is this measurement dependent on the current device? My intuition is no (and I hope so, otherwise we'll be in trouble) Unfortunately, a quick test shows that I was...
BTW, although I don't think any of you would consider switching to another testing framework, I'd like to mention that I also ran into this problem several years ago and...
The `html_document` output format is not supported. Please see documentation here: https://bookdown.org/yihui/blogdown/output-format.html#customize-the-r-markdown-output-format
In theory, `tlmgr path remove` should remove the symlinks. The installation directory can be specified via the environment variable `TINYTEX_DIR`: https://github.com/rstudio/tinytex/blob/d6e2c0d312e7a7782baab715ba24764a0452639d/tools/install-bin-unix.sh#L27-L30