You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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.
The text was updated successfully, but these errors were encountered:
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 thoughtoptions(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 thelatexmk()
call in any way — all I see is the same minimal output:So, what is
tinytex.verbose = TRUE
supposed to do?By filing an issue to this repo, I promise that
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')
.I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered: