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
I have read through the docs but could not find and answer. Is it possible to configure the dev container to use xelatex or lualatex as an engine? I would like to use fontspec but pdflatex does not support it.
/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty:45: Fatal Package fontspec Error: The fontspec package requires either XeTeX or
(fontspec) LuaTeX.
(fontspec)
(fontspec) You must change your typesetting engine to,
(fontspec) e.g., "xelatex" or "lualatex" instead of
(fontspec) "latex" or "pdflatex".
The text was updated successfully, but these errors were encountered:
If you use the VSCode integration of this dev container, then you are using the LaTeX Workshop extension under the hood.
Depending on your configuration it may have added a LaTeX symbol to your left sidebar.
The extension uses "recipes" to complete your document. Several predifined recipes are already present, including xelatex. You can try some of them or build your own.
Hi!
I have read through the docs but could not find and answer. Is it possible to configure the dev container to use
xelatex
orlualatex
as an engine? I would like to usefontspec
butpdflatex
does not support it.The text was updated successfully, but these errors were encountered: