Tagged Questions
0
votes
0answers
42 views
Blackened window instead of plot generated with Sweave [closed]
I'm trying to generate two plots side by side using Sweave and the subcaption package.
The thing is, that in the created pdf I get only blackened windows instead of plots (in the separate pdf files ...
1
vote
0answers
164 views
knitr : Figure are not appearing at the correct place
I'm trying to use knitr while learning LaTeX but all my figures are placed at a seemingly random place.
It's driving me insane. Any ideas?
Example Input
PDF Output
I tried reinstalling TeX Live ...
0
votes
2answers
131 views
How to remove name while including image in LaTeX?
I am including an image in R and found the name of the image file appearing with the image:
name<-c("A.pdf","B.pdf","C.pdf","D.pdf")
<<echo=FALSE,results=tex>>=
for (i in 1:4)
...
18
votes
2answers
625 views
Repeated slides in beamer
I have about 200 JPEG files that I need to include in a PDF document, one JPEG per page (i.e. 200 pages + intro slide). The following code successfully does this with one JPEG.
...
9
votes
3answers
2k views
Using fancyhdr to create an image based header and footer
I'm trying to generate a latex report (via Sweave and R) where the header of the document is an image that covers everything (including the top/left/right page margin) and the footer covers everything ...