Debugging LaTeX Error: File `unicode-math.sty' not found. #3439
Unanswered
robmarkcole
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all
I post this here as a log of debugging this error. TLDR an existing Tex installation needed to be removed.
I followed Creating a book and the PDF Basics instruction to
quarto install tool tinytex
returning:At this point I assumed I was OK to proceeed. However on running
quarto render --to pdf
I got the error below:and the pdf was not generated. I then ran:
So the error is due to missing tinytex. I tried to force it below and possibly identified a typo in the docs:
I then check what texlive I have that could be causing this blockage:
And I removed it.
Finally I am now able to run:
Then at last:
Hopefully this is useful if someone else encounters this situation
Beta Was this translation helpful? Give feedback.
All reactions