I'm wondering about dividing the page in 2 independent parts. I did it with minipage :
first was \begin{minipage}{0.49\textwidth} .. \end{minipage} and second was
\begin{minipage}{0.49\textwidth} ... \end{minipage} .
This works but is there some way to equally divide it without specifying width ?
I'm intending to use \usepackage[margin=.5in]{geometry} and would like that TeX divide it on equal parts.
edit: I have another problem. Putting box around column is breaking 2 columns.
\documentclass{article}
\usepackage{paracol}
\usepackage{kantlipsum}
\usepackage{framed}
\usepackage[margin=.5in]{geometry}
\begin{document}
\begin{framed}
\begin{paracol}{2}
\kant[1-2]
\kant[1-2]
\kant[1-2]
\switchcolumn
\kant[3-4]
\end{paracol}
\end{framed}
\end{document}


twocolumnwhen executing the\documentclassinstruction? – Mico Mar 09 '15 at 06:36