Displaying 1 result from an estimated 1 matches for "texmk".
Did you mean:
texmf
2012 May 25
2
How to set symbolic link correctly so that LaTeX finds Sweave?
...;)
| 4) add the newly installed version to PATH (in .profile):
| PATH=/usr/local/texlive/2011/bin/x86_64-linux:$PATH
`----
So far, so good. I can easily work with R (and TeX) and I can also Sweave a .Rnw
file (and obtain the .tex). However, if I apply pdflatex to the .tex file (I
actually use latexmk for doing this but that doesn't matter), I obtain:
,----[ error on latexmk'ing the .tex file: ]
| ERROR: LaTeX Error: File `Sweave.sty' not found.
`----
Clearly, one has to tell LaTeX where Sweave can be found. I known that on the
Mac on could set a symbolic link to make LaTeX aware o...