HI, 

I am working on R and Latex.

R CMD Sweave Test.Rnw  (this generates Rnw.Tex file )

R CMD pdflatex Test.tex  (It generated Test.pdf)

Is there any way to change the name of of output file (Test.pdf).  I want it
to pass the output file name as parameter. 

R CMD Sweave Test.Rnw  Output_File

R CMD pdflatex Output_File.tex 

So output file name will be Output_File.pdf 

Regards



--
View this message in context: 
http://r.789695.n4.nabble.com/Rename-output-file-in-Swaeve-and-Tex-tp4633479.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to