i am new here.
Is there a way in latex to create a table...
for e.g., if you compile the following code
Code: Select all
\begin{table}[b!]
\caption{Numbering scheme.}\label{tab:sam}
\vspace{3mm}
\centering
\begin{tabular}[width=1\textwidth]{l|p{59mm}|p{65mm}}
\hline\hline
Sample & Compounds & Remarks \\
No.\ & &\\
\hline
1 & some thing & solid/powder \\
2 & sample~1 & prepared in open \\
3 & sample~2 & prepared in frozen\\
\hline
7 & 1~min & \\
8 & 5~min & \\
9 & 30~min & \\
\hline\hline
\end{tabular}
\end{table}
I hope some one can help..
thanks
Rajini