Tagged Questions
2
votes
1answer
969 views
How to install the knitr-module in Lyx 2.0.3?
I just installed Lyx 2.0.3 on my iMac and MacBook Air. When trying to open a *.lyx document on the iMac I get the following error-message:
"The module knitr has been requested by this document but ...
0
votes
2answers
468 views
Sweave & Lyx fig=T in Sweave
I'm following Gregor Gorjanc's tutorial on LyX & Sweave. Using Ubuntu 10.04 and LyX version 1.6.5 with all of texlive-full installed.
R scraps which result in numerical output produce a valid ...
2
votes
0answers
286 views
Making pgfsweave work with all ggplot2 plots
Have run into a problem using ggplot2 and pgfsweave(+Lyx). When I run my code in R, I get a nice plot with coloured/shaded tiles, and those tiles do not appear when running via pgfsweave. Note that ...
3
votes
1answer
1k views
Labels in xtable captions for crossreferencing in lyx
I am using pgfsweave with Lyx 1.6.8 and xtable.
providing table captions by
<<result=tex>>=
print(xtable(<dataframe>,caption="Here is my caption"))
@.
How can I insert a label ...