]> git.lyx.org Git - features.git/commitdiff
Add proper importers for Sweave and knitr.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 16 Mar 2015 17:43:51 +0000 (18:43 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 16 Mar 2015 17:43:51 +0000 (18:43 +0100)
Fixes bug #8734.

lib/configure.py

index 6374b609f6cd67ac2cbbccdcbb55c055b4d38c49..df19e80b03e4317a9fe97b40779a6c26b81b2634 100644 (file)
@@ -736,7 +736,9 @@ def checkConverterEntries():
     path, t2l = checkProg('a LaTeX/Noweb -> LyX converter', [in_binary_subdir, in_binary_subdir + version_suffix, in_binary_dir, in_binary_dir + version_suffix, 'tex2lyx' + version_suffix, 'tex2lyx'],
         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"   ""'''], not_found = 'tex2lyx')
+\converter literate   lyx        "%% -n -m noweb -f $$i $$o"   ""
+\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.")