commit b474aa5d4d8437eef35c751c7cfb9b6a30e7ee97
Author: Tommaso Cucinotta <[email protected]>
Date: Thu May 4 00:49:18 2017 +0200
Add needauth option to gnuplot->PDF converter introduced in
[066edd3c/lyxgit].
---
lib/configure.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/configure.py b/lib/configure.py
index 59f89f6..0210b91 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'],