Tagged Questions
1
vote
0answers
29 views
Citations not working in Sweave
I am trying to run this Sweave code in R.
\documentclass{article}
\begin{document}
\SweaveOpts{concordance=TRUE}
\section{Section}
I am citing \cite{ftest}.
\begin{thebibliography}{9}
...
2
votes
2answers
280 views
Fedora manual installation and dependencies
Following answers on this website (like: How to use TeX Live on Fedora 17? and Manually installed TexLive on Fedora 16 )
I installed texlive manually on fedora and it works flawlessly.
The problem I ...
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 ...