Le 18/10/12 01:49, Scott Kostyshak a écrit :
Stupid question; where is importation of knitr files defined in converters?
Rnw (knitr) -> latex (plain)
The converter is currently:
Rscript --verbose --no-save --no-restore $$s/scripts/lyxknitr.R $$p$$i
$$p$$o $$e $$r
When I change this to the following, import works:
Rscript --verbose --no-save --no-restore $$s/scripts/lyxknitr.R $$p$$i
$$p$$o ISO-8859-15 $$r
But this is a converter for export, not import. What is the difference
between the Rnw files when you do this change?
JMarc