Search found 3 matches

by ramiro2k
Fri Jan 25, 2019 3:30 am
Forum: Graphics, Figures & Tables
Topic: print.xtable going off page
Replies: 5
Views: 3189

print.xtable going off page

Thank you Stefan, I worked on this and tried to shrink it as much as possible, but it's still a bit long, I am pasting the latex below. Thank you very much for any suggestions.

\documentclass{article}\usepackage[]{graphicx}\usepackage[]{color}
%% maxwidth is the original width if it is less than ...
by ramiro2k
Wed Jan 23, 2019 5:33 pm
Forum: Graphics, Figures & Tables
Topic: print.xtable going off page
Replies: 5
Views: 3189

print.xtable going off page

I am attaching the image again here below, hope it works. I am not using windows but rather linux, and using the R programming language. Let me see if I can make a short reproducible example, in the meantime, let me know if you have any other suggestions about how NOT to have a latex table not go ...
by ramiro2k
Wed Jan 23, 2019 12:13 am
Forum: Graphics, Figures & Tables
Topic: print.xtable going off page
Replies: 5
Views: 3189

print.xtable going off page

Hello,

I am generating a series of tables as part of a "for loop". However, sometimes one of the tables goes into the "footer space" (see attached .png image). This is part of my code:

<<historiesOmitsAndOutliers,echo=FALSE,results='asis'>>=
for (i in 1:length(histories)) {
cat("\\FloatBarrier ...