Open hebertodelrio opened 2 years ago
Sorry that you've run into this!
When this happens, is there a minimaltest.log file created? We attempt to inspect that log file to determine what the issue is, but in this case either we didn't find that file or we failed to infer an underlying error. If that is present, getting a look at the contents would be instructive, I think.
I do understand but there is no log file produced. I am opening issues as I encounter them. I wish there was a way to request from quarto to produce output as it moves from one stage to another in the process to get the desired output, but there is none.
That would allow to determine where is the error happening.
Hmm... That simple document produces a PDF for myself when run locally. It is most likely related to the TeX configuration on your local machine and our behavior in that environment / configuration. A couple more questions:
keep-tex
to you front matter so we can see the generated LaTeX?xelatex
compiler should be producing a log file (whether or not loging is enabled for Quarto) that we're reading to determine the state of PDF compilation. I can't explain how that log file isn't present - it should definitely be present.keep-tex
you can also try manually compiling the .tex
file by remove the intermediaries (.aux
, .log
files) and running the command xelatex minimaltest.tex
- that should potentially give us a more helpful error.We've done pretty extensive work around our TinyTex installation (including preferring it when installed, and not having it mess with the system environment by default). Can you give this a try with a pre-release version https://quarto.org/docs/download/prerelease.html?
Bug description
THIS MIGHT BE RELATED TO ISSUE: https://github.com/quarto-dev/quarto-cli/issues/909#issue-1238560733
When attempting to preview or render a QMD file with a PDF format output, quarto attempts to update packages in TeX Live and fails to do it. The following is a minimal example that gives the error
I have checked with RStudio and I receive the same error (with a different QMD file of course). This is a bug on quarto
This behavior does not show up when the output is changed from PDF to HTML
My setup is as following:
OS: OS X 11.6.8 account: user has sudo privileges (but it is not the admin) quarto: 1.0.37 conda: 4.13.0 python: 3.10.5 Julia: 1.7.3 jupyter:
nbconvert:
tlmgr:
tlmgr has been updated by using the utility provided by MacTeX 2022: TeX Live Utility.app, all packages has been updated.
The same behavior appear is instead of having the full MacTeX 2022 distribution (TeX Live) I have the tinyTeX.
Quarto has been installed locally and globally and in both cases the result is the same
To preview I have attempted to prepend the command with sudo but the result is the same. All of these has been run in a terminal. Finally I am attaching the output run with the --verbose option
quarto check
Outputquarto tools check
OutputChecklist
quarto check
in the "Quarto Check Output" text area?quarto tools check
in the "Quarto Tools Check Output" text area?