I am trying to use tex4ht which uses ImageMagick to convert the figures. Now I would like to use the non-install version of ImageMagick (I have set PATH to the dir) and the ghostscript which is automatically installed with MikTeX, called mgs.exe.
I tried to replace the @PSDelegate@ in \imagemagick\delegates.xml with the absolute path to mgs.exe but it seems like convert is not using this delegates.xml file but another one. The command line still contains "gswin32c.exe" when executed which cannot be found of course.
Code: Select all
convert -list delegate
Code: Select all
Path: delegates.xml
Many thanks,
frotty