Closed ousia closed 7 years ago
If the path in the settings is given, it is always appended to the system path (https://github.com/Bramas/texiteasy/blob/master/source/builder.cpp#L97) However for your case, it should be prepended otherwise the default tex bin will be used. I think it is okay to always preprend the path given in the settings, it seems logical
@Bramas, I cannot code, but the patch was so simple that I provide it.
Check it before merging it.
I have the following configuration for compilation in TexitEasy:
I have TeX Live installed and a portable ConTeXt distribution (ConTeXt Suite), which provides the latest released version of ConTeXt.
To make the latest version of ConTeXt available on my computer work, I have to load the path to binaries first. Otherwise, ConTeXt from TeX Live will be chosen.
I may load the ConTeXt path to latest version with:
The other way is to set the path to binaries (such as I do in TeXworks):
As you may see, this is what I have done in the configuration dialog.
But I’m afraid that this path is taken into account only if the system contains no other path.
It also makes sense to specify this path to be loaded before any system path. This would make possible to use portable TeX distributions with TeXitEasy.