-
-
Notifications
You must be signed in to change notification settings - Fork 89
WSL support
Thomas edited this page May 12, 2020
·
5 revisions
Since b0.6.10
In the Run configuration settings you can choose to use TeX Live from WSL.
-
Install WSL, see for example https://docs.microsoft.com/en-us/windows/wsl/install-win10
-
Install TeX Live as usual, see for example TeX Live installation.
-
Add
export PATH="/path/to/texlive/yyyy/bin/x86_64-linux:$PATH"
to your.bashrc
.
Currently, TeXiFy will use bash to run LaTeX compilers.
Test your installation with bash -ic "pdflatex --version"
.
This documentation has moved to https://hannah-sten.github.io/TeXiFy-IDEA