Skip to content

Allow for custom LaTeX command, not just folder #64

@francescoboc

Description

@francescoboc

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:

image

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:

image

Thank you very much.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions