Displaying 1 result from an estimated 1 matches for "frontfile0x0xbetax0".
Did you mean:
frontfile0x0xbetax1
2010 Jun 10
1
Sweave cutting new lines
...mp<-dev.off()
cat("\n\\newline\\includegraphics{",file,"}\n\n",sep="")
@
gets converted to this
\includegraphics{working/frontfile0x0xbx0.pdf}
\includegraphics{working/frontfile0x0xbx1.pdf}
\includegraphics{working/frontfile0x0xbx2.pdf}
\includegraphics{working/frontfile0x0xbetax0.pdf}
\includegraphics{working/frontfile0x0xbetax1.pdf}
\includegraphics{working/frontfile0x0xbetax2.pdf}\newline\includegraphics{working/frontfile0x0xrsqx0.pdf}
This actually works now because the \newline takes care of the line
break, but it is not very pretty.
Does anyone know why Sweave...