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
For anyone who is having trouble compiling in VS Code using LaTeX Workshop, here is how I solved the issue:
uncheck the following:
"Latex-workshop › Latex › Build: Force Recipe Usage"
in extension settings.
Then add:
% !TeX program = xelatex
to the top of the file. This will override the default and use xelatex.
You could also change the recipe in the settings.json, but I found this solution to be much more simple.
Good luck in the interview!
The text was updated successfully, but these errors were encountered:
For anyone who is having trouble compiling in VS Code using LaTeX Workshop, here is how I solved the issue:
uncheck the following:
"Latex-workshop › Latex › Build: Force Recipe Usage"
in extension settings.
Then add:
% !TeX program = xelatex
to the top of the file. This will override the default and use xelatex.
You could also change the recipe in the settings.json, but I found this solution to be much more simple.
Good luck in the interview!
The text was updated successfully, but these errors were encountered: