\newlength{\vertspace}
\setlength{\vertspace}{5pt}
\begin{tabular}{p{2in} p{1.5in} p{2in}}
\underline{Signature of Author} && \dotfill\\[12pt]
\underline{Committee Member} && \hfill Signature and Date\\[\vertspace]
Dr. \dotfill &(Chairman) & \dotfill\\[\vertspace]
Dr. \dotfill &(Member) & \dotfill\\[\vertspace]
Dr. \dotfill &(Member) & \dotfill\\[\vertspace]
Dr. \dotfill &(Member) & \dotfill\\[\vertspace]
Dr. \dotfill &(External Examiner) & \dotfill\\
\end{tabular}
Fenn said:Try this out and see if it works for you. The column widths and vertical spaces are adjustable.
Code:\newlength{\vertspace} \setlength{\vertspace}{5pt} \begin{tabular}{p{2in} p{1.5in} p{2in}} \underline{Signature of Author} && \dotfill\\[12pt] \underline{Committee Member} && \hfill Signature and Date\\[\vertspace] Dr. \dotfill &(Chairman) & \dotfill\\[\vertspace] Dr. \dotfill &(Member) & \dotfill\\[\vertspace] Dr. \dotfill &(Member) & \dotfill\\[\vertspace] Dr. \dotfill &(Member) & \dotfill\\[\vertspace] Dr. \dotfill &(External Examiner) & \dotfill\\ \end{tabular}
S_David said:This is great. Exactly matching what I want. Do you know what? This program (Latex) is a great one once you get use of it. Thank you very much Fenn. Wish you luck.
Best regards
Fenn said:Yes, LaTeX is a wonderful resource for document preparation. Based on your request, I'm assuming it's for a thesis?
S_David said:Yes indeed, it is a master thesis. I am in the writting stage, so I have many problems, specially I am new at the Latex community.
Regards
Fenn said:There's plenty of resources for LaTeX help, including this forum. Googling "latex <insert question here>" has served me very well. You can find all kinds of treasures, as long as you get used to weeding through the false hits. http://www.latex-community.org is another great site. Like many others, I've recently started a weblog listing things I've discovered or developed during my learning process.