|
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. |
Answered by
pfoerster
Dec 3, 2023
Replies: 1 comment 3 replies
|
@xlucn Some clients allow having project-local settings (e. g. |
3 replies
Answer selected by
xlucn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@xlucn Some clients allow having project-local settings (e. g.
.vscode/settings.json). A more universal solution would be to set the engine in thelatexmkrcfile (use the$pdflatexvariable) and omit the-xelatexargument in thetexlabconfig.