xtable in Sweave works awesome, but does one table per regression. You can feed it a data frame, too, so I have been manually rbinding
xtable
Sweave
rbind
The package stargazer would be another option for HTML, LaTeX, or ASCII tables, side-by-side. See also my answer to Table of multiple lm() models using apsrtable in Rmarkdown that includes a screenshot.