commit 23dbacb636c2ac616967669ec038ab0d5c8b9dd3
Author: Jean-Marc Lasgouttes <[email protected]>
Date: Wed Sep 12 15:14:56 2018 +0200
needauth is not needed for Sweave>LyX
Indeed this relies on tex2lyx and does not run R scripts.
The same holds for Knitr>LyX
---
lib/configure.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/configure.py b/lib/configure.py
index 4c345ca..05ee457 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -805,8 +805,8 @@ def checkConverterEntries():
rc_entry = [r'''\converter latex lyx "%% -f $$i $$o"
""
\converter latexclipboard lyx "%% -fixedenc utf8 -f $$i $$o" ""
\converter literate lyx "%% -n -m noweb -f $$i $$o" ""
-\converter sweave lyx "%% -n -m sweave -f $$i $$o" "needauth"
-\converter knitr lyx "%% -n -m knitr -f $$i $$o" "needauth"'''],
not_found = 'tex2lyx')
+\converter sweave lyx "%% -n -m sweave -f $$i $$o" ""
+\converter knitr lyx "%% -n -m knitr -f $$i $$o" ""'''],
not_found = 'tex2lyx')
if path == '':
logger.warning("Failed to find tex2lyx on your system.")