Hi,
I would like to tell Iguanatex to use my LaTeX installation in WSL (Windows Subsystem for Linux), but I cannot find this option. There is the option to specify a custom folder for the LaTeX installation under Windows, but that is not what I need.
Basically, instead of calling the command pdflatex, I would like it to call wsl -e pdflatex. I am confident that this would work because I am already using this approach for Texstudio for Windows:

Moreover, manually compiling the IguanaTex_tmp.tex with wsl -e pdflatex -output-format dvi -shell-escape -interaction=batchmode, which is the command called by Iguanatex preceeded by wsl -e, successfully produces the corresponding dvi file:

Thank you very much.
Hi,
I would like to tell Iguanatex to use my LaTeX installation in WSL (Windows Subsystem for Linux), but I cannot find this option. There is the option to specify a custom folder for the LaTeX installation under Windows, but that is not what I need.
Basically, instead of calling the command
pdflatex, I would like it to callwsl -e pdflatex. I am confident that this would work because I am already using this approach for Texstudio for Windows:Moreover, manually compiling the
IguanaTex_tmp.texwithwsl -e pdflatex -output-format dvi -shell-escape -interaction=batchmode, which is the command called by Iguanatex preceeded bywsl -e, successfully produces the correspondingdvifile:Thank you very much.