Tagged Questions
2
votes
1answer
543 views
Sweave to LaTeX “undefined control sequence” error
Im trying to include some R results in a TeX document using RStudio. I have managed to get RStudio to generate, what to me looks to be, a fine tex file but it fails to compile the pdf.
I get errors ...
0
votes
0answers
294 views
Latex techniques and templates for writing a book [closed]
I am about to write a couple of books using latex. I am fairly used to producing small latex articles using Sweave and R, but I have never written a book using latex and I am not conversant with the ...
2
votes
2answers
534 views
figure* environment in twocolumn knitr/Sweave document
Sounds like it should be a common problem, but I didn't find an obvious trick.
Consider the knitr Rnw file below,
\documentclass[twocolumn, 12pt]{article}
\usepackage{graphicx}
\begin{document}
...
6
votes
1answer
594 views
Getting Sweave code chunks to stay inside page margins?
Sometimes I get to make an R code chunk (in Sweave) which is longer then the margins of the page. Is there a way to force it to "go to the next line" once that happens?
Here is a simple example of ...
3
votes
2answers
499 views
Getting Sweave code chunks inside some framed box?
I would like to make an R code chunk (in Sweave) printed inside a framed box in the resulting pdf.
Is there an easy solution for doing that?
8
votes
1answer
2k views
How to put a newline into a column header in an xtable in R
I have a dataframe that I am putting into a sweave document using xtable, however one of my column names is quite long, and I would like to break it over two lines to save space
...