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

Compiling in VS Code #11

Closed
TheFermiSea opened this issue Apr 22, 2022 · 1 comment
Closed

Compiling in VS Code #11

TheFermiSea opened this issue Apr 22, 2022 · 1 comment

Comments

@TheFermiSea
Copy link

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!

GiantMolecularCloud added a commit that referenced this issue Apr 22, 2022
emphasize that this template uses XeLaTeX and reference #11 for how to switch compilers in VS Code
@GiantMolecularCloud
Copy link
Owner

Thanks for the solution!
I expanded the readme to reference your solution for VS Code.

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

2 participants