From: Tommaso Cucinotta Date: Wed, 3 May 2017 22:49:18 +0000 (+0200) Subject: Add needauth option to gnuplot->PDF converter introduced in [066edd3c/lyxgit]. X-Git-Tag: 2.3.0beta1~480 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b474aa5d;hp=066edd3c30463a6c7c3a2161d204ee4101931be6;p=lyx.git Add needauth option to gnuplot->PDF converter introduced in [066edd3c/lyxgit]. --- diff --git a/lib/configure.py b/lib/configure.py index 59f89f67db..0210b916fb 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -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'],