]> git.lyx.org Git - lyx.git/commitdiff
Add plt as gnuplot extension (#11148)
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 6 Aug 2024 14:29:55 +0000 (16:29 +0200)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 6 Aug 2024 15:38:11 +0000 (11:38 -0400)
This seems to be the common one on Windows

(cherry picked from commit f2e6a9b4aed4125284712ff041b6443e0ba01c57)

lib/configure.py
status.24x

index df0251268aef3bc37ba6a69a2fb43884d7f04fa9..2674cd58eee76948cc7fb46359e4b88f93dc631a 100644 (file)
@@ -1288,7 +1288,7 @@ def checkConverterEntries():
             path = ['', inkscape_path])
     #
     checkProg('Gnuplot', ['gnuplot'],
-        rc_entry = [ r'''\Format gnuplot     "gp, gnuplot"    "Gnuplot"     "" "" ""  "vector" "text/plain"
+        rc_entry = [ r'''\Format gnuplot     "gp, gnuplot, plt"    "Gnuplot"     "" "" ""  "vector"    "text/plain"
 \converter gnuplot      pdf6      "$${python} $$s/scripts/gnuplot2pdf.py $$i $$o"    "needauth"''' ])
     #
     # gnumeric/xls/ods to tex
index 8e80a7437f35f8273201d08ccc497b02afbc5f10..2c7925a91d3abb70dd75fd0b5d7a84066d76bba2 100644 (file)
@@ -22,6 +22,8 @@ What's new
 - Load graphics after geometry, so page size is set properly (bug
   10970).
 
+- Recognize .plt as a GnuPlot extension (bug 11148).
+
 
 * MISCELLANEOUS