I use the code below (in XeLatex) in order to import three thesis supervisors signature, name and title.
Code: Select all
\documentclass[a4paper]{report}
\begin{document}
Supervisors\\[12pt]
\newcommand\Sigline[4][t]{%
\parbox[#1]{.333\linewidth}{\raggedright#2}%
\parbox[#1]{.333\linewidth}{\raggedright#3}%
\parbox[#1]{.333\linewidth}{\raggedright#4}%
}
\Sigline{\textit{(Signature)}}{\textit{(Signature)}}{\textit{(Signature)}} \\[3\baselineskip]
\Sigline{\dotfill}{\dotfill}{\dotfill}\\
\Sigline{First Name}{First Name}{First Name} \\
\Sigline{First Title}{Second Title}{Third Title} \\
\end{document}
1) I use dotfill, so the dots have no space between them (as you can see if you run the code)
2) First two rows are not align (left) with the other two