unable to send R code from a knitr document to SublimeREPL

后端 未结 1 1274
野趣味
野趣味 2021-01-15 13:32

I\'m using Sublime 3, and I have a very simple question. SublimeREPL is working perfectly with R files, and Sublime compiles perfectly the knitr files (using LaTeXing)

相关标签:
1条回答
  • 2021-01-15 14:04

    Ok, so someone solved it here: https://github.com/wuub/SublimeREPL/issues/165#issuecomment-57658359

    Just in case someone has the same problem: this file has to be edited:

    ~/.config/sublime-text-3/Packages/SublimeREPL/config/R/Main.sublime-menu

    and the aditional scope has to be modified in this way:: "additional_scopes": ["tex.latex.knitr.ing"]

    0 讨论(0)
提交回复
热议问题