Hi, as long as you don't want to stetch the frames across a page break, would minipges do?
\documentclass[12pt]{article} \usepackage{lipsum} \begin{document} \begin{minipage}[t]{0.45\textwidth} \lipsum[1] \end{minipage} \hfill \begin{minipage}[t]{0.45\textwidth} \lipsum[2] \end{minipage} \end{document} ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.