mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
1ddd148b06
commit
7ec52ec846
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user