]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/legacy_lyxpreview2ppm.py
* lib/scripts/TeXFiles.py:
[lyx.git] / lib / scripts / legacy_lyxpreview2ppm.py
index cb9ff4d08bf4ac8bd714eaeed65027fba58f6240..f4f13a92233f01e3374c66b3c86e16c484a055a3 100644 (file)
@@ -234,7 +234,7 @@ def legacy_conversion(argv):
 
     # External programs used by the script.
     path = string.split(os.environ["PATH"], os.pathsep)
-    latex   = find_exe_or_terminate(["pplatex", "latex2e", "latex"], path)
+    latex   = find_exe_or_terminate(["pplatex", "platex", "latex2e", "latex"], path)
     dvips   = find_exe_or_terminate(["dvips"], path)
     gs      = find_exe_or_terminate(["gswin32c", "gs"], path)
     pnmcrop = find_exe(["pnmcrop"], path)