Add needauth option to gnuplot->PDF converter introduced in [066edd3c/lyxgit].

This commit is contained in:
Tommaso Cucinotta 2017-05-04 00:49:18 +02:00
parent 066edd3c30
commit b474aa5d4d

View File

@ -1048,7 +1048,7 @@ def checkConverterEntries():
#
checkProg('Gnuplot', ['gnuplot'],
rc_entry = [ r'''\Format gnuplot "gp, gnuplot" "Gnuplot" "" "" "" "vector" "text/plain"
\converter gnuplot pdf6 "python -tt $$s/scripts/gnuplot2pdf.py $$i $$o" ""''' ])
\converter gnuplot pdf6 "python -tt $$s/scripts/gnuplot2pdf.py $$i $$o" "needauth"''' ])
#
# gnumeric/xls/ods to tex
checkProg('a spreadsheet -> latex converter', ['ssconvert'],