Tagged Questions
2
votes
2answers
2k views
How to teach latex to find Sweave.sty? [Ubuntu 12.04; TeXLive 2011]
I work on XUbuntu 12.04 and I have installed R 2.15. Since the package manager only provides TeX Live 2009, I use the following to install TeX Live 2011 on XUbuntu:
download install-tl-unx.tar.gz ...
2
votes
1answer
301 views
Sweave.sty Rd.sty on texlive 2011 (OpenSUSE 12.1)
I am trying to make Sweave.sty and Rd.sty globally available on my system. After reading related posts on StackExchange, I changed texmf.cnf, so that
kpsewhich --expand-var='$TEXMF'
results in
...
4
votes
2answers
1k views
Integrate 'Sweave.sty' in the TeXLive 2010 search path (on Linux)
I'd like to add 'Sweave.sty' to my search-path, so that I don't need to copy 'Sweave.sty' to every Sweave-Document I create.
I've located 'Sweave.sty' in '/usr/share/R/share/texmf/tex/latex'. I tried ...