Possible Duplicate:
Problem in StatWeave
I installed statweave on Windows 7. The installation is like this:
MiKTeX 2.9 is installed in
C:\Program Files\MiKTeX 2.9\statweaveinstalled inC:\Other configurations: only changed the arguments of the Stata 11 which is in
C:\stat11\stata.exe.
At the moment, I put statweave.sty in the code folder together with .rnw files.
Compiling:
When I compile the .rnw files it produces the .tex and .eps file. For the graph it works and I am able to convert it to .pdf (from .eps) but for the .tex it doesn't work; pdflatex stops working.
Where should statweave.sty be placed? Anyone with a working configuration?
Statweave.styshould be placed in your local texmf folder. See How do I manually install a package in MikTeX. – Alan Munn Sep 24 '11 at 21:54