mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 13:04:58 +00:00
Do not use the --vanilla option of Rscript, since it can
cause unexpected errors (like locally installed packages not found). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36849 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1f76d67c66
commit
8c6ce63595
@ -626,7 +626,7 @@ def checkConverterEntries():
|
|||||||
rc_entry = [r'''\converter literate latex "%%" ""
|
rc_entry = [r'''\converter literate latex "%%" ""
|
||||||
\converter literate pdflatex "%%" ""'''])
|
\converter literate pdflatex "%%" ""'''])
|
||||||
#
|
#
|
||||||
checkProg('a Sweave -> LaTeX converter', ['Rscript --vanilla $$s/scripts/lyxsweave.R $$i $$e'],
|
checkProg('a Sweave -> LaTeX converter', ['Rscript --no-save --no-restore $$s/scripts/lyxsweave.R $$i $$e $$r'],
|
||||||
rc_entry = [r'''\converter sweave latex "%%" ""
|
rc_entry = [r'''\converter sweave latex "%%" ""
|
||||||
\converter sweave pdflatex "%%" ""'''])
|
\converter sweave pdflatex "%%" ""'''])
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user