Displaying 2 results from an estimated 2 matches for "quickinstall".
Did you mean:
quick_install
2009 Feb 27
8
centos 5.2 - latest rpms for mailcanner , clamav and spamassassin
Guys,
What repo has rpms for mailscanner, clamav and spamassasin?
2012 May 25
2
How to set symbolic link correctly so that LaTeX finds Sweave?
...te outdated (2009) for my needs. I therefore installed TeXLive 2011
like this:
,----[ TeXLive 2011 installation: ]
| 1) download install-tl-unx.tar.gz from http://www.tug.org/texlive/acquire-netinstall.html
| 2) tar -xzf install-tl-unx.tar.gz
| 3) sudo ./install-tl # see http://www.tug.org/texlive/quickinstall.html (hit "I")
| 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...