Hello,
I find situations where some segments of the code are displayed in the
output but not entirely highlighted. I guess there should be a way to fix
this, but I could't find it in the options.
Here's an example with knitr/LaTex.
\documentclass{article}
\begin{document}
\section{Example 1}
<<echo=TRUE, eval=TRUE>>set.seed(1)
x <- matrix(rnorm(120), 12, 10)
x
@
\end{document}
Thanks,
Axel.
[[alternative HTML version deleted]]