Closed nasser1 closed 5 years ago
You need to provide the path to gswin64c.exe
, not the directory containing it. So it should be
ConfigureMaTeX["Ghostscript" -> "C:\\Program Files\\gs\\gs9.26\\bin\\gswin64c.exe"]
or similar depending on the Ghostscript installation path. It is not necessary to add Ghostscript to the system path.
However, MaTeX can generally detect Ghostscript on Windows. To re-run detection, use
MaTeX`Developer`ResetConfiguration[]
Warning: This will reset all settings (including the pdflatex path)
Hello; I installed Matex 1.7.4 using Paclet OK. Installed GhostScript 9.26 the 64 bit from https://www.ghostscript.com/download/gsdnld.html OK. It installs to "C:\Program Files\gs\gs9.26\bin"
where it shows the content as gswin64c.exe, gswin64.exe, gsdll64.lib, gsdll64.dll
I also added the path "C:\Program Files\gs\gs9.26\bin" to my windows 10 environment variables just in case.
I also did the
ConfigureMaTeX["Ghostscript" -> "C:\\Program Files\\gs\\gs9.26\\bin"]
in a notebook after starting Matex.Yet, Matex keeps giving the error that it can't find Ghostscript.
Ghostscript is not found at C:\Program Files\gs\gs9.26\bin
But it is there:
So I am not sure what is the problem and what to try. Any suggestions?
Thanks --Nasser