<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi,<br><br>I have some problems with my Latex document and I can't find any group discussion that could help me. I'm kind of desperate :) and I'm sorry to contact you. But you may be able to give me the link for a good forum or something like that ? Thanks a lot.<br><br>Best regards,<br><br>Lore.<br><br>PS : Here is my problem =&gt;<br><span class="postbody">I'd like to realise an automatic repport with
the combination of R and Latex (Sweave package). I create several plots with R, and then
I'd like to include them in my Latex document. The thing is that I
don't know how many plots I'll get before I run my program, so I can't
write \includegraphics for every plots. Therefore my code is :
<br>
</span><table width="999" align="center" border="0" cellpadding="3" cellspacing="1" height="23"><tbody><tr>           <td><br></td>        </tr>        <tr>          <td class="code">\multido{\i=1+1}{\Sexpr{numPage}}{\includegraphics[page=\i]{image.pdf}}</td>        </tr></tbody></table><span class="postbody">
<br>

<br>Each plot is on 1 page of my pdf file "image.pdf" and I include all
the pages (here, there are "numPage" pages). The problem is that all
the plots are on the same line and I get a "Overful box" because there
are too many plots. Could you help me ?<br>

<br>I also tried to use \includepdf[page=-]{image.pdf}
<br>but each page of the pdf file is on one page of my latex document.
And I'd like to avoid empty space, thus I'd like several plots centered
on the same line, just like \includegraphics does.</span><br><br><br /><hr />Découvrez toutes les possibilités de communication <a href='http://www.microsoft.com/windows/windowslive/default.aspx' target='_new'>avec vos proches</a></body>
</html>