[Tugindia] alignment in a table across rows

Sandip P Deshmukh tugindia@tug.org
Fri, 24 Jan 2003 14:13:08 +0530


hello all

i am new to linux and definitely new to latex. but i am impressed by
both.

now, my first latex document has a table in the following format:

-------------------------------------
Heading | Detail
-------------------------------------
H1      | * Bullet 1
	| * Bullet 2
------------------------------------

here is what i have done

\begin{tabular}{p{2}|p{3}}
\hline
Heading&Detail\\
\large
H1
\normalsize&
\begin{itemize}
\item Bullet 1
\item Bullet 2
\end{itemize}
\hline
\end{tabular}

now, top of H1 and Bullet 1 is not aligned. what could be the reason?

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