Tagged Questions
3
votes
1answer
496 views
Using tabularx package with xtable package in R
I am trying to solve the problem of having a latex table (produced using the xtable from R, then combined into a tex file using Sweave), exceeding the margins of my LaTeX document.
I found that one ...