On Fri, Nov 21, 2008 at 2:25 PM, Christopher David Desjardins <
[EMAIL PROTECTED]> wrote:

> Perhaps this isn't the right place for this question but it refers to
> Sweave and it seems like what I would to be LaTex fixes don't seem to work
> and maybe it's something with Sweave so ...
>
> When I want to use Sweave currently I need to do the following:
> \usepackage{/Library/Frameworks/R.framework/Resources/share/texmf/Sweave}
>
> How can I set up aquamacs so that all I need to do is this?
> \usepackage{Sweave}
>

If you run pdflatex, for example, you can do:

R CMD pdflatex filename.tex

This will find the Sweave style and pull it in for you.  Alternatively, you
can copy the Sweave.sty file into each directory before running latex.

There may be other answers here, but those are two simple ones.

Sean

        [[alternative HTML version deleted]]

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to