What is `tinytex.verbose = TRUE` supposed to do?
I'm moving from MacTeX to TinyTeX, and for a legacy project I've found that I need to use LuaLaTeX and Biber for typesetting and references. Consequently I'm typesetting using tinytex::latexmk('talk.tex', engine = 'lualatex', bib_engine = 'biber'). I'm trying to track down a missing reference warning, and can't find where (if anywhere) the biber messages are being logged. Based on some other responses to issues in this repo, I thought options(tinytex.verbose = TRUE) might be helpful. Basically I expected it to show me the lua and biber messages as they're generated, similar to the "typesetting" windows in TeX Shop and similar software. But it doesn't seem to change the output of the latexmk() call in any way — all I see is the same minimal output:
[1] "talk.pdf"
Warning message:
LaTeX Warning: There were undefined references.
Package biblatex Warning: Please rerun LaTeX.
(biblatex) Page breaks have changed.
So, what is tinytex.verbose = TRUE supposed to do?
By filing an issue to this repo, I promise that
- [x] I have fully read the issue guide at https://yihui.org/issue/.
- [x] I have provided the necessary information about my issue.
- If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
- If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included
xfun::session_info('tinytex'). I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('yihui/tinytex'). - If I have posted the same issue elsewhere, I have also mentioned it in this issue.
- [x] I have learned the Github Markdown syntax, and formatted my issue correctly.
I understand that my issue may be closed if I don't fulfill my promises.