<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Caro,<div><br></div><div>Como você está gerando o seu arquivo .tex? Não sei se é do seu conhecimento mas o Sweave funciona da seguinte forma:</div><div><br></div><div>Primeiro você escreve todo o seu documento em um arquivo de extensão .Rnw, abre no R e executa com o comando do Sweave (não me recordo no momento). Feito isso, adicionalmente o Sweave criará um arquivo de extensão .tex.</div><div><br></div><div>Este é o procedimento?</div><div><br></div><div>Neste link segue um arquivo .Rnw utilizado pelo Prof. Wagner H. Bonat em suas aulas <a href="http://www.leg.ufpr.br/lib/exe/fetch.php/disciplinas:instrucao.rnw">http://www.leg.ufpr.br/lib/exe/fetch.php/disciplinas:instrucao.rnw</a> e o arquivo resultado seguindo os passos supracitados <a href="http://www.leg.ufpr.br/lib/exe/fetch.php/disciplinas:instrucao.pdf">http://www.leg.ufpr.br/lib/exe/fetch.php/disciplinas:instrucao.pdf</a> .</div><div><br></div><div>Escrevi essas linhas acima pois foi essa dificuldade que me deparei ao começar a batalha com o Sweave, primeiramente no windowns.</div><div><br></div><div>Daniel</div><div><div><br></div><div><br><br><div><hr id="stopSpelling">Date: Mon, 15 Aug 2011 00:51:11 -0300<br>From: jorgeas@ufcg.edu.br<br>To: r-br@listas.c3sl.ufpr.br<br>Subject: [R-br] Sweave<br><br>
<meta http-equiv="Content-Type" content="text/html; charset=unicode">
<meta name="Generator" content="Microsoft SafeHTML"><style>
.ExternalClass p
{;}
</style><div style="font-family:Times New Roman;font-size:12pt;color:#000000"><span style="color:rgb(0, 0, 0);font-family:'Times New Roman';font-size:12pt">Pessoal tenho tentado usar o Sweave, mas não dá certo onde estou errando, o arquivo que estou tentando rodar é este utilizando o TexnicCenter e R 2.13.1<br><br></span><div><div>\documentclass[a4paper]{article}</div><div><br></div><div>\title{Sweave Example 1}</div><div>\author{Friedrich Leisch}</div><div><br></div><div>\begin{document}</div><div><br></div><div>\maketitle</div><div><br></div><div>In this example we embed parts of the examples from the</div><div>\texttt{kruskal.test} help page into a \LaTeX{} document:</div><div><br></div><div><<>>=</div><div>data(airquality)</div><div>library(stats)</div><div>kruskal.test(Ozone ~ Month, data = airquality)</div><div>@</div><div>which shows that the location parameter of the Ozone </div><div>distribution varies significantly from month to month. Finally we</div><div>include a boxplot of the data:</div><div><br></div><div>\begin{center}</div><div><<fig=TRUE,echo=FALSE>>=</div><div>boxplot(Ozone ~ Month, data = airquality)</div><div>@</div><div>\end{center}</div><div><br></div><div>\end{document}</div></div><div><br></div><div><b>e </b></div><div><b>resulta neste anexo</b></div><div><br></div><div><div><br></div></div></div><br>_______________________________________________
R-br mailing list
R-br@listas.c3sl.ufpr.br
https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br
Leia o guia de postagem (http://www.leg.ufpr.br/r-br-guia) e forne�a c�digo m�nimo reproduz�vel.</div></div></div>                                      </div></body>
</html>