]> git.lyx.org Git - lyx.git/commitdiff
Add needauth option to gnuplot->PDF converter introduced in [066edd3c/lyxgit].
authorTommaso Cucinotta <tommaso@lyx.org>
Wed, 3 May 2017 22:49:18 +0000 (00:49 +0200)
committerTommaso Cucinotta <tommaso@lyx.org>
Wed, 3 May 2017 22:49:18 +0000 (00:49 +0200)
lib/configure.py

index 59f89f67db74d3bbf464c123e04b3e404fc41d8d..0210b916fb1fcc6c76fa304c2e78bcda31509004 100644 (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'],