From b474aa5d4d8437eef35c751c7cfb9b6a30e7ee97 Mon Sep 17 00:00:00 2001 From: Tommaso Cucinotta Date: Thu, 4 May 2017 00:49:18 +0200 Subject: [PATCH] Add needauth option to gnuplot->PDF converter introduced in [066edd3c/lyxgit]. --- lib/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], -- 2.39.2