[R] How to put latex mdframed side by side (separated by space) ?

mlell08 mlell08 at googlemail.com
Mon Apr 2 18:12:12 CEST 2012


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}



More information about the R-help mailing list