[Tugindia] three questions on tables

H S Rai hsraidce at iitr.ernet.in
Thu Feb 20 15:15:07 CET 2003


Today at 12:25pm +0530 Sandip P Deshmukh wrote:

>   how do i make a table go beyond a page?

Use `longtable'

Grab tutorial from http://tug.org.in

>   secondly, i have never been able to use multicolumn.

The tex code given below signature work fine. Study it.

HTH

-- 
H.S.Rai
http://www.grex.org/~hsrai
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=223684
=======================================================================

\documentclass{article}
\begin{document}

\begin{tabular}{|l|l|} \hline
\multicolumn{2}{|l|}{some text here1}\\ \hline
\multicolumn{2}{|l|}{some text here2}\\ \hline
1&2\\ \hline
\end{tabular}

\end{document}






More information about the Tugindia mailing list