[Tugindia] table alignment - correct version

Sandip P Deshmukh tugindia@tug.org
Fri, 24 Jan 2003 18:22:57 +0530


apologies to the group i posted an incorrect example earlier.

here is the file that i was using:

\documentclass[a4paper,11pt]{article}
\begin{document}
\begin{rmfamily}
\upshape
\normalsize
\begin{center}
\begin{tabular}{p{1.15in}p{4in}}
  \cline{2-2}
  \large
   Point one        
  \normalsize&
   Detail 1
  \cline{2-2}
  &\\
  \large
  Point 2        
  \normalsize&
    Detail 2
  &\\
\end{tabular}
\end{center}
\end{rmfamily}
\end{document}

now, i thought it will nicely align top of Point 1 with top of Detail 1
etc.

it does not. any suggestions?

-- 
regards,
sandip p deshmukh
------***--------