Good morning,

I wrote a function to generate tables using LaTex.  The function creates a .tex 
file with all the layouts I want.  I would now like to call pdflatex.exe from 
inside this same function.  Does anyone know an R command to do this?  And 
also, what is the form of the pdflatex command to compile a .tex file?  I 
always use WinEdt so I never actually call pdflatex.exe directly.  Is the call 
just:

            pdflatex filename.tex

or is there something else I need to know to create a pdf file using LaTex?

Thanks,

Walt Paczkowski

______________________________________________
R-help@stat.math.ethz.ch 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