I have been writing my thesis and there is this one problem that I cant seem to figure out why it happens:
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?
% 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
This is what I get when I compile. the above code.



