-
If I have two projects, where I want to build one with xelatex, but the other with pdflatex. How do I make texlab choose the correct options for latexmk? Should I change the lsp settings, or should I put some configuration files inside the projects? Currently I have these in neovim's config
where texlab will always use xelatex for all projects. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@xlucn Some clients allow having project-local settings (e. g. |
Beta Was this translation helpful? Give feedback.
@xlucn Some clients allow having project-local settings (e. g.
.vscode/settings.json
). A more universal solution would be to set the engine in thelatexmkrc
file (use the$pdflatex
variable) and omit the-xelatex
argument in thetexlab
config.