search for: coupling_images_report

Displaying 1 result from an estimated 1 matches for "coupling_images_report".

2010 Apr 12
1
Sweave and multiple figures from an R source file
...as simple as plot(1:20) plot(1:5) The figures are correctly generated in the folder, as a .pdf/.eps with two pages, each page a plot the resulting tex file is \documentclass{article} \usepackage{Sweave} \begin{document} \begin{section}{notitle} This is a simple Sweave test \includegraphics{coupling_images_report-gethypergraphs_rhea} \\ End of the simple sweave test \end{section} \end{document} When I compile the .tex file, however, the figures are overlapped one on top of the other. I tried to search for a solution, but found none... Thanks, Michele