The following is a segment of the code from my thesis style sheet. This defines the first reader and second reader for my signature page.
And I have also attached a output snap of my pdf of the problem.
Can someone please tell me why this occurs ?
Code: Select all
% Signature page
\def\signaturepage{%
\newpage
\thispagestyle{empty} % KS 2009
\begin{center}
\Large\uppercase\expandafter{\@title}
\end{center}
\vspace{.4in}
\centerline{\shortstack[c]{\vrule width 2in height 0.4pt\\
\@author}}
\vfill
% \vspace{0.15in}
% \hspace{0in} \rm APPROVED:
\leftline{ Approved:} % KS 2009
\vspace{0.15in}
\rightline{\shortstack[l]{\vrule width 3in height 0.4pt\\ \@adviser}}
% \vspace{0.15in}
\vfill
\leftline{Committee Members:} % KS 2009
% \vspace{0.375in}
\vspace{0.15in}
\rightline{\shortstack[l]{\vrule width 3in height 0.4pt\\ \@firstreader}}
% \vspace{.375in}
\vfill
\rightline{\shortstack[l]{\vrule width 3in height 0.4pt\\ \@secondreader}}
% \vspace{.375in}
\vfill