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
# Error rendering APAquarto template with math equations## Description
I'm experiencing issues rendering a Quarto document with math equations using the APAquarto template. The error occurs specifically when trying to render PDF files containing equations in my manuscript project. To verify this wasn't an isolated issue, I recreated the error with a fresh installation.
## Steps to Reproduce1. Install APAquarto extension in a new directory:
```bash
quarto use template wjschne/apaquarto
Attempt to render the example document:
quarto render example.qmd
Error Message
When trying to render the document with math equations, I get the following XeTeX error:
This is XeTeX, Version 3.141592653-2.6-0.999996 (TeX Live 2024) (preloaded format=xelatex)
restricted \write18 enabled.
entering extended mode
xdvipdfmx:fatal: Cannot proceed without .vf or "physical" font for PDF output...
Example Math Equation
The error occurs with any equation, including the one appended in example.qmd
$$e^{i\pi}+1=0$$ {#eq-euler}
Additional Information
Document renders correctly when output format is changed to .docx
Error only occurs with PDF output format
Document renders successfully when math equations are commented out
Issue affects both simple and complex equations
Environment
TeX Live 2024
XeTeX Version 3.141592653-2.6-0.999996
Quarto version 1.6.32
APAquarto template
Question
How can I troubleshoot this error to properly render PDF documents containing math equations using the APAquarto template? Any guidance on font configuration or XeTeX settings would be appreciated.
The text was updated successfully, but these errors were encountered:
Thank you for thoroughly documenting the problem. I was not able to duplicate this error. I do not know why the error appears on your machine but not mine. I tried Googling the error message but did not find any obvious solutions. It seems that LaTeX is not finding a font and is not installing it either. If you are using tinytex, I would recommend reinstalling it. It sometimes gets stuck when something new needs to be installed. Other than that, I am not sure what else to do. If you find the solution, please let me know.
Error Message
When trying to render the document with math equations, I get the following XeTeX error:
Example Math Equation
The error occurs with any equation, including the one appended in example.qmd
Additional Information
Environment
Question
How can I troubleshoot this error to properly render PDF documents containing math equations using the APAquarto template? Any guidance on font configuration or XeTeX settings would be appreciated.
The text was updated successfully, but these errors were encountered: