mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add gswin64c as possible executable in legacy_lyxpreview2ppm.py (#7938).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40618 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bed648d0b5
commit
53ae40b34b
@ -334,7 +334,7 @@ def legacy_conversion_pdflatex(latex_file, failed_pages, legacy_metrics, gs,
|
|||||||
def legacy_conversion_step2(latex_file, dpi, output_format, skipMetrics = False):
|
def legacy_conversion_step2(latex_file, dpi, output_format, skipMetrics = False):
|
||||||
# External programs used by the script.
|
# External programs used by the script.
|
||||||
dvips = find_exe_or_terminate(["dvips"], path)
|
dvips = find_exe_or_terminate(["dvips"], path)
|
||||||
gs = find_exe_or_terminate(["gswin32c", "gs"], path)
|
gs = find_exe_or_terminate(["gswin32c", "gswin64c", "gs"], path)
|
||||||
pnmcrop = find_exe(["pnmcrop"], path)
|
pnmcrop = find_exe(["pnmcrop"], path)
|
||||||
|
|
||||||
# Run the dvi file through dvips.
|
# Run the dvi file through dvips.
|
||||||
|
@ -172,6 +172,8 @@ What's new
|
|||||||
|
|
||||||
- Fix problem where box gets modifications intended for table (bug 7983).
|
- Fix problem where box gets modifications intended for table (bug 7983).
|
||||||
|
|
||||||
|
- Fix broken instant preview due to ghostscript on 64-bit Windows (bug 7938).
|
||||||
|
|
||||||
|
|
||||||
* DOCUMENTATION AND LOCALIZATION
|
* DOCUMENTATION AND LOCALIZATION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user