Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is tinytex.verbose = TRUE supposed to do? #196

Open
3 tasks done
dhicks opened this issue Apr 15, 2020 · 0 comments
Open
3 tasks done

What is tinytex.verbose = TRUE supposed to do? #196

dhicks opened this issue Apr 15, 2020 · 0 comments

Comments

@dhicks
Copy link

dhicks commented Apr 15, 2020

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

  • I have fully read the issue guide at https://yihui.org/issue/.
  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant