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]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to