LyX->Rnw conversion automatically inserts ligature breaks between repeated "<" characters

StackOverflow https://stackoverflow.com/questions/17098969

  •  31-05-2022
  •  | 
  •  

Pregunta

The title says it all; the screenshot below gives the gory details. (The .Rnw file in the temporary buffer folder is identical to the LaTeX Source in the image.) As you can imagine, knit() won't knit this crap. I cannot for the life of me figure out how to make those ligature breaks go away.

So I guess my question is... Help?

¿Fue útil?

Solución

You probably did not read the manual, which has instructions on how to input R code in a LyX document: either through Insert --> TeX Code (Ctrl + L), or use the Chunk environment from the drop-down menu on the toolbar. You should not type R code as normal paragraphs in LyX.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top