I am currently setting up a portable LaTeX environment (TeX Live) with VisualStudio Code and the LaTeX Workshop extension as the editor. How do I specify in the LaTeX Workshop settings the path to the LaTeX environment?
This is for Windows. Changing the environment variable on every computer used is not desirable. I also couldn't find something in the settings of the LaTeX Workshop.
commandargument in the configuration or something https://tex.stackexchange.com/questions/478865/vs-code-latex-workshop-custom-recipes-file-location. Although I haven't tested – user202729 May 15 '23 at 14:09commandargumend works to some extend. But an error occoures and theglossarylists have just a text saying that the document is incompleate. – Bling May 16 '23 at 06:46[Builder] Recipe returns with error code 12/null on PID 11792. [Builder] Does the executable exist? $PATH: undefined [Builder] Latexmk: If appropriate, the -f option can be used to get latexmk to try to force complete processing. Reverting Windows console CPs to (in,out) = (437,437) ...VN\PJE Repo\LaTeX\texlive\2023\bin\windows\runscript.tlu:921: command failed with exit code 12: perl.exe "c:\SVN\PJE Repo\LaTeX\texlive\2023\texmf-dist\scripts\latexmk\latexmk.pl" -synctex=1 -interaction=nonstopmode -file-line-error -pdf -outdir=%TEMPDIR% "c:/Documentation/Projekt/Main"– Bling May 16 '23 at 06:47PATHby using
– Bling May 17 '23 at 12:50"terminal.integrated.env.windows": { "PATH": "C:/texlive/2023/bin/windows" }in the workspace definition. But it didn't work.