Add plt as gnuplot extension (#11148)

This seems to be the common one on Windows

(cherry picked from commit f2e6a9b4ae)
This commit is contained in:
Juergen Spitzmueller 2024-08-06 16:29:55 +02:00 committed by Richard Kimberly Heck
parent 1ddd148b06
commit 7ec52ec846
2 changed files with 3 additions and 1 deletions

View 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

View 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