[Tugindia] 4 parbox in single page!

E. Krishnan ekmath at md5.vsnl.net.in
Thu Oct 2 08:18:01 CEST 2003


On Wed, 1 Oct 2003, venu gopal wrote:

> Can anybody help me to make four boxes about 5.5cm
> with and 15 cm length in a single page itself.?

I'm not very sure whether this is what you want, but try this:

	\documentclass[a4paper]{article}
	\usepackage{geometry}
	\geometry{width=20cm,height=26cm,hmargin=2.5cm,vmargin=2cm}

	\begin{document}

	\newcommand{\mybox}{%
  	  \framebox[15cm]{\rule{0cm}{5.5cm}}}

	\mybox

	\mybox

	\mybox

	\mybox

	\end{document}

-- 
Krishnan



More information about the tugindia mailing list